public class FreeLicenseState extends java.lang.Object implements LicenseState
Constructor and Description |
---|
FreeLicenseState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
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 java.util.Date getTrialExpirationDate()
LicenseState
getTrialExpirationDate
in interface LicenseState
public LicenseMode getLicenseMode()
getLicenseMode
in interface LicenseState
LicenseMode
for this given LicenseState.public ModuleLicense getModuleLicense()
getModuleLicense
in interface LicenseState
public LicenseDetails getPlatformLicense()
getPlatformLicense
in interface LicenseState
public boolean isTrialExpired()
LicenseState
isTrialExpired
in interface LicenseState
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object