|
||||||||||
| 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.Description.impl.ExternalReferenceImpl
public class ExternalReferenceImpl
A reference to the originating source for the object.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected java.lang.String |
exportedFromDB
Name of the database, if applicable, that the object was exported from. |
protected java.lang.String |
exportedFromServer
The originating server for the object, a network address or common name. |
protected java.lang.String |
exportID
The identifier of the object at the originating source. |
protected java.lang.String |
exportName
The name of the object at the originating source. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
ExternalReferenceImpl()
Default constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getExportedFromDB()
Returns the value of this ExternalReference object's exportedFromDB attribute. |
java.lang.String |
getExportedFromServer()
Returns the value of this ExternalReference object's exportedFromServer attribute. |
java.lang.String |
getExportID()
Returns the value of this ExternalReference object's exportID attribute. |
java.lang.String |
getExportName()
Returns the value of this ExternalReference object's exportName attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
ExternalReference[] |
searchExternalReferences(ExternalReferenceSearchCriteria criteria)
Returns an array of ExternalReference objects that
satisfy the given ExternalReferenceSearchCriteria. |
void |
setExportedFromDB(java.lang.String p_exportedFromDB)
Sets the exportedFromDB attribute. |
void |
setExportedFromServer(java.lang.String p_exportedFromServer)
Sets the exportedFromServer attribute. |
void |
setExportID(java.lang.String p_exportID)
Sets the exportID attribute. |
void |
setExportName(java.lang.String p_exportName)
Sets the exportName 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.String exportedFromServer
protected java.lang.String exportedFromDB
protected java.lang.String exportID
protected java.lang.String exportName
| Constructor Detail |
|---|
public ExternalReferenceImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public ExternalReference[] searchExternalReferences(ExternalReferenceSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
ExternalReference objects that
satisfy the given ExternalReferenceSearchCriteria.
criteria - The ExternalReferenceSearchCriteria
which represents a query for ExternalReference objects.
ExternalReference objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setExportedFromServer(java.lang.String p_exportedFromServer)
ExternalReference object.
setExportedFromServer in interface ExternalReferencep_exportedFromServer - The new value for exportedFromServer.ExternalReference.getExportedFromServer()public java.lang.String getExportedFromServer()
ExternalReferenceExternalReference object's exportedFromServer attribute.
Description of exportedFromServer:
The originating server for the object, a network address or common name.
getExportedFromServer in interface ExternalReferenceString The value of exportedFromServer.ExternalReference.getExportedFromServer()public void setExportedFromDB(java.lang.String p_exportedFromDB)
ExternalReference object.
setExportedFromDB in interface ExternalReferencep_exportedFromDB - The new value for exportedFromDB.ExternalReference.getExportedFromDB()public java.lang.String getExportedFromDB()
ExternalReferenceExternalReference object's exportedFromDB attribute.
Description of exportedFromDB:
Name of the database, if applicable, that the object was exported from.
getExportedFromDB in interface ExternalReferenceString The value of exportedFromDB.ExternalReference.getExportedFromDB()public void setExportID(java.lang.String p_exportID)
ExternalReference object.
setExportID in interface ExternalReferencep_exportID - The new value for exportID.ExternalReference.getExportID()public java.lang.String getExportID()
ExternalReferenceExternalReference object's exportID attribute.
Description of exportID:
The identifier of the object at the originating source.
getExportID in interface ExternalReferenceString The value of exportID.ExternalReference.getExportID()public void setExportName(java.lang.String p_exportName)
ExternalReference object.
setExportName in interface ExternalReferencep_exportName - The new value for exportName.ExternalReference.getExportName()public java.lang.String getExportName()
ExternalReferenceExternalReference object's exportName attribute.
Description of exportName:
The name of the object at the originating source.
getExportName in interface ExternalReferenceString The value of exportName.ExternalReference.getExportName()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 | |||||||||