Package de.elo.ix.client
Class WorkFlowActiveDoc
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WorkFlowActiveDoc
- All Implemented Interfaces:
java.io.Serializable
public class WorkFlowActiveDoc extends ValueClass implements java.io.Serializable
Internal class.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected int
activate
ELO-date when the node was entered.protected java.lang.String
activeAcl
Contains the ACL of the workflow.protected int
alertFromBegin
Time-limt for the entire workflow in minutes.protected int
alertTo
ID of user who should be informed, if a time-limit exceeds.protected int
alertTo2
ID of user who should be informed, if the time-limit alertWait2 exceeds.protected int
alertTo3
ID of user who should be informed, if the time-limit alertWait2 exceeds.protected int
alertWait
Time-limit for a single node.protected int
alertWait2
Second Time-limit for a person node or begin node.protected int
alertWait3
Third Time-limit for a person node or begin node.protected java.lang.String
comment
Comment, only valid for person nodes.protected java.lang.String
commentTranslationKey
Translation-keyword forWFNode.comment
.protected int
completionDate
ELO-date when the workflow was finished.protected java.lang.String
condition
Contains the ACL of the workflow template.protected int
delayDate
Activate + DelayDays.protected int
delayDays
An active person node (Activate is set) might be displayed to the user delayed by this number of days.protected int
deleted
Flag that indicates whether the workflow template is deleted.protected int
department
ID of user who has to process the node.protected int
department2
A group ID to constrain access to the node.protected int
departmentGroup
Grouping of nodes for function takeWorkFlowNode.protected int
designDepartment
A group ID or user ID that was originally assigned in the designer.protected int
eloObjId
Associated object ID.protected int
flowId
Workflow ID.protected java.lang.String
flowName
Workflow name.protected java.lang.String
flowNameTranslationKey
Translation-keyword forWFDiagram.name
.protected java.lang.String
formSpec
User defined data to be stored in the database.protected java.lang.String
iconId
Object-GUID of an icon file that is displayed in the designer.protected int
inUseDate
ELO-date when the node was visited the last time.protected int
isNext
Contains 1, if this node is active.protected java.lang.String
label
Display name by forwarding.protected java.lang.String
labelTranslationKey
Translation-keyword forlabel
.protected int
locked
If node is locked, it contains 1 otherwise 0 DB column: wf_lockedprotected int
lockId
User ID of the owner of the lock.protected int
moveCyclePosX
If a cycle is re-entered, the nodes in the cycle are duplicated.protected java.lang.String
name
Node name (work instruction).protected java.lang.String
nameTranslationKey
Translation-keyword forWFNode.name
.protected java.lang.String
nextServerId
Next server name.protected int
nodeFlags
Node flags.protected int
nodeId
Node ID.protected int
nodeType
Node type (begin node, split node, etc.).protected java.lang.String
onActivate
Name of script to be executed, if the node is activated (entered).protected java.lang.String
onTerminate
Name of script to be executed, if the node is leaved (exited).protected java.lang.String
packageName
PackageName of a Workflow, only used for workflow templatesprotected int
posX
Node X position in designer view.protected int
posY
Node Y position in designer view.protected int
prio
Workflow priority: 0...high, 1...medium, 2...low.protected java.lang.String
properties
Properties field of node.protected java.lang.String
returnValue
Return value of an end node.protected int
retVal
Deprecated.UsereturnValue
protected int
subWorkflow
ID of the active sub-workflow.protected int
subWorkflowTemplate
ID of the sub-workflow template.protected int
succ_0
Successor node(s) succ_0 ...protected int
succ_1
DB column: wf_succ_1protected int
succ_10
DB column: wf_succ_10protected int
succ_11
DB column: wf_succ_11protected int
succ_12
DB column: wf_succ_12protected int
succ_13
DB column: wf_succ_13protected int
succ_14
DB column: wf_succ_14protected int
succ_15
DB column: wf_succ_15protected int
succ_16
DB column: wf_succ_16protected int
succ_17
DB column: wf_succ_17protected int
succ_18
DB column: wf_succ_18protected int
succ_19
DB column: wf_succ_19protected int
succ_2
DB column: wf_succ_2protected int
succ_3
DB column: wf_succ_3protected int
succ_4
DB column: wf_succ_4protected int
succ_5
DB column: wf_succ_5protected int
succ_6
DB column: wf_succ_6protected int
succ_7
DB column: wf_succ_7protected int
succ_8
DB column: wf_succ_8protected int
succ_9
DB column: wf_succ_9protected int
succType
This value depends on the node type and is not processed anymore by Indexserver.protected int
tag
reserved.protected int
templateId
Workflow template ID.protected int
terminate
ELO-date when the node was exited.protected int
userDelayDate
The workflow node is deferred until this date.protected java.lang.String
userTerminate
The ID of the user who has forwarded the node.protected int
versionCreateDate
ID of the user who created the workflow version.protected int
versionId
Version ID.protected java.lang.String
versionName
Version comment.protected java.lang.String
versionTag
Version number.protected int
versionUserId
ID of the user who created the workflow version.protected java.lang.String
yNCondition
IF-Nodes: test condition, person nodes: index values or scripts, split nodes: workflow status. -
Constructor Summary
Constructors Constructor Description WorkFlowActiveDoc()
WorkFlowActiveDoc(WorkFlowActiveDoc rhs)
-
Method Summary
Modifier and Type Method Description int
getActivate()
java.lang.String
getActiveAcl()
int
getAlertFromBegin()
int
getAlertTo()
int
getAlertTo2()
int
getAlertTo3()
int
getAlertWait()
int
getAlertWait2()
int
getAlertWait3()
java.lang.String
getComment()
java.lang.String
getCommentTranslationKey()
int
getCompletionDate()
java.lang.String
getCondition()
int
getDelayDate()
int
getDelayDays()
int
getDeleted()
int
getDepartment()
int
getDepartment2()
int
getDepartmentGroup()
int
getDesignDepartment()
int
getEloObjId()
int
getFlowId()
java.lang.String
getFlowName()
java.lang.String
getFlowNameTranslationKey()
java.lang.String
getFormSpec()
java.lang.String
getIconId()
int
getInUseDate()
int
getIsNext()
java.lang.String
getLabel()
java.lang.String
getLabelTranslationKey()
int
getLocked()
int
getLockId()
int
getMoveCyclePosX()
java.lang.String
getName()
java.lang.String
getNameTranslationKey()
java.lang.String
getNextServerId()
int
getNodeFlags()
int
getNodeId()
int
getNodeType()
java.lang.String
getOnActivate()
java.lang.String
getOnTerminate()
java.lang.String
getPackageName()
int
getPosX()
int
getPosY()
int
getPrio()
java.lang.String
getProperties()
java.lang.String
getReturnValue()
int
getRetVal()
int
getSubWorkflow()
int
getSubWorkflowTemplate()
int
getSucc_Dummy_0()
int
getSucc_Dummy_1()
int
getSucc_Dummy_10()
int
getSucc_Dummy_11()
int
getSucc_Dummy_12()
int
getSucc_Dummy_13()
int
getSucc_Dummy_14()
int
getSucc_Dummy_15()
int
getSucc_Dummy_16()
int
getSucc_Dummy_17()
int
getSucc_Dummy_18()
int
getSucc_Dummy_19()
int
getSucc_Dummy_2()
int
getSucc_Dummy_3()
int
getSucc_Dummy_4()
int
getSucc_Dummy_5()
int
getSucc_Dummy_6()
int
getSucc_Dummy_7()
int
getSucc_Dummy_8()
int
getSucc_Dummy_9()
int
getSuccType()
int
getTag()
int
getTemplateId()
int
getTerminate()
int
getUserDelayDate()
java.lang.String
getUserTerminate()
int
getVersionCreateDate()
int
getVersionId()
java.lang.String
getVersionName()
java.lang.String
getVersionTag()
int
getVersionUserId()
java.lang.String
getYNCondition()
void
setActivate(int activate)
void
setActiveAcl(java.lang.String activeAcl)
void
setAlertFromBegin(int alertFromBegin)
void
setAlertTo(int alertTo)
void
setAlertTo2(int alertTo2)
void
setAlertTo3(int alertTo3)
void
setAlertWait(int alertWait)
void
setAlertWait2(int alertWait2)
void
setAlertWait3(int alertWait3)
void
setComment(java.lang.String comment)
void
setCommentTranslationKey(java.lang.String commentTranslationKey)
void
setCompletionDate(int completionDate)
void
setCondition(java.lang.String condition)
void
setDelayDate(int delayDate)
void
setDelayDays(int delayDays)
void
setDeleted(int deleted)
void
setDepartment(int department)
void
setDepartment2(int department2)
void
setDepartmentGroup(int departmentGroup)
void
setDesignDepartment(int designDepartment)
void
setEloObjId(int eloObjId)
void
setFlowId(int flowId)
void
setFlowName(java.lang.String flowName)
void
setFlowNameTranslationKey(java.lang.String flowNameTranslationKey)
void
setFormSpec(java.lang.String formSpec)
void
setIconId(java.lang.String iconId)
void
setInUseDate(int inUseDate)
void
setIsNext(int isNext)
void
setLabel(java.lang.String label)
void
setLabelTranslationKey(java.lang.String labelTranslationKey)
void
setLocked(int locked)
void
setLockId(int lockId)
void
setMoveCyclePosX(int moveCyclePosX)
void
setName(java.lang.String name)
void
setNameTranslationKey(java.lang.String nameTranslationKey)
void
setNextServerId(java.lang.String nextServerId)
void
setNodeFlags(int nodeFlags)
void
setNodeId(int nodeId)
void
setNodeType(int nodeType)
void
setOnActivate(java.lang.String onActivate)
void
setOnTerminate(java.lang.String onTerminate)
void
setPackageName(java.lang.String packageName)
void
setPosX(int posX)
void
setPosY(int posY)
void
setPrio(int prio)
void
setProperties(java.lang.String properties)
void
setReturnValue(java.lang.String returnValue)
void
setRetVal(int retVal)
void
setSubWorkflow(int subWorkflow)
void
setSubWorkflowTemplate(int subWorkflowTemplate)
void
setSucc_Dummy_0(int succ_0)
void
setSucc_Dummy_1(int succ_1)
void
setSucc_Dummy_10(int succ_10)
void
setSucc_Dummy_11(int succ_11)
void
setSucc_Dummy_12(int succ_12)
void
setSucc_Dummy_13(int succ_13)
void
setSucc_Dummy_14(int succ_14)
void
setSucc_Dummy_15(int succ_15)
void
setSucc_Dummy_16(int succ_16)
void
setSucc_Dummy_17(int succ_17)
void
setSucc_Dummy_18(int succ_18)
void
setSucc_Dummy_19(int succ_19)
void
setSucc_Dummy_2(int succ_2)
void
setSucc_Dummy_3(int succ_3)
void
setSucc_Dummy_4(int succ_4)
void
setSucc_Dummy_5(int succ_5)
void
setSucc_Dummy_6(int succ_6)
void
setSucc_Dummy_7(int succ_7)
void
setSucc_Dummy_8(int succ_8)
void
setSucc_Dummy_9(int succ_9)
void
setSuccType(int succType)
void
setTag(int tag)
void
setTemplateId(int templateId)
void
setTerminate(int terminate)
void
setUserDelayDate(int userDelayDate)
void
setUserTerminate(java.lang.String userTerminate)
void
setVersionCreateDate(int versionCreateDate)
void
setVersionId(int versionId)
void
setVersionName(java.lang.String versionName)
void
setVersionTag(java.lang.String versionTag)
void
setVersionUserId(int versionUserId)
void
setYNCondition(java.lang.String yNCondition)
java.lang.String
toString()
-
Field Details
-
flowId
protected int flowIdWorkflow ID. DB column: wf_flowid -
nodeId
protected int nodeIdNode ID. DB column: wf_nodeid -
flowName
protected java.lang.String flowNameWorkflow name. DB column: wf_flow_name -
name
protected java.lang.String nameNode name (work instruction). DB column: wf_name -
nodeType
protected int nodeTypeNode type (begin node, split node, etc.). DB column: wf_node_type -
succType
protected int succTypeThis value depends on the node type and is not processed anymore by Indexserver. It is written for compability with workflows of older CLIENT versions. DB column: wf_succ_type -
department
protected int departmentID of user who has to process the node. Might be a group ID too. Only valid for person nodes. DB column: wf_department -
alertTo
protected int alertToID of user who should be informed, if a time-limit exceeds. It might be the time-limit for the entire workflow or for a signle person node. DB column: wf_alert_to -
alertFromBegin
protected int alertFromBeginTime-limt for the entire workflow in minutes. This value is only valid for the begin node. DB column: wf_alert_from_begin -
alertWait
protected int alertWaitTime-limit for a single node. This value is only valid for person nodes. DB column: wf_alert_wait -
yNCondition
protected java.lang.String yNConditionIF-Nodes: test condition, person nodes: index values or scripts, split nodes: workflow status. DB column: wf_yesnocondition -
condition
protected java.lang.String conditionContains the ACL of the workflow template. Only valid for begin nodes. DB column: wf_condition -
comment
protected java.lang.String commentComment, only valid for person nodes. DB column: wf_comment -
succ_0
protected int succ_0Successor node(s) succ_0 ... Succ 19 DB column: wf_succ_0 This mebers are moved into WorkFlowNodeMatrix. They are still here due to compatibiltiy with older stream versions. -
succ_1
protected int succ_1DB column: wf_succ_1 -
succ_2
protected int succ_2DB column: wf_succ_2 -
succ_3
protected int succ_3DB column: wf_succ_3 -
succ_4
protected int succ_4DB column: wf_succ_4 -
succ_5
protected int succ_5DB column: wf_succ_5 -
succ_6
protected int succ_6DB column: wf_succ_6 -
succ_7
protected int succ_7DB column: wf_succ_7 -
succ_8
protected int succ_8DB column: wf_succ_8 -
succ_9
protected int succ_9DB column: wf_succ_9 -
succ_10
protected int succ_10DB column: wf_succ_10 -
succ_11
protected int succ_11DB column: wf_succ_11 -
succ_12
protected int succ_12DB column: wf_succ_12 -
succ_13
protected int succ_13DB column: wf_succ_13 -
succ_14
protected int succ_14DB column: wf_succ_14 -
succ_15
protected int succ_15DB column: wf_succ_15 -
succ_16
protected int succ_16DB column: wf_succ_16 -
succ_17
protected int succ_17DB column: wf_succ_17 -
succ_18
protected int succ_18DB column: wf_succ_18 -
succ_19
protected int succ_19DB column: wf_succ_19 -
locked
protected int lockedIf node is locked, it contains 1 otherwise 0 DB column: wf_locked -
posX
protected int posXNode X position in designer view. DB column: pos_x -
posY
protected int posYNode Y position in designer view. DB column: pos_y -
onActivate
protected java.lang.String onActivateName of script to be executed, if the node is activated (entered). DB column: wf_ev_on_activate -
onTerminate
protected java.lang.String onTerminateName of script to be executed, if the node is leaved (exited). DB column: wf_ev_on_terminate -
nodeFlags
protected int nodeFlagsNode flags. DB column: wf_nodeflags -
eloObjId
protected int eloObjIdAssociated object ID. Only valid for non-template workflows. DB column: wf_eloobjid -
lockId
protected int lockIdUser ID of the owner of the lock. DB column: wf_locked_owner -
isNext
protected int isNextContains 1, if this node is active. DB column: wf_is_next -
activate
protected int activateELO-date when the node was entered. DB column: wf_activate -
terminate
protected int terminateELO-date when the node was exited. DB column: wf_terminate -
inUseDate
protected int inUseDateELO-date when the node was visited the last time. DB column: wf_in_use_date -
completionDate
protected int completionDateELO-date when the workflow was finished. All nodes contain the same value. DB column: wf_completion_date -
templateId
protected int templateIdWorkflow template ID. Not valid for template workflows. For active and finished workflows this member specifies the template ID that was used to start the workflow. If the workflow is started as an adhoc workflow, this member is 0 and flags contains the bit FLAG_ROOT_ADHOC. DB column: wf_template -
userTerminate
protected java.lang.String userTerminateThe ID of the user who has forwarded the node. Not valid for template workflows. Only valid for person nodes. DB column: wf_userterminate -
tag
protected int tagreserved. DB column: wf_tag -
designDepartment
protected int designDepartmentA group ID or user ID that was originally assigned in the designer. DB column: wf_designdepartment -
moveCyclePosX
protected int moveCyclePosXIf a cycle is re-entered, the nodes in the cycle are duplicated. The copied nodes will be placed in the designer moved by this value to the right. If this value is 0, the nodes are moved 60 points right and 20 points up. DB column: wf_dx -
department2
protected int department2A group ID to constrain access to the node. Only members of this group are allowed to see and process the node. Only valid for person nodes. DB column: wf_department2 -
delayDays
protected int delayDaysAn active person node (Activate is set) might be displayed to the user delayed by this number of days. Only valid for person nodes. DB column: wf_delaydays -
delayDate
protected int delayDateActivate + DelayDays. Not valid for template workflows. Only valid for person nodes. DB column: wf_duedate -
deleted
protected int deletedFlag that indicates whether the workflow template is deleted. If the value is not 0, the workflow template is deleted. Only valid for template workflows. DB column: wf_deleted -
prio
protected int prioWorkflow priority: 0...high, 1...medium, 2...low. DB column: wf_prio -
userDelayDate
protected int userDelayDateThe workflow node is deferred until this date. ELO date format. DB column: wf_user_delaydate- Since:
- 7.00.000.000
-
versionId
protected int versionIdVersion ID.- Since:
- 7.00.000.008
-
versionName
protected java.lang.String versionNameVersion comment.- Since:
- 7.00.000.008
-
alertTo2
protected int alertTo2ID of user who should be informed, if the time-limit alertWait2 exceeds.- Since:
- 7.00.000.014
-
alertWait2
protected int alertWait2Second Time-limit for a person node or begin node.- Since:
- 7.00.000.014
-
alertTo3
protected int alertTo3ID of user who should be informed, if the time-limit alertWait2 exceeds.- Since:
- 7.00.000.014
-
alertWait3
protected int alertWait3Third Time-limit for a person node or begin node.- Since:
- 7.00.000.014
-
nextServerId
protected java.lang.String nextServerIdNext server name. This value is used in replication environments and defines the ID of the next server (resp. replication branch) where the workflow continues processing.- Since:
- 7.00.000.014
-
versionTag
protected java.lang.String versionTagVersion number.- Since:
- 7.00.000.018
-
versionUserId
protected int versionUserIdID of the user who created the workflow version.- Since:
- 7.00.000.018
-
versionCreateDate
protected int versionCreateDateID of the user who created the workflow version.- Since:
- 7.00.000.018
-
iconId
protected java.lang.String iconIdObject-GUID of an icon file that is displayed in the designer.- Since:
- 7.00.040.012
-
formSpec
protected java.lang.String formSpecUser defined data to be stored in the database.- Since:
- 7.00.040.012
-
flowNameTranslationKey
protected java.lang.String flowNameTranslationKeyTranslation-keyword forWFDiagram.name
.- Since:
- 9.00.018.005
-
nameTranslationKey
protected java.lang.String nameTranslationKeyTranslation-keyword forWFNode.name
.- Since:
- 9.00.018.005
-
commentTranslationKey
protected java.lang.String commentTranslationKeyTranslation-keyword forWFNode.comment
.- Since:
- 9.00.018.005
-
label
protected java.lang.String labelDisplay name by forwarding.- Since:
- 9.00.022.019
-
properties
protected java.lang.String propertiesProperties field of node.- Since:
- 9.00.022.019
-
departmentGroup
protected int departmentGroupGrouping of nodes for function takeWorkFlowNode.- Since:
- 9.00.030.006
- See Also:
WFNode.departmentGroup
-
retVal
@Deprecated protected int retValDeprecated.UsereturnValue
Return value of an end node.- Since:
- 9.00.030.022
-
returnValue
protected java.lang.String returnValueReturn value of an end node.- Since:
- 9.99.009.003
-
subWorkflow
protected int subWorkflowID of the active sub-workflow.- Since:
- 9.00.030.022
-
labelTranslationKey
protected java.lang.String labelTranslationKeyTranslation-keyword forlabel
.- Since:
- 9.00.030.021
- See Also:
WFNode.label
-
subWorkflowTemplate
protected int subWorkflowTemplateID of the sub-workflow template.- Since:
- 9.99.009.004
-
activeAcl
protected java.lang.String activeAclContains the ACL of the workflow. Only valid for begin nodes.- Since:
- 11.00.000.023
-
packageName
protected java.lang.String packageNamePackageName of a Workflow, only used for workflow templates- Since:
- 20.00.000.009
-
-
Constructor Details
-
WorkFlowActiveDoc
public WorkFlowActiveDoc() -
WorkFlowActiveDoc
-
-
Method Details
-
getActivate
public int getActivate() -
setActivate
public void setActivate(int activate) -
getAlertFromBegin
public int getAlertFromBegin() -
setAlertFromBegin
public void setAlertFromBegin(int alertFromBegin) -
getAlertTo
public int getAlertTo() -
setAlertTo
public void setAlertTo(int alertTo) -
getAlertWait
public int getAlertWait() -
setAlertWait
public void setAlertWait(int alertWait) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment) -
getCompletionDate
public int getCompletionDate() -
setCompletionDate
public void setCompletionDate(int completionDate) -
getCondition
public java.lang.String getCondition() -
setCondition
public void setCondition(java.lang.String condition) -
getDelayDate
public int getDelayDate() -
setDelayDate
public void setDelayDate(int delayDate) -
getDelayDays
public int getDelayDays() -
setDelayDays
public void setDelayDays(int delayDays) -
getDeleted
public int getDeleted() -
setDeleted
public void setDeleted(int deleted) -
getDepartment
public int getDepartment() -
setDepartment
public void setDepartment(int department) -
getDepartment2
public int getDepartment2() -
setDepartment2
public void setDepartment2(int department2) -
getDesignDepartment
public int getDesignDepartment() -
setDesignDepartment
public void setDesignDepartment(int designDepartment) -
getEloObjId
public int getEloObjId() -
setEloObjId
public void setEloObjId(int eloObjId) -
getFlowId
public int getFlowId() -
setFlowId
public void setFlowId(int flowId) -
getFlowName
public java.lang.String getFlowName() -
setFlowName
public void setFlowName(java.lang.String flowName) -
getInUseDate
public int getInUseDate() -
setInUseDate
public void setInUseDate(int inUseDate) -
getIsNext
public int getIsNext() -
setIsNext
public void setIsNext(int isNext) -
getLockId
public int getLockId() -
setLockId
public void setLockId(int lockId) -
getLocked
public int getLocked() -
setLocked
public void setLocked(int locked) -
getMoveCyclePosX
public int getMoveCyclePosX() -
setMoveCyclePosX
public void setMoveCyclePosX(int moveCyclePosX) -
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String name) -
getNodeFlags
public int getNodeFlags() -
setNodeFlags
public void setNodeFlags(int nodeFlags) -
getNodeId
public int getNodeId() -
setNodeId
public void setNodeId(int nodeId) -
getNodeType
public int getNodeType() -
setNodeType
public void setNodeType(int nodeType) -
getOnActivate
public java.lang.String getOnActivate() -
setOnActivate
public void setOnActivate(java.lang.String onActivate) -
getOnTerminate
public java.lang.String getOnTerminate() -
setOnTerminate
public void setOnTerminate(java.lang.String onTerminate) -
getPosX
public int getPosX() -
setPosX
public void setPosX(int posX) -
getPosY
public int getPosY() -
setPosY
public void setPosY(int posY) -
getPrio
public int getPrio() -
setPrio
public void setPrio(int prio) -
getSuccType
public int getSuccType() -
setSuccType
public void setSuccType(int succType) -
getSucc_Dummy_0
public int getSucc_Dummy_0() -
setSucc_Dummy_0
public void setSucc_Dummy_0(int succ_0) -
getSucc_Dummy_1
public int getSucc_Dummy_1() -
setSucc_Dummy_1
public void setSucc_Dummy_1(int succ_1) -
getSucc_Dummy_10
public int getSucc_Dummy_10() -
setSucc_Dummy_10
public void setSucc_Dummy_10(int succ_10) -
getSucc_Dummy_11
public int getSucc_Dummy_11() -
setSucc_Dummy_11
public void setSucc_Dummy_11(int succ_11) -
getSucc_Dummy_12
public int getSucc_Dummy_12() -
setSucc_Dummy_12
public void setSucc_Dummy_12(int succ_12) -
getSucc_Dummy_13
public int getSucc_Dummy_13() -
setSucc_Dummy_13
public void setSucc_Dummy_13(int succ_13) -
getSucc_Dummy_14
public int getSucc_Dummy_14() -
setSucc_Dummy_14
public void setSucc_Dummy_14(int succ_14) -
getSucc_Dummy_15
public int getSucc_Dummy_15() -
setSucc_Dummy_15
public void setSucc_Dummy_15(int succ_15) -
getSucc_Dummy_16
public int getSucc_Dummy_16() -
setSucc_Dummy_16
public void setSucc_Dummy_16(int succ_16) -
getSucc_Dummy_17
public int getSucc_Dummy_17() -
setSucc_Dummy_17
public void setSucc_Dummy_17(int succ_17) -
getSucc_Dummy_18
public int getSucc_Dummy_18() -
setSucc_Dummy_18
public void setSucc_Dummy_18(int succ_18) -
getSucc_Dummy_19
public int getSucc_Dummy_19() -
setSucc_Dummy_19
public void setSucc_Dummy_19(int succ_19) -
getSucc_Dummy_2
public int getSucc_Dummy_2() -
setSucc_Dummy_2
public void setSucc_Dummy_2(int succ_2) -
getSucc_Dummy_3
public int getSucc_Dummy_3() -
setSucc_Dummy_3
public void setSucc_Dummy_3(int succ_3) -
getSucc_Dummy_4
public int getSucc_Dummy_4() -
setSucc_Dummy_4
public void setSucc_Dummy_4(int succ_4) -
getSucc_Dummy_5
public int getSucc_Dummy_5() -
setSucc_Dummy_5
public void setSucc_Dummy_5(int succ_5) -
getSucc_Dummy_6
public int getSucc_Dummy_6() -
setSucc_Dummy_6
public void setSucc_Dummy_6(int succ_6) -
getSucc_Dummy_7
public int getSucc_Dummy_7() -
setSucc_Dummy_7
public void setSucc_Dummy_7(int succ_7) -
getSucc_Dummy_8
public int getSucc_Dummy_8() -
setSucc_Dummy_8
public void setSucc_Dummy_8(int succ_8) -
getSucc_Dummy_9
public int getSucc_Dummy_9() -
setSucc_Dummy_9
public void setSucc_Dummy_9(int succ_9) -
getTag
public int getTag() -
setTag
public void setTag(int tag) -
getTemplateId
public int getTemplateId() -
setTemplateId
public void setTemplateId(int templateId) -
getTerminate
public int getTerminate() -
setTerminate
public void setTerminate(int terminate) -
getUserTerminate
public java.lang.String getUserTerminate() -
setUserTerminate
public void setUserTerminate(java.lang.String userTerminate) -
getYNCondition
public java.lang.String getYNCondition() -
setYNCondition
public void setYNCondition(java.lang.String yNCondition) -
getUserDelayDate
public int getUserDelayDate() -
setUserDelayDate
public void setUserDelayDate(int userDelayDate) -
getVersionId
public int getVersionId() -
setVersionId
public void setVersionId(int versionId) -
getVersionName
public java.lang.String getVersionName() -
setVersionName
public void setVersionName(java.lang.String versionName) -
getAlertTo2
public int getAlertTo2() -
setAlertTo2
public void setAlertTo2(int alertTo2) -
getAlertWait2
public int getAlertWait2() -
setAlertWait2
public void setAlertWait2(int alertWait2) -
getAlertTo3
public int getAlertTo3() -
setAlertTo3
public void setAlertTo3(int alertTo3) -
getAlertWait3
public int getAlertWait3() -
setAlertWait3
public void setAlertWait3(int alertWait3) -
getNextServerId
public java.lang.String getNextServerId() -
setNextServerId
public void setNextServerId(java.lang.String nextServerId) -
getVersionTag
public java.lang.String getVersionTag() -
setVersionTag
public void setVersionTag(java.lang.String versionTag) -
getVersionUserId
public int getVersionUserId() -
setVersionUserId
public void setVersionUserId(int versionUserId) -
getVersionCreateDate
public int getVersionCreateDate() -
setVersionCreateDate
public void setVersionCreateDate(int versionCreateDate) -
getIconId
public java.lang.String getIconId() -
setIconId
public void setIconId(java.lang.String iconId) -
getFormSpec
public java.lang.String getFormSpec() -
setFormSpec
public void setFormSpec(java.lang.String formSpec) -
getFlowNameTranslationKey
public java.lang.String getFlowNameTranslationKey() -
setFlowNameTranslationKey
public void setFlowNameTranslationKey(java.lang.String flowNameTranslationKey) -
getNameTranslationKey
public java.lang.String getNameTranslationKey() -
setNameTranslationKey
public void setNameTranslationKey(java.lang.String nameTranslationKey) -
getCommentTranslationKey
public java.lang.String getCommentTranslationKey() -
setCommentTranslationKey
public void setCommentTranslationKey(java.lang.String commentTranslationKey) -
getLabel
public java.lang.String getLabel() -
setLabel
public void setLabel(java.lang.String label) -
getProperties
public java.lang.String getProperties() -
setProperties
public void setProperties(java.lang.String properties) -
getDepartmentGroup
public int getDepartmentGroup() -
setDepartmentGroup
public void setDepartmentGroup(int departmentGroup) -
getRetVal
public int getRetVal() -
setRetVal
public void setRetVal(int retVal) -
getReturnValue
public java.lang.String getReturnValue() -
setReturnValue
public void setReturnValue(java.lang.String returnValue) -
getSubWorkflow
public int getSubWorkflow() -
setSubWorkflow
public void setSubWorkflow(int subWorkflow) -
getLabelTranslationKey
public java.lang.String getLabelTranslationKey() -
setLabelTranslationKey
public void setLabelTranslationKey(java.lang.String labelTranslationKey) -
getSubWorkflowTemplate
public int getSubWorkflowTemplate() -
setSubWorkflowTemplate
public void setSubWorkflowTemplate(int subWorkflowTemplate) -
getActiveAcl
public java.lang.String getActiveAcl() -
setActiveAcl
public void setActiveAcl(java.lang.String activeAcl) -
getPackageName
public java.lang.String getPackageName() -
setPackageName
public void setPackageName(java.lang.String packageName) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-