Package | Description |
---|---|
com.ecse321.flightbooking.flights |
Modifier and Type | Method and Description |
---|---|
City |
Airport.getCity()
Getter for the Airport city.
|
Modifier and Type | Method and Description |
---|---|
void |
Airport.setCity(City city)
Setter for the Airport city.
|
Constructor and Description |
---|
Airport(City city)
Constructor for Airport class which takes the city as a parameter.
|