|
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.OwnedData
org.proteios.core.data.SharedData
org.proteios.core.data.CommonData
org.proteios.core.data.AnnotatedData
org.proteios.core.data.PeakListData
public class PeakListData
This represents a peaklist which is a starting point of a peak.
PeakList,
PeakLists
overview| Field Summary | |
|---|---|
static int |
MAX_COMBINATIONMETHOD_LENGTH
|
static int |
MAX_DESCRIPTION_LENGTH
|
| Fields inherited from interface org.proteios.core.data.NameableData |
|---|
MAX_NAME_LENGTH |
| Constructor Summary | |
|---|---|
PeakListData()
|
|
| Method Summary | |
|---|---|
List<AcquisitionData> |
getAcquisitionList()
Get the acquisitionList. |
Float |
getBasePeakIntensity()
Get the base peak intensity. |
String |
getCombinationMethod()
Get the combinationMethod |
String |
getDescription()
Get the description |
int |
getMsLevel()
Get the msLevel value |
Float |
getMzRangeStart()
Get the start of the mzRange. |
Float |
getMzRangeStop()
Get the stop of the mzRange. |
PeakListSetData |
getPeakListSet()
Get the PeakListSetData this peakList is created from. |
Set<PeakData> |
getPeaks()
Get the peaks. |
List<PrecursorData> |
getPrecursorList()
Get the precursorList. |
int |
getSpectrumId()
Get the spectrumId value Note: No underscore is used in the database column name, i.e. |
InstrumentConfigurationData |
getSpectrumInstrument()
Get the spectrumInstrument |
Float |
getTimeInMinutes()
Get the time in minutes. |
Float |
getTotalIntensity()
Get the total peak intensity. |
boolean |
isIntensityDoublePrecision()
Get the doublePrecision flag |
boolean |
isMonoisotopic()
Get the monoisotopic flag |
boolean |
isMzDoublePrecision()
Get the doublePrecision flag |
void |
setAcquisitionList(List<AcquisitionData> acquisitionList)
Set the acquisitionList |
void |
setBasePeakIntensity(Float basePeakIntensity)
Set the base peak intensity. |
void |
setCombinationMethod(String combinationMethod)
Set the combinationMethod |
void |
setDescription(String description)
Set the description |
void |
setIntensityDoublePrecision(boolean doublePrecision)
Set the intensityDoublePrecision flag |
void |
setMonoisotopic(boolean monoisotopic)
Set the monoisotopic flag |
void |
setMsLevel(int msLevel)
Set the msLevel |
void |
setMzDoublePrecision(boolean doublePrecision)
Set the mzDoublePrecision flag |
void |
setMzRangeStart(Float mzRangeStart)
Set the start of the mzRange |
void |
setMzRangeStop(Float mzRangeStop)
Set the stop of the mzRange |
void |
setPeakListSet(PeakListSetData peakListSet)
Set the PeakListSetData this peakList is created from. |
void |
setPeaks(Set<PeakData> peakSet)
Set the peaks |
void |
setPrecursorList(List<PrecursorData> precursorList)
Set the precursorList |
void |
setSpectrumId(int spectrumId)
Set the spectrumId |
void |
setSpectrumInstrument(InstrumentConfigurationData spectrumInstrument)
Set the spectrumInstrument |
void |
setTimeInMinutes(Float timeInMinutes)
Set the time in minutes |
void |
setTotalIntensity(Float totalIntensity)
Set the total peak intensity. |
| Methods inherited from class org.proteios.core.data.AnnotatedData |
|---|
getAnnotationSet, setAnnotationSet |
| Methods inherited from class org.proteios.core.data.CommonData |
|---|
getName, isRemoved, setName, setRemoved |
| Methods inherited from class org.proteios.core.data.SharedData |
|---|
getItemKey, getProjectKey, setItemKey, setProjectKey |
| Methods inherited from class org.proteios.core.data.OwnedData |
|---|
getOwner, setOwner |
| 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 |
| Methods inherited from interface org.proteios.core.data.OwnableData |
|---|
getOwner, setOwner |
| Field Detail |
|---|
public static final int MAX_COMBINATIONMETHOD_LENGTH
public static final int MAX_DESCRIPTION_LENGTH
| Constructor Detail |
|---|
public PeakListData()
| Method Detail |
|---|
public PeakListSetData getPeakListSet()
PeakListSetData this peakList is created from.
PeakListSetData item or null if not knownpublic void setPeakListSet(PeakListSetData peakListSet)
PeakListSetData this peakList is created from.
peakListSet - The creator peakListSetpublic String getCombinationMethod()
public void setCombinationMethod(String combinationMethod)
combinationMethod - The combinationMethod stringpublic String getDescription()
getDescription in interface NameableDatagetDescription in class CommonDatapublic void setDescription(String description)
setDescription in interface NameableDatasetDescription in class CommonDatadescription - The description stringpublic boolean isMzDoublePrecision()
public void setMzDoublePrecision(boolean doublePrecision)
doublePrecision - The mzDoublePrecision flagpublic boolean isIntensityDoublePrecision()
public void setIntensityDoublePrecision(boolean doublePrecision)
doublePrecision - The intensityDoublePrecision flagpublic boolean isMonoisotopic()
public void setMonoisotopic(boolean monoisotopic)
monoisotopic - The monoisotopic flagpublic int getMsLevel()
public void setMsLevel(int msLevel)
msLevel - The msLevel valuepublic Float getTotalIntensity()
public void setTotalIntensity(Float totalIntensity)
totalIntensity - The total intensity valuepublic Float getBasePeakIntensity()
public void setBasePeakIntensity(Float basePeakIntensity)
basePeakIntensity - The base peak intensity valuepublic Float getMzRangeStart()
public void setMzRangeStart(Float mzRangeStart)
mzRangeStart - The msRangeStart valuepublic Float getMzRangeStop()
public void setMzRangeStop(Float mzRangeStop)
mzRangeStop - The msRangeStop valuepublic int getSpectrumId()
public void setSpectrumId(int spectrumId)
spectrumId - The spectrumId valuepublic InstrumentConfigurationData getSpectrumInstrument()
InstrumentConfigurationData spectrumInstrumentpublic void setSpectrumInstrument(InstrumentConfigurationData spectrumInstrument)
spectrumInstrument - The InstrumentConfigurationData
spectrumInstrumentpublic Float getTimeInMinutes()
public void setTimeInMinutes(Float timeInMinutes)
timeInMinutes - The timeInMinutes valuepublic List<AcquisitionData> getAcquisitionList()
AcquisitionData acquisitionListAcquisitionData.getPeakList()public void setAcquisitionList(List<AcquisitionData> acquisitionList)
acquisitionList - The AcquisitionData acquisitionListpublic List<PrecursorData> getPrecursorList()
PrecursorData precursorListPrecursorData.getPeakList()public void setPrecursorList(List<PrecursorData> precursorList)
precursorList - The PrecursorData precursorListpublic Set<PeakData> getPeaks()
PeakData peakSetpublic void setPeaks(Set<PeakData> peakSet)
peakSet - The PeakData peakSet
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||