Package de.elo.ix.client
Class WorkFlowHead
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WorkFlowHead
- All Implemented Interfaces:
Serializable
Helperclass to access the DB table workflowtemplhead, workflowactivedochead, ...
- Since:
- 7.00.000.010
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The current sever ID (resp.protected int
The call node id of the main workflow, which call this sub workflow.protected int
Workflow IDprotected String
GUIDprotected int
Id of the main workflow.protected int
Status, != 0 means deletedprotected String
Timestamp The format is JJJJ.MM.DD.hh.mm.ssprotected String
Timestamp of this object's last export by the replication.protected int
Workflow type.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getGuid()
int
int
int
getType()
void
setActServerId
(String actServerId) void
setCallNodeId
(int callNodeId) void
setFlowId
(int flowId) void
void
setParentWorkflow
(int parentWorkflow) void
setStatus
(int status) void
void
setTStampSync
(String tStampSync) void
setType
(int type) Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
flowId
protected int flowIdWorkflow ID -
tStamp
Timestamp The format is JJJJ.MM.DD.hh.mm.ss -
guid
GUID -
status
protected int statusStatus, != 0 means deleted -
type
protected int typeWorkflow type.- Since:
- 7.00.000.014
-
actServerId
The current sever ID (resp. replication branch) where the workflow can be condinued.- Since:
- 7.00.000.014
-
parentWorkflow
protected int parentWorkflowId of the main workflow.- Since:
- 9.00.030.022
-
callNodeId
protected int callNodeIdThe call node id of the main workflow, which call this sub workflow.- Since:
- 10.00.000.004
-
tStampSync
Timestamp of this object's last export by the replication.- Since:
- 12.02.001.003
-
-
Constructor Details
-
WorkFlowHead
public WorkFlowHead() -
WorkFlowHead
-
-
Method Details
-
getFlowId
public int getFlowId() -
setFlowId
public void setFlowId(int flowId) -
getTStamp
-
setTStamp
-
getTStampSync
-
setTStampSync
-
getGuid
-
setGuid
-
getStatus
public int getStatus() -
setStatus
public void setStatus(int status) -
getType
public int getType() -
setType
public void setType(int type) -
getActServerId
-
setActServerId
-
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
-