Package | Description |
---|---|
com.ecse321.flightbooking.flights |
Modifier and Type | Class and Description |
---|---|
class |
Flight
Flight class capable of taking bookings.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,GenericFlight> |
AirlineCompany.getFlights()
Get all registered flights for this airline company.
|
Modifier and Type | Method and Description |
---|---|
int |
AirlineCompany.registerFlight(GenericFlight flight)
Register a flight with the airline company.
|