org.apache.jetspeed.om.common
Interface UserAttribute

All Superinterfaces:
Serializable

public interface UserAttribute
extends Serializable

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

Author:
David Le Strat

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

Method Detail

getName

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


setName

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


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.