Class RunwayMapping
java.lang.Object
org.deltava.beans.navdata.RunwayMapping
- All Implemented Interfaces:
Serializable,Comparable<RunwayMapping>,Cacheable
A bean to store runway remappings.
- Since:
- 8.3
- Version:
- 8.3
- Author:
- Luke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncacheKey()Returns the cache key for this object.intcompareTo(RunwayMapping rm2) getICAO()Returns the airport ICAO code.Returns the new runway code.Returns the old runway code.inthashCode()voidsetNewCode(String r) Updates the new runway code.voidsetOldCode(String r) Updates the old runway code.toString()
-
Constructor Details
-
RunwayMapping
Creates the bean.- Parameters:
airportICAO- the airport ICAO code
-
-
Method Details
-
getOldCode
-
getNewCode
-
getICAO
-
setOldCode
-
setNewCode
-
cacheKey
-
hashCode
-
toString
-