Package src.view
Class MovieAppView
View for the movie goer and cinema staff before register or login
- Version:
- 1.0
- Author:
- Lee Juin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to take in choice of user and allows user to login or register Login requires user to enter username and password to be verified Register requires user to enter unique username and password Other details like age group, name, email, mobile will be used to create a new movieGoervoid
Method to print the boiler plate and displays the choices of the user to select their age groupvoid
Method to print the boiler plate and displays the choices of the userMethods inherited from class MainView
printBoilerPlate, printMenuContent
-
Constructor Details
-
MovieAppView
public MovieAppView()Creates a new MovieAppView with an empty error message
-
-
Method Details
-
printMenu
public void printMenu()Method to print the boiler plate and displays the choices of the user -
printAgeGroup
public void printAgeGroup()Method to print the boiler plate and displays the choices of the user to select their age group -
appContent
public void appContent()Method to take in choice of user and allows user to login or register Login requires user to enter username and password to be verified Register requires user to enter unique username and password Other details like age group, name, email, mobile will be used to create a new movieGoer- Specified by:
appContent
in classMainView
-