gov.nih.nci.mageom.domain.HigherLevelAnalysis
Interface NodeContents

All Superinterfaces:
Describable, Extendable
All Known Implementing Classes:
NodeContentsImpl

public interface NodeContents
extends Describable

The contents of a node for any or all of the three Dimensions. If a node only contained genes just the DesignElementDimension would be defined.

Version:
%I%, %G%

Method Summary
 BioAssayDimension getBioAssayDimension()
          Returns the value of this NodeContents object's bioAssayDimension attribute.
 DesignElementDimension getDesignElementDimension()
          Returns the value of this NodeContents object's designElementDimension attribute.
 QuantitationTypeDimension getQuantitationDimension()
          Returns the value of this NodeContents object's quantitationDimension attribute.
 void setBioAssayDimension(BioAssayDimension p_bioAssayDimension)
          Sets the bioAssayDimension attribute.
 void setDesignElementDimension(DesignElementDimension p_designElementDimension)
          Sets the designElementDimension attribute.
 void setQuantitationDimension(QuantitationTypeDimension p_quantitationDimension)
          Sets the quantitationDimension attribute.
 
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

setDesignElementDimension

void setDesignElementDimension(DesignElementDimension p_designElementDimension)
Sets the designElementDimension attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a NodeContents object.

Parameters:
p_designElementDimension - The new value for designElementDimension.
See Also:
getDesignElementDimension()

getDesignElementDimension

DesignElementDimension getDesignElementDimension()
Returns the value of this NodeContents object's designElementDimension attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssayData.DesignElementDimension The value of designElementDimension.
See Also:
DesignElementDimension

setQuantitationDimension

void setQuantitationDimension(QuantitationTypeDimension p_quantitationDimension)
Sets the quantitationDimension attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a NodeContents object.

Parameters:
p_quantitationDimension - The new value for quantitationDimension.
See Also:
getQuantitationDimension()

getQuantitationDimension

QuantitationTypeDimension getQuantitationDimension()
Returns the value of this NodeContents object's quantitationDimension attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssayData.QuantitationTypeDimension The value of quantitationDimension.
See Also:
QuantitationTypeDimension

setBioAssayDimension

void setBioAssayDimension(BioAssayDimension p_bioAssayDimension)
Sets the bioAssayDimension attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a NodeContents object.

Parameters:
p_bioAssayDimension - The new value for bioAssayDimension.
See Also:
getBioAssayDimension()

getBioAssayDimension

BioAssayDimension getBioAssayDimension()
Returns the value of this NodeContents object's bioAssayDimension attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssayData.BioAssayDimension The value of bioAssayDimension.
See Also:
BioAssayDimension