Class DB.ProductUsageEntry
java.lang.Object
team75.model.DB.ProductUsageEntry
- Enclosing class:
DB
Aggregated ingredient usage for a time window.
- Author:
- Raghu
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProductUsageEntry(int ingredientId, String ingredientName, double amountUsed, String units) -
Method Summary
-
Field Details
-
ingredientId
public final int ingredientId -
ingredientName
-
amountUsed
public final double amountUsed -
units
-
-
Constructor Details
-
ProductUsageEntry
-
-
Method Details
-
toString
-