org.apache.jetspeed.om.portlet.impl
Class SecurityRoleImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.SecurityRoleImpl
- All Implemented Interfaces:
- SecurityRole
public class SecurityRoleImpl
- extends java.lang.Object
- implements SecurityRole
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptions
protected java.util.List<Description> descriptions
SecurityRoleImpl
public SecurityRoleImpl()
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.