gov.nih.nci.mageom.domain.Description
Interface ExternalReference

All Superinterfaces:
Extendable
All Known Implementing Classes:
ExternalReferenceImpl

public interface ExternalReference
extends Extendable

A reference to the originating source for the object.

Version:
%I%, %G%

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

setExportedFromServer

void setExportedFromServer(java.lang.String p_exportedFromServer)
Sets the exportedFromServer attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ExternalReference object.

Parameters:
p_exportedFromServer - The new value for exportedFromServer.
See Also:
getExportedFromServer()

getExportedFromServer

java.lang.String getExportedFromServer()
Returns the value of this ExternalReference object's exportedFromServer attribute. Description of exportedFromServer: The originating server for the object, a network address or common name.

Returns:
String The value of exportedFromServer.

setExportedFromDB

void setExportedFromDB(java.lang.String p_exportedFromDB)
Sets the exportedFromDB attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ExternalReference object.

Parameters:
p_exportedFromDB - The new value for exportedFromDB.
See Also:
getExportedFromDB()

getExportedFromDB

java.lang.String getExportedFromDB()
Returns the value of this ExternalReference object's exportedFromDB attribute. Description of exportedFromDB: Name of the database, if applicable, that the object was exported from.

Returns:
String The value of exportedFromDB.

setExportID

void setExportID(java.lang.String p_exportID)
Sets the exportID attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ExternalReference object.

Parameters:
p_exportID - The new value for exportID.
See Also:
getExportID()

getExportID

java.lang.String getExportID()
Returns the value of this ExternalReference object's exportID attribute. Description of exportID: The identifier of the object at the originating source.

Returns:
String The value of exportID.

setExportName

void setExportName(java.lang.String p_exportName)
Sets the exportName attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ExternalReference object.

Parameters:
p_exportName - The new value for exportName.
See Also:
getExportName()

getExportName

java.lang.String getExportName()
Returns the value of this ExternalReference object's exportName attribute. Description of exportName: The name of the object at the originating source.

Returns:
String The value of exportName.