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

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

public class SecurityRoleRefImpl
extends Object
implements org.apache.pluto.om.common.SecurityRoleRef, Serializable

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

Constructor Summary
SecurityRoleRefImpl()
           
 
Method Summary
 Collection getCastorDescriptions()
           
 org.apache.pluto.om.common.Description getDescription(Locale locale)
           
 org.apache.pluto.om.common.DescriptionSet getDescriptionSet()
           
 String getRoleLink()
           
 String getRoleName()
           
 void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)
           
 void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 void setRoleLink(String roleLink)
           
 void setRoleName(String roleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRoleRefImpl

public SecurityRoleRefImpl()
Method Detail

getRoleName

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

getRoleLink

public String getRoleLink()
Specified by:
getRoleLink in interface org.apache.pluto.om.common.SecurityRoleRef

getDescription

public org.apache.pluto.om.common.Description getDescription(Locale locale)
Specified by:
getDescription in interface org.apache.pluto.om.common.SecurityRoleRef
See Also:
SecurityRoleRef.getDescription(Locale)

setRoleName

public void setRoleName(String roleName)

setRoleLink

public void setRoleLink(String roleLink)

getDescriptionSet

public org.apache.pluto.om.common.DescriptionSet getDescriptionSet()

setDescriptionSet

public void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)

getCastorDescriptions

public Collection getCastorDescriptions()

setCastorDescriptions

public void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)


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