Index
All Classes and Interfaces|All Packages
G
- getAvailability() - Method in class Menu.MenuItem
-
Returns the availability that was input by the user.
- getAvailability(int) - Method in class Menu.MenuData
-
Returns the item's availability.
- getCustName() - Method in class Orders.Order
-
gets the customer name
- getDeliveryAddress() - Method in class Orders.Order
-
this is a getter for the delivery address
- getDeliveryNotes() - Method in class Orders.Order
-
gets the delivery notes
- getEmptyTables() - Method in class Tables.TableData
-
Returns a formatted string with the numbers of all empty tables
- getItem() - Method in class Menu.MenuItem
-
gets the item name
- getItemNum() - Method in class Menu.MenuItem
-
Returns the name of the item.
- getItemNum(String) - Method in class Menu.MenuData
-
gets the key number of an item
- getName(int) - Method in class Menu.MenuData
-
get the name of an item from menu data
- getNewOrderNum() - Method in class Orders.OrderData
-
This method returns an order number and then increments the order number
- getNumber() - Method in class Tables.Table
-
Returns the table number.
- getOrder(int) - Method in class Orders.OrderData
-
This method returns an order object from the orderData hashmap
- getOrderItems() - Method in class Orders.Order
-
This builds a list of the ordered item and returns that list as a string
- getOrderType() - Method in class Orders.Order
-
this gets the order-type
- getPhone() - Method in class Orders.Order
-
gets the customer phone number
- getPosition() - Method in class Employee.Employee
-
Returns the position of the employee.
- getPrice() - Method in class Menu.MenuItem
-
Returns the numerical value that was input when the item was added.
- getPrice(int) - Method in class Menu.MenuData
-
Returns the item's price.
- getSchedule() - Method in class Employee.Employee
-
Returns the schedule of the employee.
- getSchedule(String) - Method in class Employee.EmployeeData
-
Returns an employee's schedule number from the HashMap.
- getScheduleOptions() - Method in class Employee.EmployeeData
-
Returns a formatted String of all schedule options stored in the scheduleOptions ArrayList.
- getSeatDishes(int) - Method in class Tables.Table
-
Returns a string representation of the dishes at a seat.
- getSeatsFilled() - Method in class Tables.Table
-
Returned the number of seats filled at a table
- getSection() - Method in class Employee.Employee
-
Returns the section of tables that the employee is responsible for.
- getSection(String) - Method in class Employee.EmployeeData
-
Returns an employee's section number from the HashMap.
- getSize() - Method in class Menu.MenuData
-
Gets the current size of the menuData hash map
- getTable(int) - Method in class Tables.TableData
-
Returns the table object for a specified table.
- getTableData(int) - Method in class Tables.TableData
-
Returns the data for a specified table as a formatted string.
- getTableDishes() - Method in class Tables.Table
-
Returns a string representation of the dishes at the table.
- getTableNum() - Method in class Orders.Order
-
gets the table number
- getTotal() - Method in class Tables.Table
-
Returns the total bill due for the table.
- getTotal(int) - Method in class Tables.TableData
-
Returns the table bill from the tableData hashmap
- getType() - Method in class Menu.MenuItem
-
Returns the type of item.
- getTypes() - Method in class Menu.MenuData
-
returns a list of menu categories
All Classes and Interfaces|All Packages