public class Message
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Message.CONFIRM_CANCEL_ORDER
The Class CONFIRM_CANCEL_ORDER is a confirmation that the order has beeen cancelled.
|
static class |
Message.CONFIRM_PLACE_ORDER
The Class CONFIRM_PLACE_ORDER is a confirmation that the order
has been placed.
|
static class |
Message.CONFIRM_WAITER_CONTACTED
The Class CONFIRM_WAITER_CONTACTED is a confirmation that waiter has recieved
the request form the customer.
|
static class |
Message.CONFIRM_WAITER_RECEIVED_ORDER
The Class CONFIRM_WAITER_RECEIVED_ORDER is a confirmation that the waiter
recieved the order.
|
static class |
Message.DATA_Ingredient
The Class DATA_Ingredient is an ingredient that is used in a menu item, or found in the inventory.
|
static class |
Message.DATA_Inventory
The Class DATA_Inventory contains the list of ingredients in the system.
|
static class |
Message.DATA_Menu
The Class DATA_Menu contains the menu of menu items.
|
static class |
Message.DATA_MenuItem
The Class DATA_MenuItem.
|
static class |
Message.DATA_TableOrder
The Class DATA_TableOrder is an order that the customer places that contains the menu items that he selected.
|
static class |
Message.ERROR_CANNOT_COOK_ORDER
The Class ERROR_CANNOT_COOK_ORDER is an error that the item cannt be placed due to the low inventory.
|
static class |
Message.INVENTORY_GET_ERROR
The Class INVENTORY_GET_ERROR is an error that the inventory cannot
be received.
|
static class |
Message.MENU_GET_ERROR
The Class MENU_GET_ERROR is an error that the menu cannotbe recieved.
|
static class |
Message.Request_AddIngredient
The Class Request_AddIngredient is a request to add the ingredient passed.
|
static class |
Message.Request_AddMenuItem
The Class Request_AddMenuItem is a request to add a menu item that is passed.
|
static class |
Message.Request_CancelOrder
The Class Request_CancelOrder is a request to cancel an order.
|
static class |
Message.Request_Inventory
The Class Request_Inventory is a request for the inventory.
|
static class |
Message.Request_Menu
The Class Request_Menu is a request for the menu.
|
static class |
Message.Request_Waiter
The Class Request_Waiter is a reqquest that is send to the waiter, notifying him
that a customer at a certain table, tableID requests him.
|
Constructor and Description |
---|
Message() |