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 Summary
Nested classes/interfaces inherited from interface org.deltava.beans.schedule.RoutePair
RoutePair.RoutePairImpl
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new, empty external Dispatch route.Creates a new external Dispatch route from a Populated route. -
Method Summary
Methods inherited from class org.deltava.beans.acars.DispatchRoute
getActive, getAirline, getAirportL, getAuthorID, getComboAlias, getComboName, getDispatchBuild, getLastUsed, getRowClassName, getUseCount, hashCode, setActive, setAirline, setAirportL, setAuthorID, setDispatchBuild, setLastUsed, setUseCount
Methods inherited from class org.deltava.beans.schedule.PopulatedRoute
addWaypoint, addWaypoint, addWaypoints, getAirway, getRoute, getSize, getWaypoints, insertWaypoint, load, removeAirway
Methods inherited from class org.deltava.beans.schedule.FlightRoute
equals, getAirportA, getAirportD, getComments, getCreatedOn, getCruiseAltitude, getFullRoute, getSID, getSTAR, setAirportA, setAirportD, setComments, setCreatedOn, setCruiseAltitude, setRoute, setSID, setSTAR, toString
Methods inherited from class org.deltava.beans.DatabaseBean
cacheKey, compareTo, getHexID, getID, setID, validateID, validateID
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.deltava.beans.schedule.RoutePair
createKey, getAirports, getDistance, getFlightType, includes, isPopulated, matches
-
Constructor Details
-
ExternalDispatchRoute
public ExternalDispatchRoute()Creates a new, empty external Dispatch route. -
ExternalDispatchRoute
Creates a new external Dispatch route from a Populated route.- Parameters:
pr
- the PopulatedRoute bean
-
-
Method Details
-
getSource
Description copied from interface:ExternalFlightRoute
Returns the source of this route.- Specified by:
getSource
in interfaceExternalFlightRoute
- Returns:
- the source name
-
setSource
Description copied from interface:ExternalFlightRoute
Sets the source of this route.- Specified by:
setSource
in interfaceExternalFlightRoute
- Parameters:
src
- the source name
-