|
||||||||||
| 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.BioMaterial.impl.CompoundMeasurementImpl
public class CompoundMeasurementImpl
A CompoundMeasurement is a pairing of a source Compound and an amount (Measurement) of that Compound.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected Compound |
compound
DOCUMENT ME |
protected java.lang.Long |
compoundId
The internal ID of the associated compound object. |
protected Measurement |
measurement
DOCUMENT ME |
protected java.lang.Long |
measurementId
The internal ID of the associated measurement object. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
CompoundMeasurementImpl()
Default constructor |
|
| Method Summary | |
|---|---|
Compound |
getCompound()
Returns the value of this CompoundMeasurement object's compound attribute. |
Measurement |
getMeasurement()
Returns the value of this CompoundMeasurement object's measurement attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
CompoundMeasurement[] |
searchCompoundMeasurements(CompoundMeasurementSearchCriteria criteria)
Returns an array of CompoundMeasurement objects that
satisfy the given CompoundMeasurementSearchCriteria. |
void |
setCompound(Compound p_compound)
Sets the compound attribute. |
void |
setMeasurement(Measurement p_measurement)
Sets the measurement 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.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.Extendable |
|---|
getPropertySets, setPropertySets |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected Measurement measurement
protected java.lang.Long measurementId
protected Compound compound
protected java.lang.Long compoundId
| Constructor Detail |
|---|
public CompoundMeasurementImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public CompoundMeasurement[] searchCompoundMeasurements(CompoundMeasurementSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
CompoundMeasurement objects that
satisfy the given CompoundMeasurementSearchCriteria.
criteria - The CompoundMeasurementSearchCriteria
which represents a query for CompoundMeasurement objects.
CompoundMeasurement objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setMeasurement(Measurement p_measurement)
CompoundMeasurement object.
setMeasurement in interface CompoundMeasurementp_measurement - The new value for measurement.CompoundMeasurement.getMeasurement()public Measurement getMeasurement()
CompoundMeasurementCompoundMeasurement object's measurement attribute.
getMeasurement in interface CompoundMeasurementgov.nih.nci.mageom.bean.Measurement.Measurement The value of measurement.CompoundMeasurement.getMeasurement()public void setCompound(Compound p_compound)
CompoundMeasurement object.
setCompound in interface CompoundMeasurementp_compound - The new value for compound.CompoundMeasurement.getCompound()public Compound getCompound()
CompoundMeasurementCompoundMeasurement object's compound attribute.
getCompound in interface CompoundMeasurementgov.nih.nci.mageom.bean.BioMaterial.Compound The value of compound.CompoundMeasurement.getCompound()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class ExtendableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class ExtendableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class ExtendableImpldoc - 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 ExtendableImplpublic java.lang.String toString()
toString in class ExtendableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||