|
||||||||||
| 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
public class ExtendableImpl
Abstract class that specifies for subclasses an association to NameValueTypes. These can be used, for instance, to specify proprietary properties and in-house processing hints.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected NameValueType[] |
propertySets
DOCUMENT ME |
protected int |
propertySetsCount
The count of NameValueType objects. |
protected java.lang.String |
securedElementId
|
| Constructor Summary | |
|---|---|
ExtendableImpl()
Default constructor |
|
| Method Summary | |
|---|---|
NameValueType[] |
getPropertySets()
Returns the value of this Extendable object's propertySets attribute. |
int |
getPropertySetsCount()
Returns the count of all NameValueType
associated with this Extendable object. |
java.lang.String |
getSecuredElementId()
|
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
Extendable[] |
searchExtendables(ExtendableSearchCriteria criteria)
Returns an array of Extendable objects that
satisfy the given ExtendableSearchCriteria. |
void |
setPropertySets(NameValueType[] p_propertySets)
Sets the propertySets attribute. |
void |
setSecuredElementId(java.lang.String securedElementId)
|
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.MAGEOMObject |
|---|
getId, getIsEditable, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected java.lang.String securedElementId
protected int propertySetsCount
protected NameValueType[] propertySets
| Constructor Detail |
|---|
public ExtendableImpl()
| Method Detail |
|---|
protected void init()
public Extendable[] searchExtendables(ExtendableSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
Extendable objects that
satisfy the given ExtendableSearchCriteria.
criteria - The ExtendableSearchCriteria
which represents a query for Extendable objects.
Extendable objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setPropertySets(NameValueType[] p_propertySets)
Extendable object.
setPropertySets in interface Extendablep_propertySets - The new value for propertySets.Extendable.getPropertySets()public NameValueType[] getPropertySets()
ExtendableExtendable object's propertySets attribute.
getPropertySets in interface Extendablegov.nih.nci.mageom.bean.NameValueType[] The value of propertySets.Extendable.getPropertySets()public int getPropertySetsCount()
NameValueType
associated with this Extendable object.
Extendable.getPropertySets()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
public org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
doc - 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.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getSecuredElementId()
public void setSecuredElementId(java.lang.String securedElementId)
securedElementId - The securedElementId to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||