@Entity public class UserAuthority extends AbstractEntity implements Entity, Authority
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
MOLGENISUSER |
static String |
ROLE |
| Constructor and Description |
|---|
UserAuthority() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
String |
getId()
Get the .
|
String |
getIdValue() |
MolgenisUser |
getMolgenisUser()
Get the .
|
String |
getRole()
Get the .
|
int |
hashCode() |
void |
set(Entity entity) |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setId(String id)
Set the .
|
void |
setMolgenisUser(MolgenisUser molgenisUser)
Set the .
|
void |
setRole(String role)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDatepublic static final String ENTITY_NAME
public static final String ROLE
public static final String ID
public static final String MOLGENISUSER
public String getEntityName()
public String getRole()
public void setRole(String role)
public String getId()
public void setId(String id)
id - public MolgenisUser getMolgenisUser()
public void setMolgenisUser(MolgenisUser molgenisUser)
molgenisUser - public void set(Entity entity, boolean strict)
public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public String getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2015. All Rights Reserved.