Class LicenseInfo

java.lang.Object
com.itextpdf.licensing.base.info.LicenseInfo

public class LicenseInfo extends Object
Class represents license information for a particular product.
  • Constructor Details

    • LicenseInfo

      public LicenseInfo (String product, Date expire, LicenceTypeInfo licenseType, EventsLimitInfo eventsLimitInfo)
      Only for internal usage. LicenseInfo constructor.
      Parameters:
      product - name of the product
      expire - license expire date
      licenseType - license type
      eventsLimitInfo - EventsLimitInfo
  • Method Details

    • getLimitsInfo

      public EventsLimitInfo getLimitsInfo()
      Returns license limit info.
      Returns:
      EventsLimitInfo
    • getProduct

      public String getProduct()
      Returns license product name.
      Returns:
      license product name
    • getExpire

      public Date getExpire()
      Returns license expire date.
      Returns:
      license expire date
    • getLicenseType

      public LicenceTypeInfo getLicenseType()
      Returns license type.
      Returns:
      license type
    • equals

      public boolean equals (Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object