org.apache.jetspeed.om.portlet.impl
Class SecurityRoleRefImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.SecurityRoleRefImpl
- All Implemented Interfaces:
- java.io.Serializable, org.apache.pluto.container.om.portlet.SecurityRoleRef
public class SecurityRoleRefImpl
- extends java.lang.Object
- implements SecurityRoleRef, java.io.Serializable
SecurityRoleRefImpl
- Version:
- $Id: SecurityRoleRefImpl.java 785910 2009-06-18 05:11:11Z rwatler $
- Author:
- Scott T. Weaver
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
descriptions
protected java.util.List<Description> descriptions
SecurityRoleRefImpl
public SecurityRoleRefImpl()
getRoleLink
public java.lang.String getRoleLink()
- Specified by:
getRoleLink in interface org.apache.pluto.container.om.portlet.SecurityRoleRef
getRoleName
public java.lang.String getRoleName()
- Specified by:
getRoleName in interface org.apache.pluto.container.om.portlet.SecurityRoleRef
setRoleLink
public void setRoleLink(java.lang.String value)
- Specified by:
setRoleLink in interface org.apache.pluto.container.om.portlet.SecurityRoleRef
setRoleName
public void setRoleName(java.lang.String name)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getDescription
public Description getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.SecurityRoleRef
getDescriptions
public java.util.List<Description> getDescriptions()
- Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.SecurityRoleRef
addDescription
public Description addDescription(java.lang.String lang)
- Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.SecurityRoleRef
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.