Package src.view

Class MovieAppView

Object
MainView
MovieAppView

public class MovieAppView extends MainView
View for the movie goer and cinema staff before register or login
Version:
1.0
Author:
Lee Juin
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new MovieAppView with an empty error message
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
    void
    Method to print the boiler plate and displays the choices of the user to select their age group
    void
    Method to print the boiler plate and displays the choices of the user

    Methods inherited from class MainView

    printBoilerPlate, printMenuContent

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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
      Specified by:
      printMenu in class MainView
    • 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 class MainView