gov.nih.nci.mageom.domain.QuantitationType
Interface ConfidenceIndicator

All Superinterfaces:
Describable, Extendable, Identifiable, QuantitationType, StandardQuantitationType
All Known Subinterfaces:
Error, ExpectedValue, PValue
All Known Implementing Classes:
ConfidenceIndicatorImpl, ErrorImpl, ExpectedValueImpl, PValueImpl

public interface ConfidenceIndicator
extends StandardQuantitationType

Indication of some measure of confidence for a standard quantitation type.

Version:
%I%, %G%

Method Summary
 QuantitationType getTargetQuantitationType()
          Returns the value of this ConfidenceIndicator object's targetQuantitationType attribute.
 void setTargetQuantitationType(QuantitationType p_targetQuantitationType)
          Sets the targetQuantitationType attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.QuantitationType.QuantitationType
getChannel, getConfidenceIndicators, getDataType, getIsBackground, getQuantitationTypeMaps, getScale, setChannel, setConfidenceIndicators, setDataType, setIsBackground, setQuantitationTypeMaps, setScale
 
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 ConfidenceIndicator object.

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

getTargetQuantitationType

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

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