public class InstrumentData extends DataObject
Constructor and Description |
---|
InstrumentData(omero.model.Instrument instrument)
Creates a new instance.
|
Modifier and Type | Method and 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.
|
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, 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
public InstrumentData(omero.model.Instrument instrument)
instrument
- The instrument used to capture an image.public java.lang.String getMicroscopeType()
public java.lang.String getMicroscopeModel()
public java.lang.String getMicroscopeSerialNumber()
public java.lang.String getMicroscopeLotNumber()
public java.lang.String getMicroscopeManufacturer()
public java.util.List<OTFData> getOTF()
public java.util.List<ObjectiveData> getObjectives()
public java.util.List<FilterData> getFilters()
public java.util.List<FilterSetData> getFilterSets()
public java.util.List<LightSourceData> getLightSources()
public java.util.List<DetectorData> getDetectors()
public java.util.List<DichroicData> getDichroics()