iText 8.0.2 API
|
Class is used to describe used product information. More...
Public Member Functions |
|
ProductData (String publicProductName, String productName, String version, int sinceCopyrightYear, int toCopyrightYear) | |
Creates a new instance of product data. More... |
|
ProductData (String publicProductName, String productName, String version, String minimalCompatibleLicenseKeyVersion, int sinceCopyrightYear, int toCopyrightYear) | |
Creates a new instance of product data. More... |
|
String | GetPublicProductName () |
Getter for a product name. More... |
|
String | GetProductName () |
Getter for a technical name of the product. More... |
|
String | GetVersion () |
Getter for a version of the product. More... |
|
int | GetSinceCopyrightYear () |
Getter for the first year of copyright period. More... |
|
int | GetToCopyrightYear () |
Getter for the last year of copyright period. More... |
|
String | GetMinCompatibleLicensingModuleVersion () |
Getter for the minimal compatible licensekey version. More... |
|
override bool | Equals (Object o) |
override int | GetHashCode () |
Class is used to describe used product information.
|
inline |
Creates a new instance of product data.
publicProductName | is a product name |
productName | is a technical name of the product |
version | is a version of the product |
sinceCopyrightYear | is the first year of a product development |
toCopyrightYear | is a last year of a product development |
|
inline |
Creates a new instance of product data.
publicProductName | is a product name |
productName | is a technical name of the product |
version | is a version of the product |
minimalCompatibleLicenseKeyVersion | is a minimal compatible version of licensekey library |
sinceCopyrightYear | is the first year of a product development |
toCopyrightYear | is a last year of a product development |
|
inline |
Getter for the minimal compatible licensekey version.
|
inline |
Getter for a technical name of the product.
|
inline |
Getter for a product name.
|
inline |
Getter for the first year of copyright period.
|
inline |
Getter for the last year of copyright period.
|
inline |
Getter for a version of the product.