Class FlightPlan
java.lang.Object
org.deltava.beans.simbrief.FlightPlan
- All Implemented Interfaces:
Comparable<FlightPlan>,ComboAlias
A bean to store flight plan types and names.
- Since:
- 10.3
- Version:
- 10.3
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(FlightPlan fp2) Returns the alias to use in the HTML <OPTION> element.Returns the visible name to use in the HTML <OPTION> element.Return the plan filename.getType()Returns the plan format type.inthashCode()
-
Constructor Details
-
FlightPlan
-
-
Method Details
-
getFileName
-
getType
-
getComboName
Description copied from interface:ComboAliasReturns the visible name to use in the HTML <OPTION> element.- Specified by:
getComboNamein interfaceComboAlias- Returns:
- The visible name for this entry
-
getComboAlias
Description copied from interface:ComboAliasReturns the alias to use in the HTML <OPTION> element.- Specified by:
getComboAliasin interfaceComboAlias- Returns:
- The alias for this entry
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<FlightPlan>
-