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

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

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

Version:
CVS $Id: SecurityRoleImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
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()
Overrides:
toString in class Object

toString

public String toString(int indent)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.