Unnamed Package


  • Classes
    Class
    Description
    The Employee.Employee class represents an individual employee and contains the Employee.Employee constructor used to add employees to the employeeData hashMap.
    The Employee.EmployeeData class represents a collection of employees' data, including their first and last names, positions, section assignments, and schedules.
    This class provides a command-line interface for managing the Restaurant Employee.Employee management system.
     
    Tables.TableData class represents the data for restaurant tables, including table number, number of seats, number of seats filled, and dishes ordered.
    This class provides a command-line interface for managing restaurant tables.