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

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.impl.SecurityRoleImpl
All Implemented Interfaces:
SecurityRole

public class SecurityRoleImpl
extends java.lang.Object
implements SecurityRole


Field Summary
protected  java.util.List<Description> descriptions
           
 
Constructor Summary
SecurityRoleImpl()
           
 
Method Summary
 Description addDescription(java.lang.String lang)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptions

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

SecurityRoleImpl

public SecurityRoleImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface SecurityRole

setName

public void setName(java.lang.String name)

getDescription

public Description getDescription(java.util.Locale locale)
Specified by:
getDescription in interface SecurityRole

getDescriptions

public java.util.List<Description> getDescriptions()
Specified by:
getDescriptions in interface SecurityRole

addDescription

public Description addDescription(java.lang.String lang)
Specified by:
addDescription in interface SecurityRole


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