public class ProcessEntity
extends Object
| Constructor and Description |
|---|
ProcessEntity() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Entity |
getEntity()
An object containing user data of the Assignees.
|
Boolean |
getIncludeSubs()
The "Include affiliated departments" settings of the department.
|
int |
hashCode() |
ProcessEntity |
setEntity(Entity entity)
An object containing user data of the Assignees.
|
ProcessEntity |
setIncludeSubs(Boolean includeSubs)
The "Include affiliated departments" settings of the department.
|
String |
toString() |
public Entity getEntity()
public Boolean getIncludeSubs()
public ProcessEntity setEntity(Entity entity)
this.public ProcessEntity setIncludeSubs(Boolean includeSubs)
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