-
contains ticket price manager object to process all ticket price objects
Method to get the current object of TicketPriceManager
void
Set method for Ticket Manager
BookingEY(String bookingID,
String userID,
String movieID,
String screenID,
String cinemaID,
String date,
String time,
ArrayList<String> seatIds,
double bookingAmount,
HolidayManager holidayManager,
MovieManager movieMgr,
ScreenManager screenMgr,
MovieGoerManager movieGoerMgr,
TicketPriceManager ticketPriceManager)
TicketEY(String movieID,
String userID,
String screenID,
String date,
String time,
String seatId,
double price,
String bookingID,
HolidayManager holidayManager,
MovieManager movieMgr,
ScreenManager screenMgr,
MovieGoerManager moviegoerMgr,
TicketPriceManager ticketPriceManager)
The constructor for ticket object