public class ProcessExecutableUser
extends Object
| Constructor and Description |
|---|
ProcessExecutableUser() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ProcessEntity> |
getEntities()
A list of the executable users.
|
int |
hashCode() |
ProcessExecutableUser |
setEntities(List<ProcessEntity> entities)
A list of the executable users.
|
String |
toString() |
public List<ProcessEntity> getEntities()
public ProcessExecutableUser 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