Class ControlBackupInfo

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

public class ControlBackupInfo extends ValueClass implements Serializable
Mode for the ELOdm backup and purge tasks
Since:
8.00.032.001
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
    Start, stop and status of the ELOdm backup and purge tasks (constants in ControlBackupInfoC)

    Fields inherited from class byps.BValueClass

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

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setMode(int mode)
     
     

    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
  • Field Details

    • mode

      protected int mode
      Start, stop and status of the ELOdm backup and purge tasks (constants in ControlBackupInfoC)
  • Constructor Details

    • ControlBackupInfo

      public ControlBackupInfo()
    • ControlBackupInfo

      public ControlBackupInfo(int mode)
  • Method Details

    • getMode

      public int getMode()
    • setMode

      public void setMode(int mode)
    • toString

      public String toString()
      Overrides:
      toString in class Object