Package com.itextpdf.licensing.base.info
Class LicenseInfo
java.lang.Object
com.itextpdf.licensing.base.info.LicenseInfo
Class represents license information for a particular product.
-
Constructor Summary
ConstructorDescriptionLicenseInfo
(String product, Date expire, LicenceTypeInfo licenseType, EventsLimitInfo eventsLimitInfo) Only for internal usage. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns license expire date.Returns license type.Returns license limit info.Returns license product name.int
hashCode()
-
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
Returns license limit info.- Returns:
-
EventsLimitInfo
-
getProduct
Returns license product name.- Returns:
- license product name
-
getExpire
Returns license expire date.- Returns:
- license expire date
-
getLicenseType
Returns license type.- Returns:
- license type
-
equals
-
hashCode
public int hashCode()
-