Package omero.gateway.model
Class DetectorData
- java.lang.Object
-
- omero.gateway.model.DataObject
-
- omero.gateway.model.DetectorData
-
public class DetectorData extends DataObject
Hosts a detector.- Since:
- 3.0-Beta4
-
-
Constructor Summary
Constructors Constructor Description DetectorData(omero.model.Detector detector)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getAmplificationGain()
Returns the amplification gain of the detector.java.lang.Double
getGain()
Returns the gain of the detector.java.lang.String
getLotNumber()
Returns the lot number of the detector.java.lang.String
getManufacturer()
Returns the manufacturer of the detector.java.lang.String
getModel()
Returns the manufacturer of the detector.java.lang.Double
getOffset()
Returns the offset of the detector.java.lang.String
getSerialNumber()
Returns the serial number of the detector.java.lang.String
getType()
Returns the type of the detector.omero.model.ElectricPotential
getVoltage(omero.model.enums.UnitsElectricPotential unit)
Returns the voltage of the detector.java.lang.Double
getZoom()
Returns the offset of the detector.-
Methods inherited from class omero.gateway.model.DataObject
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlaneInfo, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
-
-
-
-
Method Detail
-
getVoltage
public omero.model.ElectricPotential getVoltage(omero.model.enums.UnitsElectricPotential unit) throws ome.model.units.BigResult
Returns the voltage of the detector.- Parameters:
unit
- The unit (may be null, in which case no conversion will be performed)- Returns:
- See above
- Throws:
ome.model.units.BigResult
- If an arithmetic under-/overflow occurred
-
getAmplificationGain
public java.lang.Double getAmplificationGain()
Returns the amplification gain of the detector.- Returns:
- See above
-
getGain
public java.lang.Double getGain()
Returns the gain of the detector.- Returns:
- See above
-
getOffset
public java.lang.Double getOffset()
Returns the offset of the detector.- Returns:
- See above
-
getZoom
public java.lang.Double getZoom()
Returns the offset of the detector.- Returns:
- See above
-
getType
public java.lang.String getType()
Returns the type of the detector.- Returns:
- See above.
-
getManufacturer
public java.lang.String getManufacturer()
Returns the manufacturer of the detector.- Returns:
- See above.
-
getModel
public java.lang.String getModel()
Returns the manufacturer of the detector.- Returns:
- See above.
-
getSerialNumber
public java.lang.String getSerialNumber()
Returns the serial number of the detector.- Returns:
- See above.
-
getLotNumber
public java.lang.String getLotNumber()
Returns the lot number of the detector.- Returns:
- See above.
-
-