@Entity public class Metabolite extends ObservationTarget implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
FORMULA |
static String |
ID |
static String |
MASS |
static String |
STRUCTURE |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Metabolite() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
String |
getFormula()
Get the The chemical formula of a metabolite..
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Double |
getMass()
Get the The mass of this metabolite.
|
String |
getStructure()
Get the The chemical structure of a metabolite (in SMILES representation)..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setFormula(String formula)
Set the The chemical formula of a metabolite..
|
void |
setMass(Double mass)
Set the The mass of this metabolite.
|
void |
setStructure(String structure)
Set the The chemical structure of a metabolite (in SMILES representation)..
|
String |
toString() |
String |
toString(boolean verbose) |
get__Type, get__TypeLabel, get__TypeOptions, getDescription, getId, getIdentifier, getName, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollectiongetBoolean, 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 FORMULA
public static final String MASS
public static final String STRUCTURE
public static final String ID
public String getEntityName()
getEntityName in class ObservationTargetpublic String getFormula()
public void setFormula(String formula)
formula - public Double getMass()
public void setMass(Double mass)
mass - public String getStructure()
public void setStructure(String structure)
structure - public Object get(String name)
get in interface Entityget in class ObservationTargetpublic void set(Entity entity, boolean strict)
set in interface Entityset in class ObservationTargetpublic String toString()
toString in class ObservationTargetpublic String toString(boolean verbose)
toString in class ObservationTargetpublic Integer getIdValue()
getIdValue in interface EntitygetIdValue in class ObservationTargetpublic Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class ObservationTargetpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class ObservationTargetpublic void set(String attributeName, Object value)
set in interface Entityset in class ObservationTargetpublic boolean equals(Object obj)
equals in class ObservationTargetpublic int hashCode()
hashCode in class ObservationTargetpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class ObservationTargetCopyright © 2014. All Rights Reserved.