Class DB.ProductSalesEntry

java.lang.Object
team75.model.DB.ProductSalesEntry
Enclosing class:
DB

public static class DB.ProductSalesEntry extends Object
Aggregated sales count for a single menu item.
Author:
Raghu
  • Field Details

    • itemName

      public final String itemName
    • quantitySold

      public final int quantitySold
  • Constructor Details

    • ProductSalesEntry

      public ProductSalesEntry(String itemName, int quantitySold)
      Parameters:
      itemName - name of the menu item
      quantitySold - number of times sold in the period
  • Method Details