Class WorkFlowHead

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

public class WorkFlowHead extends ValueClass implements Serializable
Helperclass to access the DB table workflowtemplhead, workflowactivedochead, ...
Since:
7.00.000.010
See Also:
  • Field Details

    • flowId

      protected int flowId
      Workflow ID
    • tStamp

      protected String tStamp
      Timestamp The format is JJJJ.MM.DD.hh.mm.ss
    • guid

      protected String guid
      GUID
    • status

      protected int status
      Status, != 0 means deleted
    • type

      protected int type
      Workflow type.
      Since:
      7.00.000.014
    • actServerId

      protected String actServerId
      The current sever ID (resp. replication branch) where the workflow can be condinued.
      Since:
      7.00.000.014
    • parentWorkflow

      protected int parentWorkflow
      Id of the main workflow.
      Since:
      9.00.030.022
    • callNodeId

      protected int callNodeId
      The call node id of the main workflow, which call this sub workflow.
      Since:
      10.00.000.004
    • tStampSync

      protected String tStampSync
      Timestamp of this object's last export by the replication.
      Since:
      12.02.001.003
  • Constructor Details

    • WorkFlowHead

      public WorkFlowHead()
    • WorkFlowHead

      public WorkFlowHead(WorkFlowHead rhs)
  • Method Details

    • getFlowId

      public int getFlowId()
    • setFlowId

      public void setFlowId(int flowId)
    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String stamp)
    • getTStampSync

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String tStampSync)
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getStatus

      public int getStatus()
    • setStatus

      public void setStatus(int status)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getActServerId

      public String getActServerId()
    • setActServerId

      public void setActServerId(String actServerId)
    • getParentWorkflow

      public int getParentWorkflow()
    • setParentWorkflow

      public void setParentWorkflow(int parentWorkflow)
    • getCallNodeId

      public int getCallNodeId()
      Returns:
      the callNodeId
    • setCallNodeId

      public void setCallNodeId(int callNodeId)
      Parameters:
      callNodeId - the callNodeId to set