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

All Superinterfaces:
Describable, Extendable, Identifiable
All Known Implementing Classes:
QuantitationTypeDimensionImpl

public interface QuantitationTypeDimension
extends Identifiable

An ordered list of quantitationTypes.

Version:
%I%, %G%

Method Summary
 QuantitationType[] getQuantitationTypes()
          Returns the value of this QuantitationTypeDimension object's quantitationTypes attribute.
 void setQuantitationTypes(QuantitationType[] p_quantitationTypes)
          Sets the quantitationTypes attribute.
 
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

setQuantitationTypes

void setQuantitationTypes(QuantitationType[] p_quantitationTypes)
Sets the quantitationTypes attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a QuantitationTypeDimension object.

Parameters:
p_quantitationTypes - The new value for quantitationTypes.
See Also:
getQuantitationTypes()

getQuantitationTypes

QuantitationType[] getQuantitationTypes()
Returns the value of this QuantitationTypeDimension object's quantitationTypes attribute.

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