Interface IItemLicenseModel

All Superinterfaces:
Serializable
All Known Implementing Classes:
EmbeddedItemLicenseModel, ItemLicenseModel

public interface IItemLicenseModel extends Serializable
  • Method Details

    • isLicenseOK

      boolean isLicenseOK()
      Returns:
      true if the license-file is ok, false otherwise
    • isExpired

      boolean isExpired()
      Returns:
      true if the license is expired, false otherwise
    • getParentLicenseKey

      String getParentLicenseKey()
    • getItemKey

      String getItemKey()
    • getItemName

      String getItemName()
    • getLicenseCreationDate

      LocalDateTime getLicenseCreationDate()
      Returns:
      the creation date of the license
    • getLicenseModificationDate

      LocalDateTime getLicenseModificationDate()
      Returns:
      the modification date of the license
    • getLicenseExpireDate

      LocalDateTime getLicenseExpireDate()
      Returns:
      the expire date of the license