com.crystaldecisions.sdk.plugin.desktop.common
Interface IDocumentObject


public interface IDocumentObject


Method Summary
 java.lang.String getID()
          Returns the identifier of an object in a document.
 void setID(java.lang.String value)
          Sets the identifier of an object in a document.
 

Method Detail

getID

java.lang.String getID()
                       throws SDKException
Returns the identifier of an object in a document. The format of the ID depends on the type of the object.

Returns:
A String containing the identifier of the object.
Throws:
SDKException - if the ID could not be retrieved.

setID

void setID(java.lang.String value)
Sets the identifier of an object in a document.

Parameters:
value - the identifier of the object.