com.jp.protection.pub.pro.integration
Class LicenseInfo

java.lang.Object
  extended by com.jp.protection.pub.LicenseBaseImpl
      extended by com.jp.protection.pub.pro.integration.LicenseInfo
All Implemented Interfaces:
LicenseBase, java.io.Serializable

public class LicenseInfo
extends LicenseBaseImpl

Simple "mark-up" extension of LicenseBaseImpl class with no new functionality added

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jp.protection.pub.LicenseBaseImpl
fGracePeriod, fLicenseExpireDate, fLicenseIssueDate, fLicenseNumber, fLicenseOptions, fLicenseType, fNumberCopies, fProduct, fProductEdition, fProductMajorVersion, fProductMinorVersion, fUserLicensingModel, serialVersionUID
 
Fields inherited from interface com.jp.protection.pub.LicenseBase
NO_GRACE_PERIOD, OPTION_CHECK_NUMBER_OF_COPIES, OPTION_COUNT_ANY_HOSTS, OPTION_COUNT_DIFF_HOSTS, OPTION_DISALLOW_SEVERAL_COPIES_SAME_HOST, OPTION_REQUIRE_ACTIVATION, OPTION_REQUIRE_ACTIVATION_LOCK, OPTION_REQUIRE_USER_INFO, PROPERTIES, PROPERTY_GRACE_PERIOD, PROPERTY_LICENSE_EXPIRE_DATE, PROPERTY_LICENSE_ISSUE_DATE, PROPERTY_LICENSE_NUMBER, PROPERTY_LICENSE_OPTIONS, PROPERTY_LICENSE_TYPE, PROPERTY_NUMBER_COPIES, PROPERTY_PRODUCT, PROPERTY_PRODUCT_EDITION, PROPERTY_PRODUCT_MAJOR_VERSION, PROPERTY_PRODUCT_MINOR_VERSION, PROPERTY_USER_LICENSING_MODEL, TYPE_COMMERCIAL, TYPE_EVALUATION, TYPE_EXTENDED_EVALUATION, USER_LICENSING_FLOATING, USER_LICENSING_FLOATING_LS, USER_LICENSING_NAMED, USER_LICENSING_NAMED_LS, USER_LICENSING_UNCOUNTED, USER_LICENSING_UNKNOWN
 
Constructor Summary
LicenseInfo()
           
 
Method Summary
 
Methods inherited from class com.jp.protection.pub.LicenseBaseImpl
getGracePeriod, getLicenseExpireDate, getLicenseIssueDate, getLicenseNumber, getLicenseOptions, getLicenseType, getNumberCopies, getProduct, getProductEdition, getProductMajorVersion, getProductMinorVersion, getUserLicensingModel, setGracePeriod, setLicenseExpireDate, setLicenseIssueDate, setLicenseNumber, setLicenseOptions, setLicenseType, setNumberCopies, setProduct, setProductEdition, setProductMajorVersion, setProductMinorVersion, setUserLicensingModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseInfo

public LicenseInfo()