Package com.thortech.xl.vo.workflow
Class ProcessDefinition
java.lang.Object
com.thortech.xl.vo.workflow.ProcessDefinition
- All Implemented Interfaces:
Serializable
- Author:
- csun TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
boolean
void
setDefaultProcess
(boolean defaultProcess) void
setFormKey
(String formKey) void
setProcessName
(String processName) void
setResourceKey
(String resourceKey) void
-
Constructor Details
-
ProcessDefinition
public ProcessDefinition()
-
-
Method Details
-
getFormKey
- Returns:
- Returns the formKey.
-
setFormKey
- Parameters:
formKey
- The formKey to set.
-
getProcessName
- Returns:
- Returns the processName.
-
setProcessName
- Parameters:
processName
- The processName to set.
-
getResourceKey
- Returns:
- Returns the resourceKey.
-
setResourceKey
- Parameters:
resourceKey
- The resourceKey to set.
-
getType
- Returns:
- Returns the type.
-
setType
- Parameters:
type
- The type to set.
-
isDefaultProcess
public boolean isDefaultProcess() -
setDefaultProcess
public void setDefaultProcess(boolean defaultProcess)
-