public final class EvaluatedFieldRightEntity
extends Object
Constructor and Description |
---|
EvaluatedFieldRightEntity(boolean viewable,
boolean editable)
Creates a new
EvaluatedFieldRightEntity instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEditable()
The edit permissions of the field of the specified record ID.
|
boolean |
isViewable()
The view permissions of the field of the specified record ID.
|
String |
toString() |
@ConstructorProperties(value={"viewable","editable"}) public EvaluatedFieldRightEntity(boolean viewable, boolean editable)
EvaluatedFieldRightEntity
instance.viewable
- The view permissions of the field of the specified record ID. If the user has no view
permissions of the record, all the values are set as false.editable
- The edit permissions of the field of the specified record ID.public boolean isViewable()
public boolean isEditable()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object