|
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.PrecursorData
public class PrecursorData
This represents a precursor. A precursor item has information about the precursor in a 2-D mass spectrometry experiment.
Precursor,
Precursors
overview| Constructor Summary | |
|---|---|
PrecursorData()
|
|
| Method Summary | |
|---|---|
InstrumentConfigurationData |
getActivation()
Get the activation |
int |
getChargeState()
Get the chargeState value |
Float |
getIntensity()
Get the precursor intensity. |
InstrumentConfigurationData |
getIonSelection()
Get the ionSelection |
Float |
getMassToChargeRatio()
Get the massToChargeRatio. |
int |
getMsLevel()
Get the msLevel value |
PeakListData |
getPeakList()
Get the PeakListData this precursor is created from. |
int |
getSpectrumRef()
Get the spectrumRef value |
void |
setActivation(InstrumentConfigurationData activation)
Set the activation |
void |
setChargeState(int chargeState)
Set the chargeState |
void |
setIntensity(Float intensity)
Set the precursor intensity |
void |
setIonSelection(InstrumentConfigurationData ionSelection)
Set the ionSelection |
void |
setMassToChargeRatio(Float massToChargeRatio)
Set the massToChargeRatio |
void |
setMsLevel(int msLevel)
Set the msLevel |
void |
setPeakList(PeakListData peakList)
Set the PeakListData this precursor is created from. param |
void |
setSpectrumRef(int spectrumRef)
Set the spectrumRef |
| 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 |
| Constructor Detail |
|---|
public PrecursorData()
| Method Detail |
|---|
public InstrumentConfigurationData getActivation()
InstrumentConfigurationData activationpublic void setActivation(InstrumentConfigurationData activation)
activation - The InstrumentConfigurationData activationpublic int getChargeState()
public void setChargeState(int chargeState)
chargeState - The chargeState valuepublic InstrumentConfigurationData getIonSelection()
InstrumentConfigurationData ionSelectionpublic void setIonSelection(InstrumentConfigurationData ionSelection)
ionSelection - The InstrumentConfigurationData ionSelectionpublic Float getMassToChargeRatio()
public void setMassToChargeRatio(Float massToChargeRatio)
massToChargeRatio - The Float massToChargeRatio valuepublic Float getIntensity()
public void setIntensity(Float intensity)
intensity - The Float intensity valuepublic int getMsLevel()
public void setMsLevel(int msLevel)
msLevel - The msLevel valuepublic int getSpectrumRef()
public void setSpectrumRef(int spectrumRef)
spectrumRef - The int spectrumRef valuepublic PeakListData getPeakList()
PeakListData this precursor is created from.
PeakListData item or null if not knownpublic void setPeakList(PeakListData peakList)
PeakListData this precursor is created from. param
peakList - The PeakListData creator peakList
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||