|
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.PeakListSetData
public class PeakListSetData
This represents a peaklistset which is a starting point of a peaklist.
PeakListSet,
PeakListSets
overview| Field Summary |
|---|
| Fields inherited from interface org.proteios.core.data.NameableData |
|---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
| Constructor Summary | |
|---|---|
PeakListSetData()
|
|
| Methods inherited from class org.proteios.core.data.AnnotatedData |
|---|
getAnnotationSet, setAnnotationSet |
| Methods inherited from class org.proteios.core.data.CommonData |
|---|
getDescription, getName, isRemoved, setDescription, 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 |
| Constructor Detail |
|---|
public PeakListSetData()
| Method Detail |
|---|
public SampleData getSample()
public void setSample(SampleData sample)
sample - The SampleDatapublic InstrumentConfigurationData getOtherInstrumentInfo()
InstrumentConfigurationData otherInstrumentInfopublic void setOtherInstrumentInfo(InstrumentConfigurationData otherInstrumentInfo)
otherInstrumentInfo - The InstrumentConfigurationData
otherInstrumentInfopublic List<HardwareConfigurationData> getAnalyzers()
HardwareConfigurationData analyzers listpublic void setAnalyzers(List<HardwareConfigurationData> analyzers)
analyzers - The HardwareConfigurationData analyzerspublic HardwareConfigurationData getDetector()
HardwareConfigurationData detectorpublic void setDetector(HardwareConfigurationData detector)
detector - The HardwareConfigurationData detectorpublic HardwareData getInstrument()
HardwareData instrumentpublic void setInstrument(HardwareData instrument)
instrument - The HardwareData instrumentpublic HardwareConfigurationData getIonisationSource()
HardwareConfigurationData ionisationSourcepublic void setIonisationSource(HardwareConfigurationData ionisationSource)
ionisationSource - The HardwareConfigurationData
ionisationSourcepublic FileData getSourceFile()
public void setSourceFile(FileData sourceFile)
sourceFile - The source Filepublic List<DataProcessingStepData> getDataProcessingStepList()
DataProcessingStepData dataProcessingStepListpublic void setDataProcessingStepList(List<DataProcessingStepData> dataProcessingStepList)
dataProcessingStepList - The DataProcessingStepData
dataProcessingStepListpublic Set<SpectrumSearchData> getSpectrumSearches()
public void setSpectrumSearches(Set<SpectrumSearchData> spectrumSearches)
spectrumSearches - The spectrumSearches to set.public Set<PeakListData> getPeakLists()
public void setPeakLists(Set<PeakListData> peakLists)
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||