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

All Superinterfaces:
Extendable
All Known Implementing Classes:
DesignElementMappingImpl

public interface DesignElementMapping
extends Extendable

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

Version:
%I%, %G%

Method Summary
 DesignElementMap[] getDesignElementMaps()
          Returns the value of this DesignElementMapping object's designElementMaps attribute.
 void setDesignElementMaps(DesignElementMap[] p_designElementMaps)
          Sets the designElementMaps attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setDesignElementMaps

void setDesignElementMaps(DesignElementMap[] p_designElementMaps)
Sets the designElementMaps attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a DesignElementMapping object.

Parameters:
p_designElementMaps - The new value for designElementMaps.
See Also:
getDesignElementMaps()

getDesignElementMaps

DesignElementMap[] getDesignElementMaps()
Returns the value of this DesignElementMapping object's designElementMaps attribute.

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