Package src.view
Class MovieTicketView
Object
MovieTicketView
View for movie goer to view the movie tickets after successful payment
- Version:
- 1.0
- Author:
- Lee Juin, Yeek Sheng, Jerick
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the ArrayList of movieTicketsvoid
Method that prints out the movie tickets purchased with information such as: movieName, movieType, cineplex, cinemaClass, cinemaID, showingTime, price of a movieTicket
-
Constructor Details
-
Method Details
-
getMovieTickets
Gets the ArrayList of movieTickets- Returns:
- ArrayList of
MovieTicket
-
printMovieTickets
public void printMovieTickets()Method that prints out the movie tickets purchased with information such as: movieName, movieType, cineplex, cinemaClass, cinemaID, showingTime, price of a movieTicket
-