public final class EvaluatedRecordRightEntity
extends Object
Constructor and Description |
---|
EvaluatedRecordRightEntity(boolean viewable,
boolean editable,
boolean deletable)
Creates a new
EvaluatedRecordRightEntity instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isDeletable()
The delete permissions of the specified record ID.
|
boolean |
isEditable()
The edit permissions of the specified record ID.
|
boolean |
isViewable()
The view permissions of the specified record ID.
|
String |
toString() |
@ConstructorProperties(value={"viewable","editable","deletable"}) public EvaluatedRecordRightEntity(boolean viewable, boolean editable, boolean deletable)
EvaluatedRecordRightEntity
instance.viewable
- The view permissions of the specified record ID.editable
- The edit permissions of the specified record ID.deletable
- The delete permissions of the specified record ID.public boolean isViewable()
public boolean isEditable()
public boolean isDeletable()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object