org.apache.jetspeed.om.portlet.impl
Class UserAttributeImpl

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.impl.UserAttributeImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.pluto.container.om.portlet.UserAttribute

public class UserAttributeImpl
extends java.lang.Object
implements UserAttribute

User attribute implementation.

Author:
David Le Strat
See Also:
Serialized Form

Field Summary
protected  java.util.List<Description> descriptions
           
 
Constructor Summary
UserAttributeImpl()
           
 
Method Summary
 Description addDescription(java.lang.String lang)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptions

protected java.util.List<Description> descriptions
Constructor Detail

UserAttributeImpl

public UserAttributeImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.pluto.container.om.portlet.UserAttribute

setName

public void setName(java.lang.String name)

getDescription

public Description getDescription(java.util.Locale locale)
Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.UserAttribute

getDescriptions

public java.util.List<Description> getDescriptions()
Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.UserAttribute

addDescription

public Description addDescription(java.lang.String lang)
Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.UserAttribute


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.