Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkPrivilege

All Known Implementing Classes:
dkAbstractPrivilege

public interface dkPrivilege


Method Summary
 dkDatastore getDatastore()
          Gets the reference to the owner datastore object
 java.lang.String getDescription()
          gets the description of this privilege
 java.lang.String getName()
          gets the name of this privilege
 void setDatastore(dkDatastore ds)
          Sets the reference to the owner datastore object
 void setDescription(java.lang.String description)
          sets the description of this privilege
 void setName(java.lang.String name)
          sets the name for this privilege
 

Method Detail

setDatastore

public void setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object
Parameters:
ds - datastore

getDatastore

public dkDatastore getDatastore()
Gets the reference to the owner datastore object
Returns:
the dkDatastore object

getName

public java.lang.String getName()
gets the name of this privilege
Returns:
privilege name

setName

public void setName(java.lang.String name)
sets the name for this privilege
Parameters:
name - privilege name

getDescription

public java.lang.String getDescription()
gets the description of this privilege
Returns:
privilege description

setDescription

public void setDescription(java.lang.String description)
sets the description of this privilege
Parameters:
description - privilege description

EIP Java APIs

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