Class ExternalDispatchRoute
java.lang.Object
org.deltava.beans.DatabaseBean
org.deltava.beans.schedule.FlightRoute
org.deltava.beans.schedule.PopulatedRoute
org.deltava.beans.acars.DispatchRoute
org.deltava.beans.acars.ExternalDispatchRoute
- All Implemented Interfaces:
- Serializable,- Comparable<Object>,- AuthoredBean,- ComboAlias,- IDBean,- Route,- ExternalFlightRoute,- RoutePair,- UseCount,- ViewEntry,- Cacheable
A class to store a Dispatch Route that has an external source.
- Since:
- 2.6
- Version:
- 11.0
- Author:
- Luke
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.deltava.beans.schedule.RoutePairRoutePair.RoutePairImpl
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new, empty external Dispatch route.Creates a new external Dispatch route from a Populated route.
- 
Method SummaryMethods inherited from class org.deltava.beans.acars.DispatchRoutegetActive, getAirline, getAirportL, getAuthorID, getComboAlias, getComboName, getDispatchBuild, getLastUsed, getRowClassName, getUseCount, hashCode, setActive, setAirline, setAirportL, setAuthorID, setDispatchBuild, setLastUsed, setUseCountMethods inherited from class org.deltava.beans.schedule.PopulatedRouteaddWaypoint, addWaypoint, addWaypoints, getAirway, getRoute, getSize, getWaypoints, insertWaypoint, load, removeAirwayMethods inherited from class org.deltava.beans.schedule.FlightRouteequals, getAirportA, getAirportD, getComments, getCreatedOn, getCruiseAltitude, getFullRoute, getSID, getSTAR, setAirportA, setAirportD, setComments, setCreatedOn, setCruiseAltitude, setRoute, setSID, setSTAR, toStringMethods inherited from class org.deltava.beans.DatabaseBeancacheKey, compareTo, getHexID, getID, setID, validateID, validateIDMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.deltava.beans.schedule.RoutePaircreateKey, getAirports, getDistance, getFlightType, includes, isPopulated, matches, midPoint
- 
Constructor Details- 
ExternalDispatchRoutepublic ExternalDispatchRoute()Creates a new, empty external Dispatch route.
- 
ExternalDispatchRouteCreates a new external Dispatch route from a Populated route.- Parameters:
- pr- the PopulatedRoute bean
 
 
- 
- 
Method Details- 
getSourceDescription copied from interface:ExternalFlightRouteReturns the source of this route.- Specified by:
- getSourcein interface- ExternalFlightRoute
- Returns:
- the source name
 
- 
setSourceDescription copied from interface:ExternalFlightRouteSets the source of this route.- Specified by:
- setSourcein interface- ExternalFlightRoute
- Parameters:
- src- the source name
 
 
-