Skip navigation links


com.thortech.xl.vo.workflow
Class ProcessDefinition

java.lang.Object
  extended by com.thortech.xl.vo.workflow.ProcessDefinition

All Implemented Interfaces:
java.io.Serializable

public class ProcessDefinition
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ProcessDefinition()
           

 

Method Summary
 java.lang.String getFormKey()
           
 java.lang.String getProcessName()
           
 java.lang.String getResourceKey()
           
 java.lang.String getType()
           
 boolean isDefaultProcess()
           
 void setDefaultProcess(boolean defaultProcess)
           
 void setFormKey(java.lang.String formKey)
           
 void setProcessName(java.lang.String processName)
           
 void setResourceKey(java.lang.String resourceKey)
           
 void setType(java.lang.String type)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ProcessDefinition

public ProcessDefinition()

Method Detail

getFormKey

public java.lang.String getFormKey()
Returns:
Returns the formKey.

setFormKey

public void setFormKey(java.lang.String formKey)
Parameters:
formKey - The formKey to set.

getProcessName

public java.lang.String getProcessName()
Returns:
Returns the processName.

setProcessName

public void setProcessName(java.lang.String processName)
Parameters:
processName - The processName to set.

getResourceKey

public java.lang.String getResourceKey()
Returns:
Returns the resourceKey.

setResourceKey

public void setResourceKey(java.lang.String resourceKey)
Parameters:
resourceKey - The resourceKey to set.

getType

public java.lang.String getType()
Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Parameters:
type - The type to set.

isDefaultProcess

public boolean isDefaultProcess()

setDefaultProcess

public void setDefaultProcess(boolean defaultProcess)

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.