@Entity public class MolgenisEntity extends AbstractEntity implements Entity, Autoid
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSNAME |
static String |
ENTITY_NAME |
static String |
ID |
static String |
NAME |
static String |
TYPE_ |
| Constructor and Description |
|---|
MolgenisEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
String |
getClassName()
Get the Full name of the entity.
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getId()
Get the automatically generated internal id, only for internal use..
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
String |
getName()
Get the Name of the entity.
|
String |
getType()
Get the Type of the entity.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setClassName(String className)
Set the Full name of the entity.
|
void |
setId(Integer id)
Set the automatically generated internal id, only for internal use..
|
void |
setName(String name)
Set the Name of the entity.
|
void |
setType(String type_)
Set the Type of the entity.
|
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 ID
public static final String NAME
public static final String TYPE_
public static final String CLASSNAME
public String getEntityName()
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
name - public String getType()
public void setType(String type_)
type_ - public String getClassName()
public void setClassName(String className)
className - 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 © 2014. All Rights Reserved.