Package | Description |
---|---|
com.ecse321.flightbooking.flights |
Modifier and Type | Method and Description |
---|---|
java.util.List<StopoverInfo> |
GenericFlight.getStopovers()
Getter for a read-only version of the stopovers list.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericFlight.addStopover(StopoverInfo stopover)
Add a stopover to the flight.
|
void |
GenericFlight.removeStopover(StopoverInfo stopover)
Remove a stopover based on its values.
|