Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkExtension

All Known Subinterfaces:
dkAnnotationExt, dkDatastoreExt, dkMediaStreamInfo, dkSearchEngineInfo, dkStorageManageInfo
All Known Implementing Classes:
DKDatastoreService, DKFixedViewDataOD, DKViewDataDefOD

public interface dkExtension

This is the common abstract class for all extension objects


Method Summary
 java.lang.String getName()
          Gets the name of this extension object
 void setName(java.lang.String extName)
          Sets the name of this extension object
 

Method Detail

getName

public java.lang.String getName()
                         throws java.lang.Exception
Gets the name of this extension object
Returns:
name of this object

setName

public void setName(java.lang.String extName)
             throws java.lang.Exception
Sets the name of this extension object
Parameters:
extName - name of this extension object

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.