public class FieldRightEntity
extends Object
| Constructor and Description |
|---|
FieldRightEntity() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
FieldAccessibility |
getAccessibility()
The permission granted to the entity.
|
Entity |
getEntity()
An object containing data of the entity the permission is granted to.
|
Boolean |
getIncludeSubs()
The permission inheritance settings of the department the permission is granted to.
|
int |
hashCode() |
FieldRightEntity |
setAccessibility(FieldAccessibility accessibility)
The permission granted to the entity.
|
FieldRightEntity |
setEntity(Entity entity)
An object containing data of the entity the permission is granted to.
|
FieldRightEntity |
setIncludeSubs(Boolean includeSubs)
The permission inheritance settings of the department the permission is granted to.
|
String |
toString() |
public FieldAccessibility getAccessibility()
public Entity getEntity()
public Boolean getIncludeSubs()
public FieldRightEntity setAccessibility(FieldAccessibility accessibility)
this.public FieldRightEntity setEntity(Entity entity)
this.public FieldRightEntity 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