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

All Superinterfaces:
Extendable
All Known Implementing Classes:
BioAssayDatumImpl

public interface BioAssayDatum
extends Extendable

A single cell of the quantitation, bioAssay, designElement matrix.

Version:
%I%, %G%

Method Summary
 BioAssay getBioAssay()
          Returns the value of this BioAssayDatum object's bioAssay attribute.
 DesignElement getDesignElement()
          Returns the value of this BioAssayDatum object's designElement attribute.
 QuantitationType getQuantitationType()
          Returns the value of this BioAssayDatum object's quantitationType attribute.
 java.lang.Object getValue()
          Returns the value of this BioAssayDatum object's value attribute.
 void setBioAssay(BioAssay p_bioAssay)
          Sets the bioAssay attribute.
 void setDesignElement(DesignElement p_designElement)
          Sets the designElement attribute.
 void setQuantitationType(QuantitationType p_quantitationType)
          Sets the quantitationType attribute.
 void setValue(java.lang.Object p_value)
          Sets the value attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setValue

void setValue(java.lang.Object p_value)
Sets the value attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayDatum object.

Parameters:
p_value - The new value for value.
See Also:
getValue()

getValue

java.lang.Object getValue()
Returns the value of this BioAssayDatum object's value attribute. Description of value: The datum value.

Returns:
any The value of value.

setDesignElement

void setDesignElement(DesignElement p_designElement)
Sets the designElement attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayDatum object.

Parameters:
p_designElement - The new value for designElement.
See Also:
getDesignElement()

getDesignElement

DesignElement getDesignElement()
Returns the value of this BioAssayDatum object's designElement attribute.

Returns:
gov.nih.nci.mageom.bean.DesignElement.DesignElement The value of designElement.
See Also:
DesignElement

setQuantitationType

void setQuantitationType(QuantitationType p_quantitationType)
Sets the quantitationType attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayDatum object.

Parameters:
p_quantitationType - The new value for quantitationType.
See Also:
getQuantitationType()

getQuantitationType

QuantitationType getQuantitationType()
Returns the value of this BioAssayDatum object's quantitationType attribute.

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

setBioAssay

void setBioAssay(BioAssay p_bioAssay)
Sets the bioAssay attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayDatum object.

Parameters:
p_bioAssay - The new value for bioAssay.
See Also:
getBioAssay()

getBioAssay

BioAssay getBioAssay()
Returns the value of this BioAssayDatum object's bioAssay attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.BioAssay The value of bioAssay.
See Also:
BioAssay