public class AirLegDestination
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Gets the value of the airport property.
void
Sets the value of the airport property.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
AirLegDestination
public AirLegDestination()
-
Method Details
-
getAirport
Gets the value of the airport property.
- Returns:
- possible object is
Airport
-
setAirport
public void setAirport(Airport value)
Sets the value of the airport property.
- Parameters:
value - allowed object is
Airport