Definition at line 3 of file CarritoItem.java.
◆ CarritoItem()
com.example.food_front.models.CarritoItem.CarritoItem |
( |
Producto | producto, |
|
|
int | cantidad ) |
|
inline |
◆ getCantidad()
int com.example.food_front.models.CarritoItem.getCantidad |
( |
| ) |
|
|
inline |
◆ getProducto()
Producto com.example.food_front.models.CarritoItem.getProducto |
( |
| ) |
|
|
inline |
◆ setCantidad()
void com.example.food_front.models.CarritoItem.setCantidad |
( |
int | cantidad | ) |
|
|
inline |
The documentation for this class was generated from the following file: