public class ActivatedLicenseState extends java.lang.Object implements LicenseState
| Constructor and Description |
|---|
ActivatedLicenseState(LicenseDetails platformLicense,
ModuleLicense moduleLicense) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
LicenseMode |
getLicenseMode() |
ModuleLicense |
getModuleLicense() |
LicenseDetails |
getPlatformLicense() |
java.util.Date |
getTrialExpirationDate()
The Date at which this demo's trial period will expire, or expired at if already expired.
|
boolean |
isTrialExpired()
Whether or not this demo's trial period has expired.
|
java.lang.String |
toString() |
public ActivatedLicenseState(LicenseDetails platformLicense, ModuleLicense moduleLicense)
public LicenseMode getLicenseMode()
getLicenseMode in interface LicenseStateLicenseMode for this given LicenseState.public ModuleLicense getModuleLicense()
getModuleLicense in interface LicenseStatepublic LicenseDetails getPlatformLicense()
getPlatformLicense in interface LicenseStatepublic boolean isTrialExpired()
LicenseStateisTrialExpired in interface LicenseStatepublic java.util.Date getTrialExpirationDate()
LicenseStategetTrialExpirationDate in interface LicenseStatepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object