Package | Description |
---|---|
com.ecse321.flightbooking.bookings | |
com.ecse321.flightbooking.flights |
Modifier and Type | Method and Description |
---|---|
java.util.List<Booking> |
Customer.getBookings()
Getter for Customer Bookings.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Booking> |
Flight.getBookings()
Getter for the flight bookings.
|
Modifier and Type | Method and Description |
---|---|
void |
Flight.closeBooking(Booking booking)
Close booking for the flight.
|
void |
Flight.openBooking(Booking booking)
Open booking on the flight.
|