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

All Superinterfaces:
BioEvent, Describable, Extendable, Identifiable, Map
All Known Implementing Classes:
QuantitationTypeMapImpl

public interface QuantitationTypeMap
extends Map

A QuantitationTypeMap is the description of how source QuantitationTypes are mathematically transformed into a target QuantitationType.

Version:
%I%, %G%

Method Summary
 QuantitationType[] getSourcesQuantitationType()
          Returns the value of this QuantitationTypeMap object's sourcesQuantitationType attribute.
 QuantitationType getTargetQuantitationType()
          Returns the value of this QuantitationTypeMap object's targetQuantitationType attribute.
 void setSourcesQuantitationType(QuantitationType[] p_sourcesQuantitationType)
          Sets the sourcesQuantitationType attribute.
 void setTargetQuantitationType(QuantitationType p_targetQuantitationType)
          Sets the targetQuantitationType attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.BioEvent.BioEvent
getProtocolApplications, setProtocolApplications
 
Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable
getIdentifier, getName, setIdentifier, setName
 
Methods inherited from interface gov.nih.nci.mageom.domain.Describable
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setTargetQuantitationType

void setTargetQuantitationType(QuantitationType p_targetQuantitationType)
Sets the targetQuantitationType attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a QuantitationTypeMap object.

Parameters:
p_targetQuantitationType - The new value for targetQuantitationType.
See Also:
getTargetQuantitationType()

getTargetQuantitationType

QuantitationType getTargetQuantitationType()
Returns the value of this QuantitationTypeMap object's targetQuantitationType attribute.

Returns:
gov.nih.nci.mageom.bean.QuantitationType.QuantitationType The value of targetQuantitationType.
See Also:
QuantitationType

setSourcesQuantitationType

void setSourcesQuantitationType(QuantitationType[] p_sourcesQuantitationType)
Sets the sourcesQuantitationType attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a QuantitationTypeMap object.

Parameters:
p_sourcesQuantitationType - The new value for sourcesQuantitationType.
See Also:
getSourcesQuantitationType()

getSourcesQuantitationType

QuantitationType[] getSourcesQuantitationType()
Returns the value of this QuantitationTypeMap object's sourcesQuantitationType attribute.

Returns:
gov.nih.nci.mageom.bean.QuantitationType.QuantitationType[] The value of sourcesQuantitationType.
See Also:
QuantitationType