Class ProcessDefinition

java.lang.Object
com.thortech.xl.vo.workflow.ProcessDefinition
All Implemented Interfaces:
Serializable

public class ProcessDefinition extends Object implements 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 Details

    • ProcessDefinition

      public ProcessDefinition()
  • Method Details

    • getFormKey

      public String getFormKey()
      Returns:
      Returns the formKey.
    • setFormKey

      public void setFormKey(String formKey)
      Parameters:
      formKey - The formKey to set.
    • getProcessName

      public String getProcessName()
      Returns:
      Returns the processName.
    • setProcessName

      public void setProcessName(String processName)
      Parameters:
      processName - The processName to set.
    • getResourceKey

      public String getResourceKey()
      Returns:
      Returns the resourceKey.
    • setResourceKey

      public void setResourceKey(String resourceKey)
      Parameters:
      resourceKey - The resourceKey to set.
    • getType

      public String getType()
      Returns:
      Returns the type.
    • setType

      public void setType(String type)
      Parameters:
      type - The type to set.
    • isDefaultProcess

      public boolean isDefaultProcess()
    • setDefaultProcess

      public void setDefaultProcess(boolean defaultProcess)