public class SpaceMember
extends Object
| Constructor and Description |
|---|
SpaceMember() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Entity |
getEntity()
The entity information of the Space member.
|
Boolean |
getIncludeSubs()
The "Include Affiliated Departments" settings of the department.
|
Boolean |
getIsAdmin()
The Space Administration settings of the user.
|
int |
hashCode() |
SpaceMember |
setEntity(Entity entity)
The entity information of the Space member.
|
SpaceMember |
setIncludeSubs(Boolean includeSubs)
The "Include Affiliated Departments" settings of the department.
|
SpaceMember |
setIsAdmin(Boolean isAdmin)
The Space Administration settings of the user.
|
String |
toString() |
public Entity getEntity()
public Boolean getIsAdmin()
public Boolean getIncludeSubs()
public SpaceMember setEntity(Entity entity)
this.public SpaceMember setIsAdmin(Boolean isAdmin)
this.public SpaceMember 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