Index
All Classes and Interfaces|All Packages
T
- Table - Class in Tables
-
This class represents a table in a restaurant with information about the table's number, seats, dishes, and bill.
- Table(int) - Constructor for class Tables.Table
-
Constructs a new table object with a table number
- TableData - Class in Tables
-
TableData class represents the data for restaurant tables, including table number, number of seats, number of seats filled, and dishes ordered.
- TableData() - Constructor for class Tables.TableData
-
Initializes 20 empty tables to the tableData hashmap.
- TableMenu - Class in Tables
-
This class provides a command-line interface for managing restaurant tables.
- TableMenu() - Constructor for class Tables.TableMenu
- Tables - package Tables
- toString() - Method in class Employee.Employee
-
Returns a string representation of the employee in the format: "Name: [first and last name] | Position: [position] | Schedule: [schedule] | Section: [section]"
- toString() - Method in class Menu.MenuItem
-
Returns a string representation of the menu in the format: "item: [item] | type: [type] | price: [cost] | availability: [availability]"
All Classes and Interfaces|All Packages