Class DB.OrderItem
java.lang.Object
team75.model.DB.OrderItem
- Enclosing class:
DB
Represents one line-item when a cashier submits a new order.
- Author:
- Raghu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemName
-
price
-
addOns
-
-
Constructor Details
-
OrderItem
- Parameters:
itemName- name of the menu itemprice- price of this line-item including add-onsaddOns- list of add-on names, or null for none
-