|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.BasicData
org.proteios.core.data.PeakData
public class PeakData
This represents a peak. A peak item has information about a peak in a mass spectrometry experiment.
Peak,
Peaks
overview| Constructor Summary | |
|---|---|
PeakData()
|
|
| Method Summary | |
|---|---|
AnnotationSetData |
getAnnotationSet()
Get the annotation set that holds the annotations for an item. |
Double |
getIntensity()
Get the intensity. |
Double |
getMassToChargeRatio()
Get the massToChargeRatio. |
PeakListData |
getPeakList()
Get the PeakListData this peak is created from. |
void |
setAnnotationSet(AnnotationSetData annotationSet)
Change the annotation set. |
void |
setIntensity(Double intensity)
Set the intensity |
void |
setMassToChargeRatio(Double massToChargeRatio)
Set the massToChargeRatio |
void |
setPeakList(PeakListData peakList)
Set the PeakListData this peak is created from. |
| Methods inherited from class org.proteios.core.data.BasicData |
|---|
equals, getId, getVersion, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.proteios.core.data.IdentifiableData |
|---|
getId, getVersion |
| Constructor Detail |
|---|
public PeakData()
| Method Detail |
|---|
public Double getMassToChargeRatio()
public void setMassToChargeRatio(Double massToChargeRatio)
massToChargeRatio - The Double massToChargeRatio valuepublic Double getIntensity()
public void setIntensity(Double intensity)
intensity - The Double intensity valuepublic PeakListData getPeakList()
PeakListData this peak is created from.
PeakListData item or null if not knownpublic void setPeakList(PeakListData peakList)
PeakListData this peak is created from.
peakList - The creator peakListpublic AnnotationSetData getAnnotationSet()
AnnotatableData
getAnnotationSet in interface AnnotatableDataAnnotationSetData item or null if no annotations existpublic void setAnnotationSet(AnnotationSetData annotationSet)
AnnotatableData
setAnnotationSet in interface AnnotatableData
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||