-
Retrieves the customer who made the booking.
Retrieves a customer by their ID.
Retrieves a customer by their name.
Retrieves an array of all customers in the system.
Retrieves a list of all customers in the system.
Retrieves a copy of the list of passengers booked on the flight.
void
Adds a customer to the system.
void
Adds a passenger to the flight.
void
Issues a booking for a customer on a flight with the specified booking date.
boolean
Removes a passenger from the flight.
void
Sets the customer associated with the booking.
Constructs a new Booking object with only an outbound flight.
Constructs a new Booking object with both outbound and return flights.