@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() |
Integer |
getId()
Get the .
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
MolgenisUser |
getMolgenisUser()
Get the .
|
String |
getRole()
Get the .
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setId(Integer 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, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic 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 Integer getId()
public void setId(Integer id)
id - public MolgenisUser getMolgenisUser()
public void setMolgenisUser(MolgenisUser molgenisUser)
molgenisUser - public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public Integer getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2015. All Rights Reserved.