gov.nih.nci.mageom.domain.BioAssay
Interface Channel

All Superinterfaces:
Describable, Extendable, Identifiable
All Known Implementing Classes:
ChannelImpl

public interface Channel
extends Identifiable

A channel represents an independent acquisition scheme for the ImageAcquisition event, typically a wavelength.

Version:
%I%, %G%

Method Summary
 Compound[] getLabels()
          Returns the value of this Channel object's labels attribute.
 void setLabels(Compound[] p_labels)
          Sets the labels attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable
getIdentifier, getName, setIdentifier, setName
 
Methods inherited from interface gov.nih.nci.mageom.domain.Describable
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setLabels

void setLabels(Compound[] p_labels)
Sets the labels attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a Channel object.

Parameters:
p_labels - The new value for labels.
See Also:
getLabels()

getLabels

Compound[] getLabels()
Returns the value of this Channel object's labels attribute.

Returns:
gov.nih.nci.mageom.bean.BioMaterial.Compound[] The value of labels.
See Also:
Compound