Class LicenseInfoWrapper
java.lang.Object
com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper
Holds licensing information
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor without licensing infoLicenseInfoWrapper(com.elpical.jclaro.license.LicenseInfo info)
Construct Licensing Info from LicenseInfo object -
Method Summary
Modifier and TypeMethodDescriptionGets License options of the LicenseGets the LicenseSets SystemInfo to which the License is registered tovoid
setLicenseoptionwrapper(List<LicenseOptionWrapper> licenseoptionwrapper)
Sets License options of the Licensevoid
setLicensewrapper(LicenseWrapper licensewrapper)
Sets the Licensevoid
setSysteminfowrapper(SystemInfoWrapper systeminfowrapper)
Gets SystemInfo to which the License is registered to
-
Constructor Details
-
LicenseInfoWrapper
public LicenseInfoWrapper()Empty constructor without licensing info -
LicenseInfoWrapper
public LicenseInfoWrapper(com.elpical.jclaro.license.LicenseInfo info)Construct Licensing Info from LicenseInfo object- Parameters:
info
- LicenseInfo
-
-
Method Details
-
setLicensewrapper
Sets the License -
getLicensewrapper
Gets the License -
setSysteminfowrapper
Gets SystemInfo to which the License is registered to -
getSysteminfowrapper
Sets SystemInfo to which the License is registered to -
setLicenseoptionwrapper
Sets License options of the License -
getLicenseoptionwrapper
Gets License options of the License
-