Package omero.gateway.model
Class FilterSetData
- java.lang.Object
-
- omero.gateway.model.DataObject
-
- omero.gateway.model.FilterSetData
-
public class FilterSetData extends DataObject
Object hosting a filterSet.- Since:
- 3.0-Beta4
-
-
Constructor Summary
Constructors Constructor Description FilterSetData(omero.model.FilterSet filterSet)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DichroicData
getDichroic()
Returns the dichroic if any.java.util.List<FilterData>
getEmissionFilters()
Returns the collections of emission filters if any.java.util.List<FilterData>
getExcitationFilters()
Returns the collections of excitation filters if any.java.lang.String
getLotNumber()
Returns the lot number.java.lang.String
getManufacturer()
Returns the manufacturer.java.lang.String
getModel()
Returns the model.java.lang.String
getSerialNumber()
Returns the serial number.-
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
-
getManufacturer
public java.lang.String getManufacturer()
Returns the manufacturer.- Returns:
- See above.
-
getModel
public java.lang.String getModel()
Returns the model.- Returns:
- See above.
-
getLotNumber
public java.lang.String getLotNumber()
Returns the lot number.- Returns:
- See above.
-
getSerialNumber
public java.lang.String getSerialNumber()
Returns the serial number.- Returns:
- See above.
-
getEmissionFilters
public java.util.List<FilterData> getEmissionFilters()
Returns the collections of emission filters if any.- Returns:
- See above.
-
getExcitationFilters
public java.util.List<FilterData> getExcitationFilters()
Returns the collections of excitation filters if any.- Returns:
- See above.
-
getDichroic
public DichroicData getDichroic()
Returns the dichroic if any.- Returns:
- See above.
-
-