gov.nih.nci.mageom.domain.BioAssayData
Interface BioAssayDimension

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

public interface BioAssayDimension
extends Identifiable

An ordered list of bioAssays.

Version:
%I%, %G%

Method Summary
 BioAssay[] getBioAssays()
          Returns the value of this BioAssayDimension object's bioAssays attribute.
 void setBioAssays(BioAssay[] p_bioAssays)
          Sets the bioAssays 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

setBioAssays

void setBioAssays(BioAssay[] p_bioAssays)
Sets the bioAssays attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayDimension object.

Parameters:
p_bioAssays - The new value for bioAssays.
See Also:
getBioAssays()

getBioAssays

BioAssay[] getBioAssays()
Returns the value of this BioAssayDimension object's bioAssays attribute.

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