org.apache.cocoon.portal.pluto.om.common
Class SecurityRoleImpl

java.lang.Object
  extended byorg.apache.cocoon.portal.pluto.om.common.SecurityRoleImpl
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.common.SecurityRole, Serializable

public class SecurityRoleImpl
extends Object
implements org.apache.pluto.om.common.SecurityRole, Serializable

Version:
$Id: SecurityRoleImpl.java 325880 2005-10-17 11:57:44Z cziegeler $
See Also:
Serialized Form

Constructor Summary
SecurityRoleImpl()
           
 
Method Summary
 String getDescription()
           
 String getRoleName()
           
 void setDescription(String description)
           
 void setRoleName(String roleName)
           
 String toString()
           
 String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityRoleImpl

public SecurityRoleImpl()
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface org.apache.pluto.om.common.SecurityRole

getRoleName

public String getRoleName()
Specified by:
getRoleName in interface org.apache.pluto.om.common.SecurityRole

setDescription

public void setDescription(String description)

setRoleName

public void setRoleName(String roleName)

toString

public String toString()

toString

public String toString(int indent)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.