|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jp.protection.pub.pro.integration.LicenseDescr
public class LicenseDescr
This class briefly describes the license required to get using LicensingFacade
| Field Summary | |
|---|---|
protected int |
fLicenseType
|
protected java.lang.String |
fProduct
|
protected java.lang.String |
fProductEdition
|
protected int |
fProductMajorVersion
|
protected int |
fProductMinorVersion
|
| Constructor Summary | |
|---|---|
LicenseDescr()
|
|
| Method Summary | |
|---|---|
int |
getLicenseType()
Returns type of the license. |
java.lang.String |
getProduct()
Returns identifier of the product the license is issued for. |
java.lang.String |
getProductEdition()
Returns identifier of the product editions the license is issued for. |
int |
getProductMajorVersion()
Returns major version of the product. |
int |
getProductMinorVersion()
Returns minor version of the product. |
void |
setLicenseType(int aLicenseType)
Specifies the type of the license. |
void |
setProduct(java.lang.String aProduct)
Specifies identifier of the product the license is issued for. |
void |
setProductEdition(java.lang.String aProductEdition)
Specifies identifier of the product editions the license is issued for. |
void |
setProductMajorVersion(int aProductMajorVersion)
Specifies major version of the product. |
void |
setProductMinorVersion(int aProductMinorVersion)
Specifies minor version of the product. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int fLicenseType
protected java.lang.String fProduct
protected java.lang.String fProductEdition
protected int fProductMajorVersion
protected int fProductMinorVersion
| Constructor Detail |
|---|
public LicenseDescr()
| Method Detail |
|---|
public int getLicenseType()
LicenseBase.TYPE constants.public void setLicenseType(int aLicenseType)
aLicenseType - license type.public java.lang.String getProduct()
public void setProduct(java.lang.String aProduct)
aProduct - identifier of the product.public java.lang.String getProductEdition()
public void setProductEdition(java.lang.String aProductEdition)
aProductEdition - identifier of the product edition.public int getProductMajorVersion()
public void setProductMajorVersion(int aProductMajorVersion)
aProductMajorVersion - major version number.public int getProductMinorVersion()
public void setProductMinorVersion(int aProductMinorVersion)
aProductMinorVersion - minor version number
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||