Package src.view

Class StaffConfigureMovieView

Object
StaffConfigureMovieView

public class StaffConfigureMovieView extends Object
View for the cinema staff to configure specific detail of the movie selected from StaffMovieDetailsView
Version:
1.0
Author:
Jonathan Ng
  • Constructor Details

    • StaffConfigureMovieView

      public StaffConfigureMovieView(Movie movie)
      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