Package bcu.cmp5332.bookingsystem.data


package bcu.cmp5332.bookingsystem.data
  • Class
    Description
    The BookingDataManager class implements the DataManager interface to manage loading and storing of booking data to/from a text file.
    The CustomerDataManager class implements the DataManager interface to manage loading and storing of customer data to/from a text file.
    The DataManager interface defines methods for loading and storing data to/from a data source into a FlightBookingSystem instance.
     
    The FlightBookingSystemData class is responsible for loading and storing the flight booking system data.
    The FlightDataManager class is responsible for managing the data related to flights in the flight booking system.