org.apache.pluto.portlet.admin.services
Class PortletConfigService.RoleRef

java.lang.Object
  extended by org.apache.pluto.portlet.admin.services.PortletConfigService.RoleRef
Enclosing class:
PortletConfigService

public class PortletConfigService.RoleRef
extends java.lang.Object

Small Value Object holding a security-role-ref name and link values in the portletDDList List.

Author:
cdoremus

Field Summary
 java.lang.String roleLink
           
 java.lang.String roleName
           
 
Constructor Summary
private PortletConfigService.RoleRef()
           
  PortletConfigService.RoleRef(java.lang.String p_roleName, java.lang.String p_roleLink)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roleName

public java.lang.String roleName

roleLink

public java.lang.String roleLink
Constructor Detail

PortletConfigService.RoleRef

private PortletConfigService.RoleRef()

PortletConfigService.RoleRef

public PortletConfigService.RoleRef(java.lang.String p_roleName,
                                    java.lang.String p_roleLink)