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.char
getCode()
Returns the ATIS code.getData()
Returns the ATIS data.Returns the ATIS effective date.getType()
Returns the ATIS type.void
setCode
(char c) Updates the ATIS code.void
Updates the ATIS data.void
Updates 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
-