org.apache.jetspeed.om.servlet.impl
Class SecurityRoleImpl
java.lang.Object
org.apache.jetspeed.om.servlet.impl.SecurityRoleImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Model, org.apache.jetspeed.om.common.servlet.MutableSecurityRole, org.apache.pluto.om.common.SecurityRole, Serializable
- public class SecurityRoleImpl
- extends Object
- implements org.apache.pluto.om.common.SecurityRole, org.apache.jetspeed.om.common.servlet.MutableSecurityRole, Serializable
MutableSecurityRoleImpl
- Version:
- $Id: SecurityRoleImpl.java 186523 2004-05-15 02:01:00Z taylor $
- Author:
- Ate Douma
- See Also:
- Serialized Form
webAppId
protected long webAppId
description
private String description
roleName
private String roleName
SecurityRoleImpl
public SecurityRoleImpl()
- Default constructor.
getDescription
public String getDescription()
- Specified by:
getDescription
in interface org.apache.pluto.om.common.SecurityRole
- See Also:
SecurityRole.getDescription()
getRoleName
public String getRoleName()
- Specified by:
getRoleName
in interface org.apache.pluto.om.common.SecurityRole
- See Also:
SecurityRole.getRoleName()
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interface org.apache.jetspeed.om.common.servlet.MutableSecurityRole
- See Also:
MutableSecurityRole.setDescription(java.lang.String)
setRoleName
public void setRoleName(String roleName)
- Specified by:
setRoleName
in interface org.apache.jetspeed.om.common.servlet.MutableSecurityRole
- See Also:
MutableSecurityRole.setRoleName(java.lang.String)
toString
public String toString()
- Convert
SecurityRole
to String.
- Returns:
- String value of SecurityRole.
equals
public boolean equals(Object obj)
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- See Also:
Object.hashCode()
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.