org.apache.jetspeed.om.servlet.impl
Class SecurityRoleImpl

java.lang.Object
  extended by 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

Field Summary
protected  long webAppId
           
 
Constructor Summary
SecurityRoleImpl()
          Default constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 java.lang.String getRoleName()
           
 int hashCode()
           
 void setDescription(java.lang.String description)
           
 void setRoleName(java.lang.String roleName)
           
 java.lang.String toString()
          Convert SecurityRoleto String.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

webAppId

protected long webAppId
Constructor Detail

SecurityRoleImpl

public SecurityRoleImpl()
Default constructor.

Method Detail

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 SecurityRoleto 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-2010 Apache Software Foundation. All Rights Reserved.