|
||||||||||
| 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.BioAssayData.impl.BioAssayDatumImpl
public class BioAssayDatumImpl
A single cell of the quantitation, bioAssay, designElement matrix.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected BioAssay |
bioAssay
DOCUMENT ME |
protected java.lang.Long |
bioAssayId
The internal ID of the associated bioAssay object. |
protected DesignElement |
designElement
DOCUMENT ME |
protected java.lang.Long |
designElementId
The internal ID of the associated designElement object. |
protected QuantitationType |
quantitationType
DOCUMENT ME |
protected java.lang.Long |
quantitationTypeId
The internal ID of the associated quantitationType object. |
protected java.lang.Object |
value
The datum value. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
BioAssayDatumImpl()
Default constructor |
|
| Method Summary | |
|---|---|
BioAssay |
getBioAssay()
Returns the value of this BioAssayDatum object's bioAssay attribute. |
java.lang.Long |
getBioAssayId()
|
DesignElement |
getDesignElement()
Returns the value of this BioAssayDatum object's designElement attribute. |
java.lang.Long |
getDesignElementId()
|
QuantitationType |
getQuantitationType()
Returns the value of this BioAssayDatum object's quantitationType attribute. |
java.lang.Long |
getQuantitationTypeId()
|
java.lang.Object |
getValue()
Returns the value of this BioAssayDatum object's value attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
BioAssayDatum[] |
searchBioAssayDatums(BioAssayDatumSearchCriteria criteria)
Returns an array of BioAssayDatum objects that
satisfy the given BioAssayDatumSearchCriteria. |
void |
setBioAssay(BioAssay p_bioAssay)
Sets the bioAssay attribute. |
void |
setBioAssayId(java.lang.Long bioAssayId)
|
void |
setDesignElement(DesignElement p_designElement)
Sets the designElement attribute. |
void |
setDesignElementId(java.lang.Long designElementId)
|
void |
setQuantitationType(QuantitationType p_quantitationType)
Sets the quantitationType attribute. |
void |
setQuantitationTypeId(java.lang.Long quantitationTypeId)
|
void |
setValue(java.lang.Object p_value)
Sets the value 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 java.lang.Object value
protected DesignElement designElement
protected java.lang.Long designElementId
protected QuantitationType quantitationType
protected java.lang.Long quantitationTypeId
protected BioAssay bioAssay
protected java.lang.Long bioAssayId
| Constructor Detail |
|---|
public BioAssayDatumImpl()
| Method Detail |
|---|
public java.lang.Long getBioAssayId()
public void setBioAssayId(java.lang.Long bioAssayId)
bioAssayId - The bioAssayId to set.public java.lang.Long getDesignElementId()
public void setDesignElementId(java.lang.Long designElementId)
designElementId - The designElementId to set.public java.lang.Long getQuantitationTypeId()
public void setQuantitationTypeId(java.lang.Long quantitationTypeId)
quantitationTypeId - The quantitationTypeId to set.protected void init()
init in class ExtendableImpl
public BioAssayDatum[] searchBioAssayDatums(BioAssayDatumSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
BioAssayDatum objects that
satisfy the given BioAssayDatumSearchCriteria.
criteria - The BioAssayDatumSearchCriteria
which represents a query for BioAssayDatum objects.
BioAssayDatum objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setValue(java.lang.Object p_value)
BioAssayDatum object.
setValue in interface BioAssayDatump_value - The new value for value.BioAssayDatum.getValue()public java.lang.Object getValue()
BioAssayDatumBioAssayDatum object's value attribute.
Description of value:
The datum value.
getValue in interface BioAssayDatumany The value of value.BioAssayDatum.getValue()public void setDesignElement(DesignElement p_designElement)
BioAssayDatum object.
setDesignElement in interface BioAssayDatump_designElement - The new value for designElement.BioAssayDatum.getDesignElement()public DesignElement getDesignElement()
BioAssayDatumBioAssayDatum object's designElement attribute.
getDesignElement in interface BioAssayDatumgov.nih.nci.mageom.bean.DesignElement.DesignElement The value of designElement.BioAssayDatum.getDesignElement()public void setQuantitationType(QuantitationType p_quantitationType)
BioAssayDatum object.
setQuantitationType in interface BioAssayDatump_quantitationType - The new value for quantitationType.BioAssayDatum.getQuantitationType()public QuantitationType getQuantitationType()
BioAssayDatumBioAssayDatum object's quantitationType attribute.
getQuantitationType in interface BioAssayDatumgov.nih.nci.mageom.bean.QuantitationType.QuantitationType The value of quantitationType.BioAssayDatum.getQuantitationType()public void setBioAssay(BioAssay p_bioAssay)
BioAssayDatum object.
setBioAssay in interface BioAssayDatump_bioAssay - The new value for bioAssay.BioAssayDatum.getBioAssay()public BioAssay getBioAssay()
BioAssayDatumBioAssayDatum object's bioAssay attribute.
getBioAssay in interface BioAssayDatumgov.nih.nci.mageom.bean.BioAssay.BioAssay The value of bioAssay.BioAssayDatum.getBioAssay()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 | |||||||||