-
Retrieves a flight by its ID.
Retrieves the outbound flight of the booking.
Retrieves the return flight of the booking.
Retrieves a list of all future flights in the system.
Retrieves a list of all future flights in the system that have not departed.
void
Adds a flight to the system.
void
Issues a booking for a customer on a flight with the specified booking date.
void
Removes a flight from the system.
void
Sets the outbound flight of the booking.
void
Sets the return flight of the booking.
Constructs a new Booking object with only an outbound flight.
Constructs a new Booking object with both outbound and return flights.