public class RecordRight
extends Object
| Constructor and Description |
|---|
RecordRight() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<RecordRightEntity> |
getEntities()
A list of the entities that the permissions are granted to.
|
String |
getFilterCond()
The filter condition in a query format.
|
int |
hashCode() |
RecordRight |
setEntities(List<RecordRightEntity> entities)
A list of the entities that the permissions are granted to.
|
RecordRight |
setFilterCond(String filterCond)
The filter condition in a query format.
|
String |
toString() |
public String getFilterCond()
public List<RecordRightEntity> getEntities()
public RecordRight setFilterCond(String filterCond)
this.public RecordRight setEntities(List<RecordRightEntity> 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