|
||||||||||
| 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.DesignElementMappingImpl
public class DesignElementMappingImpl
Container of the mappings of the input DesignElement dimensions to the output DesignElement dimension.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected DesignElementMap[] |
designElementMaps
DOCUMENT ME |
protected int |
designElementMapsCount
The count of DesignElementMap objects. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
DesignElementMappingImpl()
Default constructor |
|
| Method Summary | |
|---|---|
DesignElementMap[] |
getDesignElementMaps()
Returns the value of this DesignElementMapping object's designElementMaps attribute. |
int |
getDesignElementMapsCount()
Returns the count of all DesignElementMap
associated with this DesignElementMapping object. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
DesignElementMapping[] |
searchDesignElementMappings(DesignElementMappingSearchCriteria criteria)
Returns an array of DesignElementMapping objects that
satisfy the given DesignElementMappingSearchCriteria. |
void |
setDesignElementMaps(DesignElementMap[] p_designElementMaps)
Sets the designElementMaps 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 designElementMapsCount
protected DesignElementMap[] designElementMaps
| Constructor Detail |
|---|
public DesignElementMappingImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public DesignElementMapping[] searchDesignElementMappings(DesignElementMappingSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
DesignElementMapping objects that
satisfy the given DesignElementMappingSearchCriteria.
criteria - The DesignElementMappingSearchCriteria
which represents a query for DesignElementMapping objects.
DesignElementMapping objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setDesignElementMaps(DesignElementMap[] p_designElementMaps)
DesignElementMapping object.
setDesignElementMaps in interface DesignElementMappingp_designElementMaps - The new value for designElementMaps.DesignElementMapping.getDesignElementMaps()public DesignElementMap[] getDesignElementMaps()
DesignElementMappingDesignElementMapping object's designElementMaps attribute.
getDesignElementMaps in interface DesignElementMappinggov.nih.nci.mageom.bean.BioAssayData.DesignElementMap[] The value of designElementMaps.DesignElementMapping.getDesignElementMaps()public int getDesignElementMapsCount()
DesignElementMap
associated with this DesignElementMapping object.
DesignElementMapping.getDesignElementMaps()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 | |||||||||