public class NotificationTarget
extends Object
| Constructor and Description |
|---|
NotificationTarget() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Entity |
getEntity()
An object containing entity details per recipient of the notification.
|
Boolean |
getIncludeSubs()
The "Include affiliated departments" setting of the Department.
|
int |
hashCode() |
NotificationTarget |
setEntity(Entity entity)
An object containing entity details per recipient of the notification.
|
NotificationTarget |
setIncludeSubs(Boolean includeSubs)
The "Include affiliated departments" setting of the Department.
|
String |
toString() |
public Entity getEntity()
public Boolean getIncludeSubs()
public NotificationTarget setEntity(Entity entity)
this.public NotificationTarget 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