Interface LicenseDetails

All Superinterfaces:
Serializable

public interface LicenseDetails extends Serializable
User: Voina Bianca Date: 6/11/12
  • Method Details

    • getDescription

      String getDescription()
      Get the license description
      Returns:
      the license description
    • getLicenseType

      LicenseType getLicenseType()
      Get the license type
      Returns:
      the license type
    • getExpirationDate

      Date getExpirationDate()
      Get the license expiration date
      Returns:
      the license expiration date
    • getStartDate

      Date getStartDate()
      Returns the start date of the license
      Returns:
      .
    • isActive

      boolean isActive()
      Returns whether the license is active at this point in time.
      Returns:
      .
    • getCapacity

      int getCapacity()
      Returns the capacity associated to this license key.
      Returns:
      .
    • getRemainingDaysUntilExpireTime

      long getRemainingDaysUntilExpireTime()
      Return the number of days remaining until the license expires (rounded up).
      Returns:
      .
    • getCustomerLicenseFeatures

      Map<Integer,Integer> getCustomerLicenseFeatures()