public class TableOrder
extends java.lang.Object
Constructor and Description |
---|
TableOrder(int id,
int totalNumMenuItems,
int tableNum,
java.lang.String menuItemIDs)
Instantiates a new table order.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
toString method for the table order.
|
public TableOrder(int id, int totalNumMenuItems, int tableNum, java.lang.String menuItemIDs)
id
- the id of the table order.totalNumMenuItems
- the total number of menu itemstableNum
- the table numbermenuItemIDs
- the menu item IDs. comma delimited