org.apache.jetspeed.om.common
Interface UserAttribute

All Superinterfaces:
java.io.Serializable

public interface UserAttribute
extends java.io.Serializable

Interface representing user attribute as defined in Portlet specs: PLT.17.2 Accessing User Attributes.

Author:
David Le Strat

Method Summary
 java.lang.String getDescription()
          Getter for the user-attribute description.
 java.lang.String getName()
          Getter for the user-attribute name.
 void setDescription(java.lang.String description)
          Setter for the user-attribute description.
 void setName(java.lang.String name)
          Setter for the user-attribute name.
 

Method Detail

getName

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


setName

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


getDescription

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


setDescription

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



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