org.apache.jetspeed.om.portlet.impl
Class UserAttributeImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptions
protected java.util.List<Description> descriptions
UserAttributeImpl
public UserAttributeImpl()
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.