Index
All Classes and Interfaces|All Packages
S
- searchEmployee(String) - Method in class Employee.EmployeeData
-
Searches for an employee's data in the employeeData HashMap.
- searchItem(int) - Method in class Menu.MenuData
-
Searches for an item's data in the menuData HashMap.
- searchOrder(int) - Method in class Orders.OrderData
-
This method searches the orderData hashmap for an order number and, if found, build a string of its information and returns that string
- sectionArray(String) - Method in class Employee.EmployeeData
-
Returns an employee's section from the HashMap as an Integer array containing table numbers.
- setAvailability(boolean) - Method in class Menu.MenuItem
-
Sets the availability of the menu item to the specified value.
- setAvailability(int, boolean) - Method in class Menu.MenuData
- setItem(String) - Method in class Menu.MenuItem
-
Sets the type of menu item to the specified value.
- setName(String) - Method in class Employee.Employee
-
Sets the first and last name of the employee.
- setPosition(String) - Method in class Employee.Employee
-
Sets the position of the employee.
- setPrice(double) - Method in class Menu.MenuItem
-
Sets the price of the menu item to the specified value.
- setSchedule(int) - Method in class Employee.Employee
-
Sets the schedule of the employee.
- setSection(int) - Method in class Employee.Employee
-
Sets the section of tables that the employee is responsible for.
- setType(String) - Method in class Menu.MenuItem
-
Sets the type of menu item to the specified value.
All Classes and Interfaces|All Packages