public class ProcessAssignee
extends Object
| Constructor and Description |
|---|
ProcessAssignee() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ProcessEntity> |
getEntities()
A list of the Assignees.
|
ProcessAssigneeType |
getType()
The Assignee List type of the Status.
|
int |
hashCode() |
ProcessAssignee |
setEntities(List<ProcessEntity> entities)
A list of the Assignees.
|
ProcessAssignee |
setType(ProcessAssigneeType type)
The Assignee List type of the Status.
|
String |
toString() |
public ProcessAssigneeType getType()
public List<ProcessEntity> getEntities()
public ProcessAssignee setType(ProcessAssigneeType type)
this.public ProcessAssignee setEntities(List<ProcessEntity> entities)
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