org.jasig.portal.container.om.portlet
Class UserAttributeListImpl

java.lang.Object
  extended by org.jasig.portal.container.om.portlet.UserAttributeListImpl
All Implemented Interfaces:
java.io.Serializable

public class UserAttributeListImpl
extends java.lang.Object
implements java.io.Serializable

Implementation of Apache Pluto object model.

Version:
$Revision: 1.3 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Field Summary
private  java.util.Map userAttributes
           
 
Constructor Summary
UserAttributeListImpl()
           
 
Method Summary
 void add(UserAttributeImpl userAttributeImpl)
           
 UserAttributeImpl get(java.lang.String name)
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userAttributes

private java.util.Map userAttributes
Constructor Detail

UserAttributeListImpl

public UserAttributeListImpl()
Method Detail

iterator

public java.util.Iterator iterator()

get

public UserAttributeImpl get(java.lang.String name)

add

public void add(UserAttributeImpl userAttributeImpl)