org.jasig.portal.container.om.common
Class SecurityRoleImpl
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRoleImpl
public SecurityRoleImpl()
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)