Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKPrivilegeFed

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.dkAbstractPrivilege
        |
        +--com.ibm.mm.sdk.common.DKPrivilegeFed
All Implemented Interfaces:
DKMessageId, dkPrivilege, java.io.Serializable

public class DKPrivilegeFed
extends dkAbstractPrivilege
implements java.io.Serializable

DKPrivilegeSetFed : This class represents a privilege set.

See Also:
Serialized Form

Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId
    For details, see the class or interface
 
Constructor Summary
DKPrivilegeFed()
          Default constructor Constructs the privilege set.
DKPrivilegeFed(dkDatastore ds)
          Constructs the privilege set and initializes it with the datastore.
 
Method Summary
 long getID()
          Gets privilege id
 void setID(long id)
          Sets privilege id
 
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractPrivilege
getDatastore, getDescription, getName, setDatastore, setDescription, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKPrivilegeFed

public DKPrivilegeFed()
Default constructor Constructs the privilege set.

DKPrivilegeFed

public DKPrivilegeFed(dkDatastore ds)
Constructs the privilege set and initializes it with the datastore.
Parameters:
ds - dkDatastore reference
name - name of access control list
Method Detail

setID

public void setID(long id)
Sets privilege id
Parameters:
id - new id to be set to this privilege object

getID

public long getID()
Gets privilege id
Returns:
id of this privilege

EIP Java APIs

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