Nitido Inc.

com.nitido.nimx.nuggets.pab
Class PABGroup

java.lang.Object
  extended by com.nitido.nimx.nuggets.pab.PABEntry
      extended by com.nitido.nimx.nuggets.pab.PABGroup
All Implemented Interfaces:
java.io.Serializable

public class PABGroup
extends PABEntry

The data objecto of a PAB Group.

As inherited from PABEntry, PAB Group also requires fields UNIQUE_NAME and COMMON_NAME,

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.nitido.nimx.nuggets.pab.PABEntry
COMMON_NAMES, DESCRIPTIONS, NICKNAME, PAB_MEMBERS, UNIQUE_NAME
 
Constructor Summary
PABGroup(PABGroup entry)
          Copy Constructor.
PABGroup(java.lang.String un)
          Convenient constructor.
PABGroup(java.lang.String un, java.lang.String cn)
          Default construction.
 
Method Summary
 java.lang.Object clone()
          Cloning the current object.
 
Methods inherited from class com.nitido.nimx.nuggets.pab.PABEntry
addAttributeValue, getAllAttributes, getAttributeNames, getAttributeNamesSet, getAttributeValue, getAttributeValues, getAttributeValuesList, isRequiredAttribute, removeAttribute, removeAttributeValue, removeAttributeValue, replaceAttributeValue, replaceAttributeValue, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PABGroup

public PABGroup(java.lang.String un,
                java.lang.String cn)
Default construction.

Parameters:
un - Unique name as required by iPlanet products.
cn - Common name of the PAB entry. This field is required by the underlying LDAP schema.

PABGroup

public PABGroup(java.lang.String un)
Convenient constructor.


PABGroup

public PABGroup(PABGroup entry)
Copy Constructor.

Method Detail

clone

public java.lang.Object clone()
Cloning the current object.

Specified by:
clone in class PABEntry

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.