Class DB.ProductSalesEntry
java.lang.Object
team75.model.DB.ProductSalesEntry
- Enclosing class:
DB
Aggregated sales count for a single menu item.
- Author:
- Raghu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemName
-
quantitySold
public final int quantitySold
-
-
Constructor Details
-
ProductSalesEntry
- Parameters:
itemName- name of the menu itemquantitySold- number of times sold in the period
-
-
Method Details
-
toString
-