org.apache.jetspeed.om.servlet.impl
Class SecurityRoleImpl
java.lang.Object
org.apache.jetspeed.om.servlet.impl.SecurityRoleImpl
- All Implemented Interfaces:
- java.io.Serializable, MutableSecurityRole, org.apache.pluto.om.common.SecurityRole, org.apache.pluto.om.Model
public class SecurityRoleImpl
- extends java.lang.Object
- implements org.apache.pluto.om.common.SecurityRole, MutableSecurityRole, java.io.Serializable
MutableSecurityRoleImpl
- Version:
- $Id: SecurityRoleImpl.java 516881 2007-03-11 10:34:21Z ate $
- Author:
- Ate Douma
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
webAppId
protected long webAppId
SecurityRoleImpl
public SecurityRoleImpl()
- Default constructor.
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface org.apache.pluto.om.common.SecurityRole
- See Also:
SecurityRole.getDescription()
getRoleName
public java.lang.String getRoleName()
- Specified by:
getRoleName
in interface org.apache.pluto.om.common.SecurityRole
- See Also:
SecurityRole.getRoleName()
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface MutableSecurityRole
- See Also:
MutableSecurityRole.setDescription(java.lang.String)
setRoleName
public void setRoleName(java.lang.String roleName)
- Specified by:
setRoleName
in interface MutableSecurityRole
- See Also:
MutableSecurityRole.setRoleName(java.lang.String)
toString
public java.lang.String toString()
- Convert
SecurityRole
to String.
- Overrides:
toString
in class java.lang.Object
- Returns:
- String value of SecurityRole.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.