|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExternalReference
A reference to the originating source for the object.
| 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. |
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. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setExportedFromServer(java.lang.String p_exportedFromServer)
ExternalReference object.
p_exportedFromServer - The new value for exportedFromServer.getExportedFromServer()java.lang.String getExportedFromServer()
ExternalReference object's exportedFromServer attribute.
Description of exportedFromServer:
The originating server for the object, a network address or common name.
String The value of exportedFromServer.void setExportedFromDB(java.lang.String p_exportedFromDB)
ExternalReference object.
p_exportedFromDB - The new value for exportedFromDB.getExportedFromDB()java.lang.String getExportedFromDB()
ExternalReference object's exportedFromDB attribute.
Description of exportedFromDB:
Name of the database, if applicable, that the object was exported from.
String The value of exportedFromDB.void setExportID(java.lang.String p_exportID)
ExternalReference object.
p_exportID - The new value for exportID.getExportID()java.lang.String getExportID()
ExternalReference object's exportID attribute.
Description of exportID:
The identifier of the object at the originating source.
String The value of exportID.void setExportName(java.lang.String p_exportName)
ExternalReference object.
p_exportName - The new value for exportName.getExportName()java.lang.String getExportName()
ExternalReference object's exportName attribute.
Description of exportName:
The name of the object at the originating source.
String The value of exportName.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||