Class LicenseInfoWrapper

java.lang.Object
com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper

public class LicenseInfoWrapper extends Object
Holds licensing information
  • 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

      public void setLicensewrapper(LicenseWrapper licensewrapper)
      Sets the License
    • getLicensewrapper

      public LicenseWrapper getLicensewrapper()
      Gets the License
    • setSysteminfowrapper

      public void setSysteminfowrapper(SystemInfoWrapper systeminfowrapper)
      Gets SystemInfo to which the License is registered to
    • getSysteminfowrapper

      public SystemInfoWrapper getSysteminfowrapper()
      Sets SystemInfo to which the License is registered to
    • setLicenseoptionwrapper

      public void setLicenseoptionwrapper(List<LicenseOptionWrapper> licenseoptionwrapper)
      Sets License options of the License
    • getLicenseoptionwrapper

      public List<LicenseOptionWrapper> getLicenseoptionwrapper()
      Gets License options of the License