com.jp.protection.pub.pro.lserver
Class LicenseDataImpl.RequestImpl

java.lang.Object
  extended by com.jp.protection.pub.pro.lserver.LicenseDataImpl
      extended by com.jp.protection.pub.pro.lserver.LicenseDataImpl.RequestImpl
All Implemented Interfaces:
LicenseData, LicenseData.Request, java.io.Serializable, java.lang.Cloneable
Enclosing class:
LicenseDataImpl

public static class LicenseDataImpl.RequestImpl
extends LicenseDataImpl
implements LicenseData.Request

Default implementation of the Request interface

Since:
3.0
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jp.protection.pub.pro.lserver.LicenseDataImpl
LicenseDataImpl.RequestImpl, LicenseDataImpl.ResponceImpl
 
Nested classes/interfaces inherited from interface com.jp.protection.pub.pro.lserver.LicenseData
LicenseData.Request, LicenseData.Response
 
Field Summary
 
Fields inherited from class com.jp.protection.pub.pro.lserver.LicenseDataImpl
fLicenseExpireInfo, fLicenseIssueDate, fLicenseNumber, fLicenseOptions, fLicenseType, fNumberCopies, fProduct, fProductEdition, fProductMajorVersion, fProductMinorVersion, fUserLicensingModel, PRINTER, serialVersionUID, ULM_FLOATING, ULM_FLOATING_LS, ULM_NAMED, ULM_NAMED_LS
 
Fields inherited from interface com.jp.protection.pub.pro.lserver.LicenseData
PROPERTY_LICENSE_EXPIRE_INFO, PROPERTY_LICENSE_ISSUE_DATE, PROPERTY_LICENSE_NUMBER, PROPERTY_LICENSE_TYPE, PROPERTY_NUMBER_COPIES, PROPERTY_PRODUCT, PROPERTY_PRODUCT_EDITION, PROPERTY_PRODUCT_MAJOR_VERSION, PROPERTY_PRODUCT_MINOR_VERSION, PROPERTY_USER_LICENSING_MODEL
 
Constructor Summary
LicenseDataImpl.RequestImpl()
           
 
Method Summary
 
Methods inherited from class com.jp.protection.pub.pro.lserver.LicenseDataImpl
clone, equals, getLicenseExpireInfo, getLicenseIssueDate, getLicenseNumber, getLicenseOptions, getLicenseType, getLicenseType, getLicenseTypeStr, getNumberCopies, getProduct, getProductEdition, getProductMajorVersion, getProductMinorVersion, getUserLicensingModel, getUserLicensingModel, getUserLicensingModelStr, setLicenseExpireInfo, setLicenseIssueDate, setLicenseNumber, setLicenseOptions, setLicenseType, setNumberCopies, setProduct, setProductEdition, setProductMajorVersion, setProductMinorVersion, setUserLicensingModel, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jp.protection.pub.pro.lserver.LicenseData
clone, getLicenseExpireInfo, getLicenseIssueDate, getLicenseNumber, getLicenseOptions, getLicenseType, getNumberCopies, getProduct, getProductEdition, getProductMajorVersion, getProductMinorVersion, getUserLicensingModel
 

Constructor Detail

LicenseDataImpl.RequestImpl

public LicenseDataImpl.RequestImpl()