|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.mageom.domain.impl.MAGEOMObject
gov.nih.nci.mageom.domain.impl.ExtendableImpl
gov.nih.nci.mageom.domain.impl.DescribableImpl
gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl.NodeContentsImpl
public class NodeContentsImpl
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.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected BioAssayDimension |
bioAssayDimension
DOCUMENT ME |
protected java.lang.Long |
bioAssayDimensionId
The internal ID of the associated bioAssayDimension object. |
protected DesignElementDimension |
designElementDimension
DOCUMENT ME |
protected java.lang.Long |
designElementDimensionId
The internal ID of the associated designElementDimension object. |
protected QuantitationTypeDimension |
quantitationDimension
DOCUMENT ME |
protected java.lang.Long |
quantitationDimensionId
The internal ID of the associated quantitationDimension object. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
auditTrail, auditTrailCount, descriptions, descriptionsCount, security, securityId |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
NodeContentsImpl()
Default constructor |
|
| 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. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
NodeContents[] |
searchNodeContentses(NodeContentsSearchCriteria criteria)
Returns an array of NodeContents objects that
satisfy the given NodeContentsSearchCriteria. |
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. |
java.lang.String |
toString()
Returns a String representation of this object suitable for console display. |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLDoc(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
Returns an XML representation of the object. |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
getAuditTrail, getAuditTrailCount, getDescriptions, getDescriptionsCount, getSecurity, searchDescribables, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
getPropertySets, getPropertySetsCount, getSecuredElementId, searchExtendables, setPropertySets, setSecuredElementId |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.MAGEOMObject |
|---|
getId, getIsEditable, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected DesignElementDimension designElementDimension
protected java.lang.Long designElementDimensionId
protected QuantitationTypeDimension quantitationDimension
protected java.lang.Long quantitationDimensionId
protected BioAssayDimension bioAssayDimension
protected java.lang.Long bioAssayDimensionId
| Constructor Detail |
|---|
public NodeContentsImpl()
| Method Detail |
|---|
protected void init()
init in class DescribableImpl
public NodeContents[] searchNodeContentses(NodeContentsSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
NodeContents objects that
satisfy the given NodeContentsSearchCriteria.
criteria - The NodeContentsSearchCriteria
which represents a query for NodeContents objects.
NodeContents objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setDesignElementDimension(DesignElementDimension p_designElementDimension)
NodeContents object.
setDesignElementDimension in interface NodeContentsp_designElementDimension - The new value for designElementDimension.NodeContents.getDesignElementDimension()public DesignElementDimension getDesignElementDimension()
NodeContentsNodeContents object's designElementDimension attribute.
getDesignElementDimension in interface NodeContentsgov.nih.nci.mageom.bean.BioAssayData.DesignElementDimension The value of designElementDimension.NodeContents.getDesignElementDimension()public void setQuantitationDimension(QuantitationTypeDimension p_quantitationDimension)
NodeContents object.
setQuantitationDimension in interface NodeContentsp_quantitationDimension - The new value for quantitationDimension.NodeContents.getQuantitationDimension()public QuantitationTypeDimension getQuantitationDimension()
NodeContentsNodeContents object's quantitationDimension attribute.
getQuantitationDimension in interface NodeContentsgov.nih.nci.mageom.bean.BioAssayData.QuantitationTypeDimension The value of quantitationDimension.NodeContents.getQuantitationDimension()public void setBioAssayDimension(BioAssayDimension p_bioAssayDimension)
NodeContents object.
setBioAssayDimension in interface NodeContentsp_bioAssayDimension - The new value for bioAssayDimension.NodeContents.getBioAssayDimension()public BioAssayDimension getBioAssayDimension()
NodeContentsNodeContents object's bioAssayDimension attribute.
getBioAssayDimension in interface NodeContentsgov.nih.nci.mageom.bean.BioAssayData.BioAssayDimension The value of bioAssayDimension.NodeContents.getBioAssayDimension()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class DescribableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class DescribableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class DescribableImpldoc - the working documentfillOutValues - a list of attribute names that should have
full XML for their values.
public java.util.Hashtable getXMLMethodDescriptors()
XMLMethodDescriptors descriptors of
the association methods of this object.
getXMLMethodDescriptors in class DescribableImplpublic java.lang.String toString()
toString in class DescribableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||