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

All Superinterfaces:
Describable, Extendable, Identifiable
All Known Subinterfaces:
DerivedBioAssay, MeasuredBioAssay, PhysicalBioAssay
All Known Implementing Classes:
BioAssayImpl, DerivedBioAssayImpl, MeasuredBioAssayImpl, PhysicalBioAssayImpl

public interface BioAssay
extends Identifiable

An abstract class which represents both physical and computational groupings of arrays and biomaterials.

Version:
%I%, %G%

Method Summary
 FactorValue[] getBioAssayFactorValues()
          Returns the value of this BioAssay object's bioAssayFactorValues attribute.
 Channel[] getChannels()
          Returns the value of this BioAssay object's channels attribute.
 void setBioAssayFactorValues(FactorValue[] p_bioAssayFactorValues)
          Sets the bioAssayFactorValues attribute.
 void setChannels(Channel[] p_channels)
          Sets the channels 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

setBioAssayFactorValues

void setBioAssayFactorValues(FactorValue[] p_bioAssayFactorValues)
Sets the bioAssayFactorValues attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssay object.

Parameters:
p_bioAssayFactorValues - The new value for bioAssayFactorValues.
See Also:
getBioAssayFactorValues()

getBioAssayFactorValues

FactorValue[] getBioAssayFactorValues()
Returns the value of this BioAssay object's bioAssayFactorValues attribute.

Returns:
gov.nih.nci.mageom.bean.Experiment.FactorValue[] The value of bioAssayFactorValues.
See Also:
FactorValue

setChannels

void setChannels(Channel[] p_channels)
Sets the channels attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssay object.

Parameters:
p_channels - The new value for channels.
See Also:
getChannels()

getChannels

Channel[] getChannels()
Returns the value of this BioAssay object's channels attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.Channel[] The value of channels.
See Also:
Channel