Last update: 2011-06-23

org.proteios.io
Class SpectrumFileInstrument

java.lang.Object
  extended by org.proteios.io.SpectrumFileInstrument
All Implemented Interfaces:
SpectrumFileInstrumentInterface

public class SpectrumFileInstrument
extends Object
implements SpectrumFileInstrumentInterface

This class contains methods to access instrument information obtained from spectrum files.

Author:
olle

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

SpectrumFileInstrument

public SpectrumFileInstrument()
Default constructor.

Method Detail

getInstrumentName

public String getInstrumentName()
Get the spectrum instrument name.

Specified by:
getInstrumentName in interface SpectrumFileInstrumentInterface
Returns:
Name The spectrum instrument name.

setInstrumentName

public void setInstrumentName(String instrumentName)
Set the spectrum instrument name.

Specified by:
setInstrumentName in interface SpectrumFileInstrumentInterface
Parameters:
instrumentName - String The spectrum instrument name to set.

getInstrumentSerialNo

public String getInstrumentSerialNo()
Get the spectrum instrument serial no.

Specified by:
getInstrumentSerialNo in interface SpectrumFileInstrumentInterface
Returns:
String The spectrum instrument serial no.

setInstrumentSerialNo

public void setInstrumentSerialNo(String instrumentSerialNo)
Set the spectrum instrument serial no.

Specified by:
setInstrumentSerialNo in interface SpectrumFileInstrumentInterface
Parameters:
instrumentSerialNo - String The spectrum instrument serial no to set.

getSource

public List<StringPairInterface> getSource()
Get the spectrum instrument source.

Specified by:
getSource in interface SpectrumFileInstrumentInterface
Returns:
List The spectrum instrument source.

getAnalyzers

public List<SpectrumFileAnalyzerInterface> getAnalyzers()
Get the spectrum instrument analyzer list.

Specified by:
getAnalyzers in interface SpectrumFileInstrumentInterface
Returns:
List The spectrum instrument analyzer list.

getDetector

public List<StringPairInterface> getDetector()
Get the spectrum instrument detector.

Specified by:
getDetector in interface SpectrumFileInstrumentInterface
Returns:
List The spectrum instrument detector.

getAdditional

public List<StringPairInterface> getAdditional()
Get the spectrum instrument additional data.

Specified by:
getAdditional in interface SpectrumFileInstrumentInterface
Returns:
List The spectrum instrument additional data.

Last update: 2011-06-23