org.kuali.rice.kim.bo.role.dto
Class PermissionAssigneeInfo

java.lang.Object
  extended by org.kuali.rice.kim.bo.role.dto.PermissionAssigneeInfo

public class PermissionAssigneeInfo
extends Object

This is a description of what this class does - kellerj don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected  List<DelegateInfo> delegates
           
protected  String groupId
           
protected  String principalId
           
 
Constructor Summary
PermissionAssigneeInfo(String principalId, String groupId, List<DelegateInfo> delegates)
           
 
Method Summary
 List<DelegateInfo> getDelegates()
           
 String getGroupId()
           
 String getPrincipalId()
           
 void setDelegates(List<DelegateInfo> delegates)
           
 void setGroupId(String groupId)
           
 void setPrincipalId(String principalId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

principalId

protected String principalId

groupId

protected String groupId

delegates

protected List<DelegateInfo> delegates
Constructor Detail

PermissionAssigneeInfo

public PermissionAssigneeInfo(String principalId,
                              String groupId,
                              List<DelegateInfo> delegates)
Method Detail

getPrincipalId

public String getPrincipalId()

setPrincipalId

public void setPrincipalId(String principalId)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getDelegates

public List<DelegateInfo> getDelegates()

setDelegates

public void setDelegates(List<DelegateInfo> delegates)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.