Class WFCacheSyncInfo

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

public class WFCacheSyncInfo extends ValueClass
This class is used to synchronize the workflow cache.
Since:
12.02.001.000
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
    Workflow ID.
    protected int
    Checksum on workflow data.
    protected String
    Workflow timestamp.

    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
     
    int
     
     
    void
    setFlowId(int flowId)
     
    void
    setHash(int hash)
     
    void
    setTstamp(String tstamp)
     
     

    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

    • flowId

      protected int flowId
      Workflow ID.
    • hash

      protected int hash
      Checksum on workflow data.
    • tstamp

      protected String tstamp
      Workflow timestamp.
  • Constructor Details

    • WFCacheSyncInfo

      public WFCacheSyncInfo()
  • Method Details

    • getFlowId

      public int getFlowId()
    • getHash

      public int getHash()
    • getTstamp

      public String getTstamp()
    • setFlowId

      public void setFlowId(int flowId)
    • setHash

      public void setHash(int hash)
    • setTstamp

      public void setTstamp(String tstamp)
    • toString

      public String toString()
      Overrides:
      toString in class Object