Package de.xima.fc.mdl.cache
Class LicenseCacheModel
- java.lang.Object
-
- de.xima.fc.mdl.cache.ACacheModel
-
- de.xima.fc.mdl.cache.LicenseCacheModel
-
- All Implemented Interfaces:
Serializable
public class LicenseCacheModel extends ACacheModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseCacheModel(LicenseModel license, String licenseKey, int version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkedForUpdate()
LicenseModel
getLicense()
String
getLicenseKey()
boolean
needUpdateCheck()
-
Methods inherited from class de.xima.fc.mdl.cache.ACacheModel
getVersion
-
-
-
-
Constructor Detail
-
LicenseCacheModel
public LicenseCacheModel(LicenseModel license, String licenseKey, int version)
-
-
Method Detail
-
getLicense
public LicenseModel getLicense()
-
getLicenseKey
public String getLicenseKey()
-
needUpdateCheck
public boolean needUpdateCheck()
-
checkedForUpdate
public void checkedForUpdate()
-
-