Package src.view
Class StaffConfigureMovieView
Object
StaffConfigureMovieView
View for the cinema staff to configure specific detail of the movie selected
from StaffMovieDetailsView
- Version:
- 1.0
- Author:
- Jonathan Ng
-
Constructor Summary
ConstructorDescriptionStaffConfigureMovieView
(Movie movie) Constructor for StaffConfigureMovieView -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to call print Menu, queries cinema staff for the detail to be configured Calls updateExistingMovieDetails under CinemaStaffManagervoid
Method to print boiler plate
-
Constructor Details
-
StaffConfigureMovieView
Constructor for StaffConfigureMovieView- Parameters:
movie
- is the movie selected by cinema staff under StaffMovieDetailsView
-
-
Method Details
-
printMenu
public void printMenu()Method to print boiler plate -
appContent
public void appContent()Method to call print Menu, queries cinema staff for the detail to be configured Calls updateExistingMovieDetails under CinemaStaffManager
-