|
||||||||||
| 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.BioMaterialMeasurementImpl
public class BioMaterialMeasurementImpl
A BioMaterialMeasurement is a pairing of a source BioMaterial and an amount (Measurement) of that BioMaterial.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected BioMaterial |
bioMaterial
DOCUMENT ME |
protected java.lang.Long |
bioMaterialId
The internal ID of the associated bioMaterial 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 | |
|---|---|
BioMaterialMeasurementImpl()
Default constructor |
|
| Method Summary | |
|---|---|
BioMaterial |
getBioMaterial()
Returns the value of this BioMaterialMeasurement object's bioMaterial attribute. |
Measurement |
getMeasurement()
Returns the value of this BioMaterialMeasurement object's measurement attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
BioMaterialMeasurement[] |
searchBioMaterialMeasurements(BioMaterialMeasurementSearchCriteria criteria)
Returns an array of BioMaterialMeasurement objects that
satisfy the given BioMaterialMeasurementSearchCriteria. |
void |
setBioMaterial(BioMaterial p_bioMaterial)
Sets the bioMaterial 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 BioMaterial bioMaterial
protected java.lang.Long bioMaterialId
protected Measurement measurement
protected java.lang.Long measurementId
| Constructor Detail |
|---|
public BioMaterialMeasurementImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public BioMaterialMeasurement[] searchBioMaterialMeasurements(BioMaterialMeasurementSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
BioMaterialMeasurement objects that
satisfy the given BioMaterialMeasurementSearchCriteria.
criteria - The BioMaterialMeasurementSearchCriteria
which represents a query for BioMaterialMeasurement objects.
BioMaterialMeasurement objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setBioMaterial(BioMaterial p_bioMaterial)
BioMaterialMeasurement object.
setBioMaterial in interface BioMaterialMeasurementp_bioMaterial - The new value for bioMaterial.BioMaterialMeasurement.getBioMaterial()public BioMaterial getBioMaterial()
BioMaterialMeasurementBioMaterialMeasurement object's bioMaterial attribute.
getBioMaterial in interface BioMaterialMeasurementgov.nih.nci.mageom.bean.BioMaterial.BioMaterial The value of bioMaterial.BioMaterialMeasurement.getBioMaterial()public void setMeasurement(Measurement p_measurement)
BioMaterialMeasurement object.
setMeasurement in interface BioMaterialMeasurementp_measurement - The new value for measurement.BioMaterialMeasurement.getMeasurement()public Measurement getMeasurement()
BioMaterialMeasurementBioMaterialMeasurement object's measurement attribute.
getMeasurement in interface BioMaterialMeasurementgov.nih.nci.mageom.bean.Measurement.Measurement The value of measurement.BioMaterialMeasurement.getMeasurement()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 | |||||||||