org.jasig.portal.container.om.portlet
Class UserAttributeImpl
java.lang.Object
org.jasig.portal.container.om.portlet.UserAttributeImpl
public class UserAttributeImpl
- extends java.lang.Object
Implementation of Apache Pluto object model.
- Version:
- $Revision: 1.3 $
- Author:
- Ken Weiner, kweiner@unicon.net
Field Summary |
private java.lang.String |
description
|
private java.lang.String |
name
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
private java.lang.String description
name
private java.lang.String name
UserAttributeImpl
public UserAttributeImpl()
getDescription
public java.lang.String getDescription()
getName
public java.lang.String getName()
setDescription
public void setDescription(java.lang.String description)
setName
public void setName(java.lang.String name)