Class ATIS
java.lang.Object
org.deltava.beans.navdata.ATIS
- All Implemented Interfaces:
Serializable, Cacheable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncacheKey()Returns the cache key for this object.Returns the Airport for this ATI.chargetCode()Returns the ATIS code.getData()Returns the ATIS data.Returns the ATIS effective date.getType()Returns the ATIS type.voidsetCode(char c) Updates the ATIS code.voidUpdates the ATIS data.voidUpdates the effective date.
-
Constructor Details
-
Method Details
-
getAirport
-
getType
-
getEffectiveDate
-
getCode
public char getCode()Returns the ATIS code.- Returns:
- the code
-
getData
-
setEffectiveDate
Updates the effective date.- Parameters:
dt- the effective date/time
-
setCode
public void setCode(char c) Updates the ATIS code.- Parameters:
c- the code
-
setData
-
cacheKey
-