public class FieldRight
extends Object
| Constructor and Description |
|---|
FieldRight() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code of a field that has permission settings.
|
List<FieldRightEntity> |
getEntities()
A list of the entities that the permissions are granted to, in order of priority.
|
int |
hashCode() |
FieldRight |
setCode(String code)
The field code of a field that has permission settings.
|
FieldRight |
setEntities(List<FieldRightEntity> entities)
A list of the entities that the permissions are granted to, in order of priority.
|
String |
toString() |
public String getCode()
public List<FieldRightEntity> getEntities()
public FieldRight setCode(String code)
this.public FieldRight setEntities(List<FieldRightEntity> 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