|
||||||||||
| 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.BioDataValuesImpl
gov.nih.nci.mageom.domain.BioAssayData.impl.BioDataTuplesImpl
public class BioDataTuplesImpl
A relational, tuple representation of the data.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected BioAssayDatum[] |
bioAssayTupleData
DOCUMENT ME |
protected int |
bioAssayTupleDataCount
The count of BioAssayDatum objects. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
BioDataTuplesImpl()
Default constructor |
|
| Method Summary | |
|---|---|
BioAssayDatum[] |
getBioAssayTupleData()
Returns the value of this BioDataTuples object's bioAssayTupleData attribute. |
int |
getBioAssayTupleDataCount()
Returns the count of all BioAssayDatum
associated with this BioDataTuples object. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
BioDataTuples[] |
searchBioDataTupleses(BioDataTuplesSearchCriteria criteria)
Returns an array of BioDataTuples objects that
satisfy the given BioDataTuplesSearchCriteria. |
void |
setBioAssayTupleData(BioAssayDatum[] p_bioAssayTupleData)
Sets the bioAssayTupleData 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.BioAssayData.impl.BioDataValuesImpl |
|---|
searchBioDataValueses |
| 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 int bioAssayTupleDataCount
protected BioAssayDatum[] bioAssayTupleData
| Constructor Detail |
|---|
public BioDataTuplesImpl()
| Method Detail |
|---|
protected void init()
init in class BioDataValuesImpl
public BioDataTuples[] searchBioDataTupleses(BioDataTuplesSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
BioDataTuples objects that
satisfy the given BioDataTuplesSearchCriteria.
criteria - The BioDataTuplesSearchCriteria
which represents a query for BioDataTuples objects.
BioDataTuples objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setBioAssayTupleData(BioAssayDatum[] p_bioAssayTupleData)
BioDataTuples object.
setBioAssayTupleData in interface BioDataTuplesp_bioAssayTupleData - The new value for bioAssayTupleData.BioDataTuples.getBioAssayTupleData()public BioAssayDatum[] getBioAssayTupleData()
BioDataTuplesBioDataTuples object's bioAssayTupleData attribute.
getBioAssayTupleData in interface BioDataTuplesgov.nih.nci.mageom.bean.BioAssayData.BioAssayDatum[] The value of bioAssayTupleData.BioDataTuples.getBioAssayTupleData()public int getBioAssayTupleDataCount()
BioAssayDatum
associated with this BioDataTuples object.
BioDataTuples.getBioAssayTupleData()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class BioDataValuesImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class BioDataValuesImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class BioDataValuesImpldoc - 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 BioDataValuesImplpublic java.lang.String toString()
toString in class BioDataValuesImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||