Class FlightBookingSystemData

java.lang.Object
bcu.cmp5332.bookingsystem.data.FlightBookingSystemData

public class FlightBookingSystemData extends Object
The FlightBookingSystemData class is responsible for loading and storing the flight booking system data. It uses multiple DataManager instances to manage different aspects of the data.

This class contains static methods to load and store data for the FlightBookingSystem. The data managers are initialized when the class is loaded into memory.

Note: The CustomerDataManager and BookingDataManager are included in the list of data managers but their loadData() and storeData() methods need to be implemented.

See Also: