Class Metadata
java.lang.Object
org.deltava.service.navdata.Metadata
- All Implemented Interfaces:
Serializable
,Cacheable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncacheKey()
Returns the cache key for this object.int
Returns the number of Airports in the archive.Returns the archive creation date.Returns the file name.getHash()
Returns the archive hash.Returns the archive hash algorithm.void
setAirportCount
(int cnt) Updates the number of Airports in the archive.
-
Constructor Details
-
Metadata
-
-
Method Details
-
getFileName
-
getHash
-
getHashType
-
getAirportCount
public int getAirportCount()Returns the number of Airports in the archive.- Returns:
- the number of Airports
-
getCreatedOn
-
setAirportCount
public void setAirportCount(int cnt) Updates the number of Airports in the archive.- Parameters:
cnt
- the number of Airports
-
cacheKey
-