public class ProcessState
extends Object
| Constructor and Description |
|---|
ProcessState() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ProcessAssignee |
getAssignee()
An object containing data of the Assignee settings.
|
String |
getIndex()
The display order (ascending) of the Status, when listed with the other statuses.
|
String |
getName()
The status name.
|
int |
hashCode() |
ProcessState |
setAssignee(ProcessAssignee assignee)
An object containing data of the Assignee settings.
|
ProcessState |
setIndex(String index)
The display order (ascending) of the Status, when listed with the other statuses.
|
ProcessState |
setName(String name)
The status name.
|
String |
toString() |
public String getName()
public String getIndex()
public ProcessAssignee getAssignee()
public ProcessState setName(String name)
this.public ProcessState setIndex(String index)
this.public ProcessState setAssignee(ProcessAssignee assignee)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object