org.kuali.rice.kim.bo.role.dto
Class PermissionAssigneeInfo
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
principalId
protected String principalId
groupId
protected String groupId
delegates
protected List<DelegateInfo> delegates
PermissionAssigneeInfo
public PermissionAssigneeInfo(String principalId,
String groupId,
List<DelegateInfo> delegates)
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.