gov.nih.nci.mageom.domain.BioMaterial
Interface LabeledExtract

All Superinterfaces:
BioMaterial, Describable, Extendable, Identifiable
All Known Implementing Classes:
LabeledExtractImpl

public interface LabeledExtract
extends BioMaterial

LabeledExtracts are special BioSamples that have Compounds which are detectable (these are often fluorescent or reactive moieties).

Version:
%I%, %G%

Method Summary
 Compound[] getLabels()
          Returns the value of this LabeledExtract object's labels attribute.
 void setLabels(Compound[] p_labels)
          Sets the labels attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.BioMaterial.BioMaterial
getCharacteristics, getMaterialType, getQualityControlStatistics, getTreatments, setCharacteristics, setMaterialType, setQualityControlStatistics, setTreatments
 
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 LabeledExtract object.

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

getLabels

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

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