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

All Superinterfaces:
Extendable
All Known Implementing Classes:
BioAssayMappingImpl

public interface BioAssayMapping
extends Extendable

Container of the mappings of the input BioAssay dimensions to the output BioAssay dimension.

Version:
%I%, %G%

Method Summary
 BioAssayMap[] getBioAssayMaps()
          Returns the value of this BioAssayMapping object's bioAssayMaps attribute.
 void setBioAssayMaps(BioAssayMap[] p_bioAssayMaps)
          Sets the bioAssayMaps attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setBioAssayMaps

void setBioAssayMaps(BioAssayMap[] p_bioAssayMaps)
Sets the bioAssayMaps attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayMapping object.

Parameters:
p_bioAssayMaps - The new value for bioAssayMaps.
See Also:
getBioAssayMaps()

getBioAssayMaps

BioAssayMap[] getBioAssayMaps()
Returns the value of this BioAssayMapping object's bioAssayMaps attribute.

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