Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- bcu.cmp5332.bookingsystem.commands - package bcu.cmp5332.bookingsystem.commands
- bcu.cmp5332.bookingsystem.data - package bcu.cmp5332.bookingsystem.data
- bcu.cmp5332.bookingsystem.gui - package bcu.cmp5332.bookingsystem.gui
- bcu.cmp5332.bookingsystem.main - package bcu.cmp5332.bookingsystem.main
- bcu.cmp5332.bookingsystem.model - package bcu.cmp5332.bookingsystem.model
- Booking - Class in bcu.cmp5332.bookingsystem.model
-
Represents a booking made by a customer for one or more flights.
- Booking(Customer, Flight) - Constructor for class bcu.cmp5332.bookingsystem.model.Booking
-
Constructs a new Booking object with only an outbound flight.
- Booking(Customer, Flight, Flight) - Constructor for class bcu.cmp5332.bookingsystem.model.Booking
-
Constructs a new Booking object with both outbound and return flights.
- BookingDataManager - Class in bcu.cmp5332.bookingsystem.data
-
The BookingDataManager class implements the DataManager interface to manage loading and storing of booking data to/from a text file.
- BookingDataManager() - Constructor for class bcu.cmp5332.bookingsystem.data.BookingDataManager
- BookingTest - Class in test
- BookingTest() - Constructor for class test.BookingTest
- BookingWithName - Class in bcu.cmp5332.bookingsystem.commands
- BookingWithName(String, String, LocalDate) - Constructor for class bcu.cmp5332.bookingsystem.commands.BookingWithName
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form