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

All Superinterfaces:
BioDataValues, Extendable
All Known Implementing Classes:
BioDataTuplesImpl

public interface BioDataTuples
extends BioDataValues

A relational, tuple representation of the data.

Version:
%I%, %G%

Method Summary
 BioAssayDatum[] getBioAssayTupleData()
          Returns the value of this BioDataTuples object's bioAssayTupleData attribute.
 void setBioAssayTupleData(BioAssayDatum[] p_bioAssayTupleData)
          Sets the bioAssayTupleData attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setBioAssayTupleData

void setBioAssayTupleData(BioAssayDatum[] p_bioAssayTupleData)
Sets the bioAssayTupleData attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioDataTuples object.

Parameters:
p_bioAssayTupleData - The new value for bioAssayTupleData.
See Also:
getBioAssayTupleData()

getBioAssayTupleData

BioAssayDatum[] getBioAssayTupleData()
Returns the value of this BioDataTuples object's bioAssayTupleData attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssayData.BioAssayDatum[] The value of bioAssayTupleData.
See Also:
BioAssayDatum