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

java.lang.Object
  extended by 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

Constructor Summary
UserAttributeRefImpl()
           
UserAttributeRefImpl(UserAttribute userAttribute)
          User attribute ref constructor given a UserAttribute.
 
Method Summary
 Description addDescription(java.lang.String lang)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 long getId()
           
 java.lang.String getName()
           
 java.lang.String getNameLink()
           
 void setId(long id)
           
 void setName(java.lang.String name)
           
 void setNameLink(java.lang.String nameLink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.