pojos
Class DetectorData

java.lang.Object
  extended by pojos.DataObject
      extended by pojos.DetectorData

public class DetectorData
extends DataObject

Hosts a detector.

Since:
3.0-Beta4
Version:
3.0 (Internal version: $Revision: $Date: $)
Author:
Jean-Marie Burel      j.burel@dundee.ac.uk, Donald MacDonald      donald@lifesci.dundee.ac.uk

Constructor Summary
DetectorData(omero.model.Detector detector)
          Creates a new instance.
 
Method Summary
 Double getAmplificationGain()
          Returns the amplification gain of the detector.
 Double getGain()
          Returns the gain of the detector.
 String getLotNumber()
          Returns the lot number of the detector.
 String getManufacturer()
          Returns the manufacturer of the detector.
 String getModel()
          Returns the manufacturer of the detector.
 Double getOffset()
          Returns the offset of the detector.
 String getSerialNumber()
          Returns the serial number of the detector.
 String getType()
          Returns the type of the detector.
 Double getVoltage()
          Returns the voltage of the detector.
 Double getZoom()
          Returns the offset of the detector.
 
Methods inherited from class pojos.DataObject
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DetectorData

public DetectorData(omero.model.Detector detector)
Creates a new instance.

Parameters:
detector - The detector to host. Mustn't be null.
Method Detail

getVoltage

public Double getVoltage()
Returns the voltage of the detector.

Returns:
See above

getAmplificationGain

public Double getAmplificationGain()
Returns the amplification gain of the detector.

Returns:
See above

getGain

public Double getGain()
Returns the gain of the detector.

Returns:
See above

getOffset

public Double getOffset()
Returns the offset of the detector.

Returns:
See above

getZoom

public Double getZoom()
Returns the offset of the detector.

Returns:
See above

getType

public String getType()
Returns the type of the detector.

Returns:
See above.

getManufacturer

public String getManufacturer()
Returns the manufacturer of the detector.

Returns:
See above.

getModel

public String getModel()
Returns the manufacturer of the detector.

Returns:
See above.

getSerialNumber

public String getSerialNumber()
Returns the serial number of the detector.

Returns:
See above.

getLotNumber

public String getLotNumber()
Returns the lot number of the detector.

Returns:
See above.


OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.