@Entity public class MolgenisGroup extends AbstractEntity implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVE |
static String |
ENTITY_NAME |
static String |
ID |
static String |
NAME |
| Constructor and Description |
|---|
MolgenisGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Boolean |
getActive()
Get the Boolean to indicate whether this group is in use..
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
String |
getId()
Get the .
|
String |
getIdValue() |
String |
getName()
Get the .
|
int |
hashCode() |
void |
set(Entity entity) |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setActive(Boolean active)
Set the Boolean to indicate whether this group is in use..
|
void |
setId(String id)
Set the .
|
void |
setName(String name)
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 ID
public static final String NAME
public static final String ACTIVE
public String getEntityName()
public String getId()
public void setId(String id)
id - public String getName()
public void setName(String name)
name - public Boolean getActive()
public void setActive(Boolean active)
active - 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.