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

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

public static class LicenseDataImpl.ResponceImpl
extends LicenseDataImpl
implements LicenseData.Response

Default implementation of the Response 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
protected  byte[] fLicenseBytes
           
 
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.ResponceImpl(byte[] aLicenseBytes)
          Creates a new instanceof ResponceImpl and initializes it with the given bytes.
 
Method Summary
 byte[] getLicenseBytes()
          Returns the license bytes
 void setLicenseBytes(byte[] aLicenseBytes)
          Specifies license bytes
 
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
 

Field Detail

fLicenseBytes

protected byte[] fLicenseBytes
Constructor Detail

LicenseDataImpl.ResponceImpl

public LicenseDataImpl.ResponceImpl(byte[] aLicenseBytes)
Creates a new instanceof ResponceImpl and initializes it with the given bytes.

Parameters:
aLicenseBytes - license bytes
Method Detail

getLicenseBytes

public byte[] getLicenseBytes()
Description copied from interface: LicenseData.Response
Returns the license bytes

Specified by:
getLicenseBytes in interface LicenseData.Response
Returns:
license bytes

setLicenseBytes

public void setLicenseBytes(byte[] aLicenseBytes)
Specifies license bytes

Parameters:
aLicenseBytes - license bytes to set