Uses of Interface
bcu.cmp5332.bookingsystem.data.DataManager
-
Uses of DataManager in bcu.cmp5332.bookingsystem.data
Modifier and TypeClassDescriptionclass
The BookingDataManager class implements the DataManager interface to manage loading and storing of booking data to/from a text file.class
The CustomerDataManager class implements the DataManager interface to manage loading and storing of customer data to/from a text file.class
class
TheFlightDataManager
class is responsible for managing the data related to flights in the flight booking system.