Interface Base

All Known Subinterfaces:
BaseBoundary, BaseManager
All Known Implementing Classes:
BookingBoundary, BookingManager, CineplexBoundary, CineplexManager, HolidayBoundary, HolidayManager, IoManager, MovieBoundary, MovieGoerBoundary, MovieGoerManager, MovieManager, ReviewBoundary, ReviewManager, ScreenBoundary, ScreenManager, ShowBoundary, ShowManager, StaffBoundary, TicketPriceBoundary, TicketPriceManager, UserManager

public interface Base
A base interface
  • Method Details

    • setCentralManager

      void setCentralManager(CentralManagerEY CentralManager)
      method to set central manager
      Parameters:
      CentralManager - A central manager EY object
    • getCentralManager

      CentralManagerEY getCentralManager()
      Method to get the central manager
      Returns:
      a central manager object
    • setManagers

      void setManagers()
      Method to set the Managers