|
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.io.SpectrumFileInstrument
public class SpectrumFileInstrument
This class contains methods to access instrument information obtained from spectrum files.
| Constructor Summary | |
|---|---|
SpectrumFileInstrument()
Default constructor. |
|
| Method Summary | |
|---|---|
List<StringPairInterface> |
getAdditional()
Get the spectrum instrument additional data. |
List<SpectrumFileAnalyzerInterface> |
getAnalyzers()
Get the spectrum instrument analyzer list. |
List<StringPairInterface> |
getDetector()
Get the spectrum instrument detector. |
String |
getInstrumentName()
Get the spectrum instrument name. |
String |
getInstrumentSerialNo()
Get the spectrum instrument serial no. |
List<StringPairInterface> |
getSource()
Get the spectrum instrument source. |
void |
setInstrumentName(String instrumentName)
Set the spectrum instrument name. |
void |
setInstrumentSerialNo(String instrumentSerialNo)
Set the spectrum instrument serial no. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpectrumFileInstrument()
| Method Detail |
|---|
public String getInstrumentName()
getInstrumentName in interface SpectrumFileInstrumentInterfacepublic void setInstrumentName(String instrumentName)
setInstrumentName in interface SpectrumFileInstrumentInterfaceinstrumentName - String The spectrum instrument name to set.public String getInstrumentSerialNo()
getInstrumentSerialNo in interface SpectrumFileInstrumentInterfacepublic void setInstrumentSerialNo(String instrumentSerialNo)
setInstrumentSerialNo in interface SpectrumFileInstrumentInterfaceinstrumentSerialNo - String The spectrum instrument serial no to set.public List<StringPairInterface> getSource()
getSource in interface SpectrumFileInstrumentInterfacepublic List<SpectrumFileAnalyzerInterface> getAnalyzers()
getAnalyzers in interface SpectrumFileInstrumentInterfacepublic List<StringPairInterface> getDetector()
getDetector in interface SpectrumFileInstrumentInterfacepublic List<StringPairInterface> getAdditional()
getAdditional in interface SpectrumFileInstrumentInterface
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||