Class FreeLicenseState

    • Constructor Detail

      • FreeLicenseState

        public FreeLicenseState()
    • Method Detail

      • getTrialExpirationDate

        public java.util.Date getTrialExpirationDate()
        Description copied from interface: LicenseState
        The 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:
        getTrialExpirationDate in interface LicenseState
      • getModuleLicense

        public ModuleLicense getModuleLicense()
        Specified by:
        getModuleLicense in interface LicenseState
        Returns:
        the ModuleLicense in effect for this LicenseState for this particular module. If the LicenseMode is not Activated this can be null.
      • getPlatformLicense

        public LicenseDetails getPlatformLicense()
        Specified by:
        getPlatformLicense in interface LicenseState
        Returns:
        the PlatformLicense in effect for this LicenseState. If the LicenseMode is not Activated this can be null.
      • isTrialExpired

        public boolean isTrialExpired()
        Description copied from interface: LicenseState
        Whether or not this demo's trial period has expired. Only relevant when the LicenseMode is Trial.
        Specified by:
        isTrialExpired in interface LicenseState
        Returns:
        true if the demo's trial has expired
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object