Definition at line 3 of file Carrito.java.
◆ Carrito()
com.example.food_front.models.Carrito.Carrito |
( |
int | idCarrito, |
|
|
String | producto, |
|
|
int | cantidad, |
|
|
double | precio, |
|
|
String | imageURL ) |
|
inline |
◆ getCantidad()
int com.example.food_front.models.Carrito.getCantidad |
( |
| ) |
|
|
inline |
◆ getIdCarrito()
int com.example.food_front.models.Carrito.getIdCarrito |
( |
| ) |
|
|
inline |
◆ getImagenUrl()
String com.example.food_front.models.Carrito.getImagenUrl |
( |
| ) |
|
|
inline |
◆ getPrecio()
double com.example.food_front.models.Carrito.getPrecio |
( |
| ) |
|
|
inline |
◆ getProducto()
String com.example.food_front.models.Carrito.getProducto |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- mobile2025/app/src/main/java/com/example/food_front/models/Carrito.java