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%
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