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 TypeMethodDescriptionint
compareTo
(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.int
hashCode()
-
Constructor Details
-
FlightPlan
-
-
Method Details
-
getFileName
-
getType
-
getComboName
Description copied from interface:ComboAlias
Returns the visible name to use in the HTML <OPTION> element.- Specified by:
getComboName
in interfaceComboAlias
- Returns:
- The visible name for this entry
-
getComboAlias
Description copied from interface:ComboAlias
Returns the alias to use in the HTML <OPTION> element.- Specified by:
getComboAlias
in interfaceComboAlias
- Returns:
- The alias for this entry
-
hashCode
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FlightPlan>
-