@Entity public class MassPeak extends ObservationTarget implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
MZ |
static String |
RETENTIONTIME |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
MassPeak() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Double |
getMZ()
Get the Mass over charge ratio of this peak..
|
Double |
getRetentionTime()
Get the The retention-time of this peak in minutes..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setMZ(Double mZ)
Set the Mass over charge ratio of this peak..
|
void |
setRetentionTime(Double retentionTime)
Set the The retention-time of this peak in minutes..
|
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 MZ
public static final String RETENTIONTIME
public static final String ID
public String getEntityName()
getEntityName in class ObservationTargetpublic Double getMZ()
public void setMZ(Double mZ)
mZ - public Double getRetentionTime()
public void setRetentionTime(Double retentionTime)
retentionTime - 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.