pojos
Class FilterSetData

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

public class FilterSetData
extends DataObject

Object hosting a filterSet.

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
FilterSetData(omero.model.FilterSet filterSet)
          Creates a new instance.
 
Method Summary
 DichroicData getDichroic()
          Returns the dichroic if any.
 List<FilterData> getEmissionFilters()
          Returns the collections of emission filters if any.
 List<FilterData> getExcitationFilters()
          Returns the collections of excitation filters if any.
 String getLotNumber()
          Returns the lot number.
 String getManufacturer()
          Returns the manufacturer.
 String getModel()
          Returns the model.
 String getSerialNumber()
          Returns the serial number.
 
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

FilterSetData

public FilterSetData(omero.model.FilterSet filterSet)
Creates a new instance.

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

getManufacturer

public String getManufacturer()
Returns the manufacturer.

Returns:
See above.

getModel

public String getModel()
Returns the model.

Returns:
See above.

getLotNumber

public String getLotNumber()
Returns the lot number.

Returns:
See above.

getSerialNumber

public String getSerialNumber()
Returns the serial number.

Returns:
See above.

getEmissionFilters

public List<FilterData> getEmissionFilters()
Returns the collections of emission filters if any.

Returns:
See above.

getExcitationFilters

public 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.


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

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