@Entity public class GroupAuthority extends AbstractEntity implements Entity, Authority
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
MOLGENISGROUP |
static String |
ROLE |
| Constructor and Description |
|---|
GroupAuthority() |
| 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() |
MolgenisGroup |
getMolgenisGroup()
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 |
setMolgenisGroup(MolgenisGroup molgenisGroup)
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 MOLGENISGROUP
public String getEntityName()
public String getRole()
public void setRole(String role)
public String getId()
public void setId(String id)
id - public MolgenisGroup getMolgenisGroup()
public void setMolgenisGroup(MolgenisGroup molgenisGroup)
molgenisGroup - 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.