org.apache.jetspeed.om.portlet.impl
Class UserAttributeRefImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.UserAttributeRefImpl
- All Implemented Interfaces:
- java.io.Serializable, UserAttributeRef
public class UserAttributeRefImpl
- extends java.lang.Object
- implements UserAttributeRef
User attribute ref 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 |
UserAttributeRefImpl
public UserAttributeRefImpl()
UserAttributeRefImpl
public UserAttributeRefImpl(UserAttribute userAttribute)
User attribute ref constructor given a UserAttribute.
- Parameters:
The - user attribute ref name.The - user attribute ref name link.
getId
public long getId()
setId
public void setId(long id)
getName
public java.lang.String getName()
- Specified by:
getName in interface UserAttributeRef
setName
public void setName(java.lang.String name)
getNameLink
public java.lang.String getNameLink()
- Specified by:
getNameLink in interface UserAttributeRef
setNameLink
public void setNameLink(java.lang.String nameLink)
- Specified by:
setNameLink in interface UserAttributeRef
getDescription
public Description getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface UserAttributeRef
getDescriptions
public java.util.List<Description> getDescriptions()
- Specified by:
getDescriptions in interface UserAttributeRef
addDescription
public Description addDescription(java.lang.String lang)
- Specified by:
addDescription in interface UserAttributeRef
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.