|
||||||||||
| 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.BioAssayMappingImpl
public class BioAssayMappingImpl
Container of the mappings of the input BioAssay dimensions to the output BioAssay dimension.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected BioAssayMap[] |
bioAssayMaps
DOCUMENT ME |
protected int |
bioAssayMapsCount
The count of BioAssayMap objects. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
BioAssayMappingImpl()
Default constructor |
|
| Method Summary | |
|---|---|
BioAssayMap[] |
getBioAssayMaps()
Returns the value of this BioAssayMapping object's bioAssayMaps attribute. |
int |
getBioAssayMapsCount()
Returns the count of all BioAssayMap
associated with this BioAssayMapping object. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
BioAssayMapping[] |
searchBioAssayMappings(BioAssayMappingSearchCriteria criteria)
Returns an array of BioAssayMapping objects that
satisfy the given BioAssayMappingSearchCriteria. |
void |
setBioAssayMaps(BioAssayMap[] p_bioAssayMaps)
Sets the bioAssayMaps 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 int bioAssayMapsCount
protected BioAssayMap[] bioAssayMaps
| Constructor Detail |
|---|
public BioAssayMappingImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public BioAssayMapping[] searchBioAssayMappings(BioAssayMappingSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
BioAssayMapping objects that
satisfy the given BioAssayMappingSearchCriteria.
criteria - The BioAssayMappingSearchCriteria
which represents a query for BioAssayMapping objects.
BioAssayMapping objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setBioAssayMaps(BioAssayMap[] p_bioAssayMaps)
BioAssayMapping object.
setBioAssayMaps in interface BioAssayMappingp_bioAssayMaps - The new value for bioAssayMaps.BioAssayMapping.getBioAssayMaps()public BioAssayMap[] getBioAssayMaps()
BioAssayMappingBioAssayMapping object's bioAssayMaps attribute.
getBioAssayMaps in interface BioAssayMappinggov.nih.nci.mageom.bean.BioAssayData.BioAssayMap[] The value of bioAssayMaps.BioAssayMapping.getBioAssayMaps()public int getBioAssayMapsCount()
BioAssayMap
associated with this BioAssayMapping object.
BioAssayMapping.getBioAssayMaps()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 | |||||||||