pojos
Class LightPathData

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

public class LightPathData
extends DataObject

Object hosting a light path.

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
LightPathData(omero.model.LightPath lightPath)
          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.
 
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

LightPathData

public LightPathData(omero.model.LightPath lightPath)
Creates a new instance.

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

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: Beta4.2.1-r8614-Beta4.2-b41

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