Class ExternalDispatchRoute

All Implemented Interfaces:
Serializable, Comparable<Object>, AuthoredBean, ComboAlias, IDBean, Route, ExternalFlightRoute, RoutePair, UseCount, ViewEntry, Cacheable

public class ExternalDispatchRoute extends DispatchRoute implements ExternalFlightRoute
A class to store a Dispatch Route that has an external source.
Since:
2.6
Version:
11.0
Author:
Luke
See Also:
  • Constructor Details

    • ExternalDispatchRoute

      public ExternalDispatchRoute()
      Creates a new, empty external Dispatch route.
    • ExternalDispatchRoute

      public ExternalDispatchRoute(PopulatedRoute pr)
      Creates a new external Dispatch route from a Populated route.
      Parameters:
      pr - the PopulatedRoute bean
  • Method Details