org.kuali.rice.ksb.impl.registry.diff
Class RemoteServicesDiff

java.lang.Object
  extended by org.kuali.rice.ksb.impl.registry.diff.RemoteServicesDiff

public class RemoteServicesDiff
extends Object

TODO...

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

Field Summary
private  List<ServiceInfo> newServices
           
private  List<RemoteService> removedServices
           
 
Constructor Summary
RemoteServicesDiff(List<ServiceInfo> newServices, List<RemoteService> removedServices)
           
 
Method Summary
 List<ServiceInfo> getNewServices()
           
 List<RemoteService> getRemovedServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newServices

private final List<ServiceInfo> newServices

removedServices

private final List<RemoteService> removedServices
Constructor Detail

RemoteServicesDiff

public RemoteServicesDiff(List<ServiceInfo> newServices,
                          List<RemoteService> removedServices)
Method Detail

getNewServices

public List<ServiceInfo> getNewServices()

getRemovedServices

public List<RemoteService> getRemovedServices()


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