org.jasig.portal.container.om.common
Class SecurityRoleRefImpl
java.lang.Object
org.jasig.portal.container.om.common.SecurityRoleRefImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.common.SecurityRoleRef, org.apache.pluto.om.common.SecurityRoleRefCtrl, java.io.Serializable
- public class SecurityRoleRefImpl
- extends java.lang.Object
- implements org.apache.pluto.om.common.SecurityRoleRef, org.apache.pluto.om.common.SecurityRoleRefCtrl, java.io.Serializable
Implementation of Apache Pluto object model.
- Version:
- $Revision: 1.2 $
- 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 |
SecurityRoleRefImpl
public SecurityRoleRefImpl()
getRoleName
public java.lang.String getRoleName()
- Specified by:
getRoleName
in interface org.apache.pluto.om.common.SecurityRoleRef
getRoleLink
public java.lang.String getRoleLink()
- Specified by:
getRoleLink
in interface org.apache.pluto.om.common.SecurityRoleRef
getDescription
public org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
- Specified by:
getDescription
in interface org.apache.pluto.om.common.SecurityRoleRef
setRoleName
public void setRoleName(java.lang.String roleName)
- Specified by:
setRoleName
in interface org.apache.pluto.om.common.SecurityRoleRefCtrl
setRoleLink
public void setRoleLink(java.lang.String roleLink)
- Specified by:
setRoleLink
in interface org.apache.pluto.om.common.SecurityRoleRefCtrl
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface org.apache.pluto.om.common.SecurityRoleRefCtrl
setDescriptions
public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
getDescriptions
public org.apache.pluto.om.common.DescriptionSet getDescriptions()