Package src.view
Class StaffConfigHolidayView
Object
StaffConfigHolidayView
View for cinema staff to add or delete the holiday from the holidays
ArrayList in the database
- Version:
- 1.0
- Author:
- Jonathan Ng
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to call printMenu Upon successful choice, configureHoliday under CinemaStaffManager will be called and the holiday will be added/deleted and the database will be updatedvoid
Method to print the boiler plate
-
Constructor Details
-
StaffConfigHolidayView
public StaffConfigHolidayView()Constructor
-
-
Method Details
-
printMenu
public void printMenu()Method to print the boiler plate -
appContent
public void appContent()Method to call printMenu Upon successful choice, configureHoliday under CinemaStaffManager will be called and the holiday will be added/deleted and the database will be updated
-