-
Method to get the current object of HolidayManager
void
Set method for Holiday 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