Class LicenseResult

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

public class LicenseResult extends ValueClass
Result of license check. An object of this class is returned by IXServicePortIF.checkLicense(ClientInfo, LicenseInfo) if the given license information is valid.
Since:
10.17.010.002
See Also:
  • Field Summary

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LicenseResult

      public LicenseResult()
  • Method Details