Class LicenseInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.LicenseInfo
All Implemented Interfaces:
Serializable

public class LicenseInfo extends ValueClass
License information to be checked with IXServicePortIF.checkLicense(ClientInfo, LicenseInfo).
Since:
10.17.010.002
See Also:
  • Field Details

    • customerName

      protected String customerName
      Customer name.
    • moduleName

      protected String moduleName
      Module name.
    • licenseKey

      protected String licenseKey
      License key.
  • Constructor Details

    • LicenseInfo

      public LicenseInfo()
  • Method Details

    • getCustomerName

      public String getCustomerName()
    • getModuleName

      public String getModuleName()
    • getLicenseKey

      public String getLicenseKey()
    • setCustomerName

      public void setCustomerName(String customerName)
    • setModuleName

      public void setModuleName(String moduleName)
    • setLicenseKey

      public void setLicenseKey(String licenseKey)
    • toString

      public String toString()
      Overrides:
      toString in class Object