Package omero.gateway.model
Class InstrumentData
- java.lang.Object
-
- omero.gateway.model.DataObject
-
- omero.gateway.model.InstrumentData
-
public class InstrumentData extends DataObject
Hosts the instrument used to capture an image.- Since:
- 3.0-Beta4
-
-
Constructor Summary
Constructors Constructor Description InstrumentData(omero.model.Instrument instrument)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DetectorData>
getDetectors()
Returns the collection of detectors.java.util.List<DichroicData>
getDichroics()
Returns the collection of dichroics.java.util.List<FilterData>
getFilters()
Returns the collection of filters.java.util.List<FilterSetData>
getFilterSets()
Returns the collection of filter sets.java.util.List<LightSourceData>
getLightSources()
Returns the collection of light sources.java.lang.String
getMicroscopeLotNumber()
Returns the lot number of the microscope.java.lang.String
getMicroscopeManufacturer()
Returns the model of the microscope.java.lang.String
getMicroscopeModel()
Returns the model of the microscope.java.lang.String
getMicroscopeSerialNumber()
Returns the serial number of the microscope.java.lang.String
getMicroscopeType()
Returns the type of microscope.java.util.List<ObjectiveData>
getObjectives()
Returns the collection of objectives.java.util.List<OTFData>
getOTF()
Returns the collection of OTFs.-
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
-
getMicroscopeType
public java.lang.String getMicroscopeType()
Returns the type of microscope.- Returns:
- See above.
-
getMicroscopeModel
public java.lang.String getMicroscopeModel()
Returns the model of the microscope.- Returns:
- See above.
-
getMicroscopeSerialNumber
public java.lang.String getMicroscopeSerialNumber()
Returns the serial number of the microscope.- Returns:
- See above.
-
getMicroscopeLotNumber
public java.lang.String getMicroscopeLotNumber()
Returns the lot number of the microscope.- Returns:
- See above.
-
getMicroscopeManufacturer
public java.lang.String getMicroscopeManufacturer()
Returns the model of the microscope.- Returns:
- See above.
-
getOTF
public java.util.List<OTFData> getOTF()
Returns the collection of OTFs.- Returns:
- See above.
-
getObjectives
public java.util.List<ObjectiveData> getObjectives()
Returns the collection of objectives.- Returns:
- See above.
-
getFilters
public java.util.List<FilterData> getFilters()
Returns the collection of filters.- Returns:
- See above.
-
getFilterSets
public java.util.List<FilterSetData> getFilterSets()
Returns the collection of filter sets.- Returns:
- See above.
-
getLightSources
public java.util.List<LightSourceData> getLightSources()
Returns the collection of light sources.- Returns:
- See above.
-
getDetectors
public java.util.List<DetectorData> getDetectors()
Returns the collection of detectors.- Returns:
- See above.
-
getDichroics
public java.util.List<DichroicData> getDichroics()
Returns the collection of dichroics.- Returns:
- See above.
-
-