Package com.saperion.wf
Class ProcessDefinitionDescriptor
java.lang.Object
com.saperion.wf.ProcessDefinitionDescriptor
- All Implemented Interfaces:
Serializable
,Comparable<ProcessDefinitionDescriptor>
public class ProcessDefinitionDescriptor
extends Object
implements Serializable, Comparable<ProcessDefinitionDescriptor>
Describes a process definition. Note: this class has a natural ordering that is inconsistent with equals.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getName()
int
hashCode()
void
setDescription
(String description) toString()
-
Constructor Details
-
ProcessDefinitionDescriptor
- Parameters:
name
- name of the processdescription
- description of the process
-
-
Method Details
-
getName
- Returns:
- name of the process
-
getDescription
- Returns:
- description of the process
-
setDescription
- Parameters:
description
- description of the process
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ProcessDefinitionDescriptor>
-
hashCode
public int hashCode() -
equals
-