org.kuali.rice.ksb.impl.registry.diff
Class RemoteServicesDiff
java.lang.Object
org.kuali.rice.ksb.impl.registry.diff.RemoteServicesDiff
public class RemoteServicesDiff
- extends Object
TODO...
- 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 |
newServices
private final List<ServiceInfo> newServices
removedServices
private final List<RemoteService> removedServices
RemoteServicesDiff
public RemoteServicesDiff(List<ServiceInfo> newServices,
List<RemoteService> removedServices)
getNewServices
public List<ServiceInfo> getNewServices()
getRemovedServices
public List<RemoteService> getRemovedServices()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.