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

All Superinterfaces:
Extendable
All Known Implementing Classes:
QuantitationTypeMappingImpl

public interface QuantitationTypeMapping
extends Extendable

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

Version:
%I%, %G%

Method Summary
 QuantitationTypeMap[] getQuantitationTypeMaps()
          Returns the value of this QuantitationTypeMapping object's quantitationTypeMaps attribute.
 void setQuantitationTypeMaps(QuantitationTypeMap[] p_quantitationTypeMaps)
          Sets the quantitationTypeMaps attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setQuantitationTypeMaps

void setQuantitationTypeMaps(QuantitationTypeMap[] p_quantitationTypeMaps)
Sets the quantitationTypeMaps attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a QuantitationTypeMapping object.

Parameters:
p_quantitationTypeMaps - The new value for quantitationTypeMaps.
See Also:
getQuantitationTypeMaps()

getQuantitationTypeMaps

QuantitationTypeMap[] getQuantitationTypeMaps()
Returns the value of this QuantitationTypeMapping object's quantitationTypeMaps attribute.

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