org.kuali.rice.kim.service.impl
Class GroupInternalServiceImpl.MembersDiff

java.lang.Object
  extended by org.kuali.rice.kim.service.impl.GroupInternalServiceImpl.MembersDiff
Enclosing class:
GroupInternalServiceImpl

private class GroupInternalServiceImpl.MembersDiff
extends Object


Field Summary
private  Set<String> addedPrincipalIds
           
private  Set<String> removedPrincipalIds
           
 
Constructor Summary
GroupInternalServiceImpl.MembersDiff(Set<String> addedPrincipalIds, Set<String> removedPrincipalIds)
           
 
Method Summary
 Set<String> getAddedPrincipalIds()
           
 Set<String> getRemovedPrincipalIds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addedPrincipalIds

private final Set<String> addedPrincipalIds

removedPrincipalIds

private final Set<String> removedPrincipalIds
Constructor Detail

GroupInternalServiceImpl.MembersDiff

public GroupInternalServiceImpl.MembersDiff(Set<String> addedPrincipalIds,
                                            Set<String> removedPrincipalIds)
Method Detail

getAddedPrincipalIds

public Set<String> getAddedPrincipalIds()

getRemovedPrincipalIds

public Set<String> getRemovedPrincipalIds()


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