com.netscape.certsrv.pattern
Class AttrSetCollection

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by com.netscape.certsrv.pattern.AttrSetCollection
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class AttrSetCollection
extends java.util.Hashtable

This class represents a collection of attribute sets.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
See Also:
Serialized Form

Constructor Summary
AttrSetCollection()
          Constructs a collection.
 
Method Summary
 IAttrSet getAttrSet(java.lang.String name)
          Retrieves a attribute set from this collection.
 void putAttrSet(java.lang.String name, IAttrSet set)
          Sets attribute set in this collection.
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttrSetCollection

public AttrSetCollection()
Constructs a collection.

Method Detail

getAttrSet

public IAttrSet getAttrSet(java.lang.String name)
Retrieves a attribute set from this collection.

Parameters:
name - name of the attribute set
Returns:
attribute set

putAttrSet

public void putAttrSet(java.lang.String name,
                       IAttrSet set)
Sets attribute set in this collection.

Parameters:
name - set of the attribute set
set - attribute set