org.apache.jetspeed.om.common
Interface UserAttributeRef

All Superinterfaces:
Serializable

public interface UserAttributeRef
extends Serializable

Interface allowing mapping of user attributes between the portal implementation and the portlet attribute definition according to the Portlet specs (PLT.17.2 Accessing User Attributes). This is a Jetspeed 2 specific extension that allows to map a user-attribute name used in the portlet to a user attribute name-link used in the portal implementation.

Author:
David Le Strat

Method Summary
 String getDescription()
          Getter for the user-attribute description.
 String getName()
          Getter for the user-attribute-ref name.
 String getNameLink()
          Getter for the user-attribute-ref name-link.
 void setDescription(String description)
          Setter for the user-attribute description.
 void setName(String name)
          Setter for the user-attribute-ref name.
 void setNameLink(String nameLink)
          Setter for the user-attribute-ref name-link.
 

Method Detail

getName

String getName()
Getter for the user-attribute-ref name.


setName

void setName(String name)
Setter for the user-attribute-ref name.


getNameLink

String getNameLink()
Getter for the user-attribute-ref name-link.


setNameLink

void setNameLink(String nameLink)
Setter for the user-attribute-ref name-link.


getDescription

String getDescription()
Getter for the user-attribute description.


setDescription

void setDescription(String description)
Setter for the user-attribute description.



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.