Package de.xima.fc.mdl.license
Class EmbeddedItemLicenseModel
java.lang.Object
de.xima.fc.mdl.license.EmbeddedItemLicenseModel
- All Implemented Interfaces:
IItemLicenseModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Constructor Details
-
EmbeddedItemLicenseModel
-
-
Method Details
-
getLicenseKey
-
getFeatures
-
getDate
-
getString
-
isLicenseOK
public boolean isLicenseOK()- Specified by:
isLicenseOKin interfaceIItemLicenseModel- Returns:
trueif the license-file is ok,falseotherwise
-
isExpired
public boolean isExpired()- Specified by:
isExpiredin interfaceIItemLicenseModel- Returns:
trueif the license is expired,falseotherwise
-
getParentLicenseKey
- Specified by:
getParentLicenseKeyin interfaceIItemLicenseModel
-
getItemKey
- Specified by:
getItemKeyin interfaceIItemLicenseModel
-
getItemName
- Specified by:
getItemNamein interfaceIItemLicenseModel
-
getLicenseCreationDate
- Specified by:
getLicenseCreationDatein interfaceIItemLicenseModel- Returns:
- the creation date of the license
-
getLicenseModificationDate
- Specified by:
getLicenseModificationDatein interfaceIItemLicenseModel- Returns:
- the modification date of the license
-
getLicenseExpireDate
- Specified by:
getLicenseExpireDatein interfaceIItemLicenseModel- Returns:
- the expire date of the license
-