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%
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