Tesis 1.0.0
Loading...
Searching...
No Matches
com.example.food_front.models.CarritoItem Class Reference

Public Member Functions

 CarritoItem (Producto producto, int cantidad)
Producto getProducto ()
int getCantidad ()
void setCantidad (int cantidad)

Detailed Description

Definition at line 3 of file CarritoItem.java.

Constructor & Destructor Documentation

◆ CarritoItem()

com.example.food_front.models.CarritoItem.CarritoItem ( Producto producto,
int cantidad )
inline

Definition at line 7 of file CarritoItem.java.

Member Function Documentation

◆ getCantidad()

int com.example.food_front.models.CarritoItem.getCantidad ( )
inline

Definition at line 16 of file CarritoItem.java.

◆ getProducto()

Producto com.example.food_front.models.CarritoItem.getProducto ( )
inline

Definition at line 12 of file CarritoItem.java.

◆ setCantidad()

void com.example.food_front.models.CarritoItem.setCantidad ( int cantidad)
inline

Definition at line 20 of file CarritoItem.java.


The documentation for this class was generated from the following file: