org.apache.jetspeed.om.portlet.impl
Class SecurityRoleRefImpl

java.lang.Object
  extended by 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

Field Summary
protected  java.util.List<Description> descriptions
           
 
Constructor Summary
SecurityRoleRefImpl()
           
 
Method Summary
 Description addDescription(java.lang.String lang)
           
 boolean equals(java.lang.Object obj)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 java.lang.String getRoleLink()
           
 java.lang.String getRoleName()
           
 int hashCode()
           
 void setRoleLink(java.lang.String value)
           
 void setRoleName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptions

protected java.util.List<Description> descriptions
Constructor Detail

SecurityRoleRefImpl

public SecurityRoleRefImpl()
Method Detail

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.