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 TypeMethodDescriptionboolean
boolean
-
Constructor Details
-
EmbeddedItemLicenseModel
-
-
Method Details
-
getLicenseKey
-
getFeatures
-
getDate
-
getString
-
isLicenseOK
public boolean isLicenseOK()- Specified by:
isLicenseOK
in interfaceIItemLicenseModel
- Returns:
true
if the license-file is ok,false
otherwise
-
isExpired
public boolean isExpired()- Specified by:
isExpired
in interfaceIItemLicenseModel
- Returns:
true
if the license is expired,false
otherwise
-
getParentLicenseKey
- Specified by:
getParentLicenseKey
in interfaceIItemLicenseModel
-
getItemKey
- Specified by:
getItemKey
in interfaceIItemLicenseModel
-
getItemName
- Specified by:
getItemName
in interfaceIItemLicenseModel
-
getLicenseCreationDate
- Specified by:
getLicenseCreationDate
in interfaceIItemLicenseModel
- Returns:
- the creation date of the license
-
getLicenseModificationDate
- Specified by:
getLicenseModificationDate
in interfaceIItemLicenseModel
- Returns:
- the modification date of the license
-
getLicenseExpireDate
- Specified by:
getLicenseExpireDate
in interfaceIItemLicenseModel
- Returns:
- the expire date of the license
-