org.apache.cocoon.portal.pluto.om.common
Class SecurityRoleRefImpl
java.lang.Object
org.apache.cocoon.portal.pluto.om.common.SecurityRoleRefImpl
- All Implemented Interfaces:
- Serializable, org.apache.pluto.om.common.SecurityRoleRef, org.apache.pluto.om.Model
public class SecurityRoleRefImpl
- extends Object
- implements org.apache.pluto.om.common.SecurityRoleRef, Serializable
- Version:
- CVS $Id: SecurityRoleRefImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRoleRefImpl
public SecurityRoleRefImpl()
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
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-2010 The Apache Software Foundation. All Rights Reserved.