uPortal 2.4.1
API Documentation

org.jasig.portal.container.om.common
Class SecurityRoleImpl

java.lang.Object
  extended byorg.jasig.portal.container.om.common.SecurityRoleImpl
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.common.SecurityRole, java.io.Serializable

public class SecurityRoleImpl
extends java.lang.Object
implements org.apache.pluto.om.common.SecurityRole, java.io.Serializable

Implementation of Apache Pluto object model.

Version:
$Revision: 1.1 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Constructor Summary
SecurityRoleImpl()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getRoleName()
           
 void setDescription(java.lang.String description)
           
 void setRoleName(java.lang.String roleName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRoleImpl

public SecurityRoleImpl()
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.apache.pluto.om.common.SecurityRole

getRoleName

public java.lang.String getRoleName()
Specified by:
getRoleName in interface org.apache.pluto.om.common.SecurityRole

setDescription

public void setDescription(java.lang.String description)

setRoleName

public void setRoleName(java.lang.String roleName)

uPortal 2.4.1
API Documentation