Package de.elo.ix.client
Class WorkFlowHeadC
java.lang.Object
de.elo.ix.client.WorkFlowHeadC
- All Implemented Interfaces:
Serializable
Bit constants for members of WorkFlowHead
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Column length: The current sever ID (resp.protected int
Column length: GUID DB column: wfguidprotected int
Column length: Timestamp The format is JJJJ.MM.DD.hh.mm.ss DB column: wftstampprotected int
Column length: Timestamp of this object's last export by the replication.static final long
Member bit: The current sever ID (resp.static final long
All valid member bits.static final long
Member bit: The call node id of the main workflow, which call this sub workflow.static final long
Member bit: Workflow ID DB column: wfflowidstatic final long
Member bit: GUID DB column: wfguidstatic final long
Member bit: Id of the main workflow.static final long
Member bit: Status, != 0 means deleted DB column: wfstatusstatic final long
Member bit: Timestamp The format is JJJJ.MM.DD.hh.mm.ss DB column: wftstampstatic final long
Member bit: Timestamp of this object's last export by the replication.static final long
Member bit: Workflow type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
long
long
long
long
long
long
long
long
long
long
void
setLnActServerId
(int v) void
setLnGuid
(int v) void
setLnTStamp
(int v) void
setLnTStampSync
(int v) void
setMbActServerId
(long v) void
setMbAllMembers
(long v) void
setMbCallNodeId
(long v) void
setMbFlowId
(long v) void
setMbGuid
(long v) void
setMbParentWorkflow
(long v) void
setMbStatus
(long v) void
setMbTStamp
(long v) void
setMbTStampSync
(long v) void
setMbType
(long v)
-
Field Details
-
mbFlowId
public static final long mbFlowIdMember bit: Workflow ID DB column: wfflowid- See Also:
-
mbTStamp
public static final long mbTStampMember bit: Timestamp The format is JJJJ.MM.DD.hh.mm.ss DB column: wftstamp- See Also:
-
lnTStamp
protected int lnTStampColumn length: Timestamp The format is JJJJ.MM.DD.hh.mm.ss DB column: wftstamp -
mbGuid
public static final long mbGuidMember bit: GUID DB column: wfguid- See Also:
-
lnGuid
protected int lnGuidColumn length: GUID DB column: wfguid -
mbStatus
public static final long mbStatusMember bit: Status, != 0 means deleted DB column: wfstatus- See Also:
-
mbType
public static final long mbTypeMember bit: Workflow type. DB column: wftype- Since:
- 7.00.000.014
- See Also:
-
mbActServerId
public static final long mbActServerIdMember bit: The current sever ID (resp. replication branch) where the workflow can be condinued. DB column: actserverid- Since:
- 7.00.000.014
- See Also:
-
lnActServerId
protected int lnActServerIdColumn length: The current sever ID (resp. replication branch) where the workflow can be condinued. DB column: actserverid- Since:
- 7.00.000.014
-
mbParentWorkflow
public static final long mbParentWorkflowMember bit: Id of the main workflow. DB column: wfParent- Since:
- 9.00.030.022
- See Also:
-
mbCallNodeId
public static final long mbCallNodeIdMember bit: The call node id of the main workflow, which call this sub workflow. DB column: callnodeid- Since:
- 10.00.000.004
- See Also:
-
mbTStampSync
public static final long mbTStampSyncMember bit: Timestamp of this object's last export by the replication. DB column: wftstampsync- Since:
- 12.02.001.003
- See Also:
-
lnTStampSync
protected int lnTStampSyncColumn length: Timestamp of this object's last export by the replication. DB column: wftstampsync- Since:
- 12.02.001.003
-
mbAllMembers
public static final long mbAllMembersAll valid member bits.- See Also:
-
-
Constructor Details
-
WorkFlowHeadC
public WorkFlowHeadC()
-
-
Method Details
-
getMbFlowId
public long getMbFlowId() -
setMbFlowId
public void setMbFlowId(long v) -
getMbTStamp
public long getMbTStamp() -
setMbTStamp
public void setMbTStamp(long v) -
getLnTStamp
public int getLnTStamp() -
setLnTStamp
public void setLnTStamp(int v) -
getMbGuid
public long getMbGuid() -
setMbGuid
public void setMbGuid(long v) -
getLnGuid
public int getLnGuid() -
setLnGuid
public void setLnGuid(int v) -
getMbStatus
public long getMbStatus() -
setMbStatus
public void setMbStatus(long v) -
getMbType
public long getMbType() -
setMbType
public void setMbType(long v) -
getMbActServerId
public long getMbActServerId() -
setMbActServerId
public void setMbActServerId(long v) -
getLnActServerId
public int getLnActServerId() -
setLnActServerId
public void setLnActServerId(int v) -
getMbParentWorkflow
public long getMbParentWorkflow() -
setMbParentWorkflow
public void setMbParentWorkflow(long v) -
getMbCallNodeId
public long getMbCallNodeId() -
setMbCallNodeId
public void setMbCallNodeId(long v) -
getMbTStampSync
public long getMbTStampSync() -
setMbTStampSync
public void setMbTStampSync(long v) -
getLnTStampSync
public int getLnTStampSync() -
setLnTStampSync
public void setLnTStampSync(int v) -
getMbAllMembers
public long getMbAllMembers() -
setMbAllMembers
public void setMbAllMembers(long v)
-