org.exoplatform.services.portletcontainer.pci.model
Class SecurityRoleRef
java.lang.Object
org.exoplatform.services.portletcontainer.pci.model.SecurityRoleRef
public class SecurityRoleRef
- extends Object
Jul 11, 2004 .
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRoleRef
public SecurityRoleRef()
getRoleLink
public final String getRoleLink()
- Returns:
- role link
setRoleLink
public final void setRoleLink(String roleLink)
- Parameters:
roleLink - role link
getRoleName
public final String getRoleName()
- Returns:
- role name
setRoleName
public final void setRoleName(String roleName)
- Parameters:
roleName - role name
getDescription
public final List<Description> getDescription()
- Returns:
- description list
setDescription
public final void setDescription(List<Description> description)
- Parameters:
description - description list
addDescription
public final void addDescription(Description desc)
- Parameters:
desc - description
getId
public final String getId()
- Returns:
- id
setId
public final void setId(String value)
- Parameters:
value - id
Copyright © 2009 eXo Platform SAS. All Rights Reserved.