Class InvalidLicenseState
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.licensing.InvalidLicenseState
 
- 
- All Implemented Interfaces:
- LicenseState,- java.io.Serializable
 
 public class InvalidLicenseState extends java.lang.Object implements LicenseState - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description InvalidLicenseState(java.lang.String cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetCause()LicenseModegetLicenseMode()ModuleLicensegetModuleLicense()LicenseDetailsgetPlatformLicense()java.util.DategetTrialExpirationDate()The Date at which this demo's trial period will expire, or expired at if already expired.inthashCode()booleanisTrialExpired()Whether or not this demo's trial period has expired.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getCausepublic java.lang.String getCause() 
 - 
getTrialExpirationDatepublic java.util.Date getTrialExpirationDate() Description copied from interface:LicenseStateThe Date at which this demo's trial period will expire, or expired at if already expired. Not relevant unless the LicenseMode is Demo.- Specified by:
- getTrialExpirationDatein interface- LicenseState
 
 - 
getLicenseModepublic LicenseMode getLicenseMode() - Specified by:
- getLicenseModein interface- LicenseState
- Returns:
- the LicenseModefor this given LicenseState.
 
 - 
getModuleLicensepublic ModuleLicense getModuleLicense() - Specified by:
- getModuleLicensein interface- LicenseState
- Returns:
- the LicenseDetails in effect for this LicenseState for this particular module. If the LicenseMode is not Activated this can be null.
 
 - 
getPlatformLicensepublic LicenseDetails getPlatformLicense() - Specified by:
- getPlatformLicensein interface- LicenseState
- Returns:
- the PlatformLicense in effect for this LicenseState. If the LicenseMode is not Activated this can be null.
 
 - 
isTrialExpiredpublic boolean isTrialExpired() Description copied from interface:LicenseStateWhether or not this demo's trial period has expired. Only relevant when the LicenseMode is Trial.- Specified by:
- isTrialExpiredin interface- LicenseState
- Returns:
- true if the demo's trial has expired
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-