org.kuali.common.util
Class ComparisonResults
java.lang.Object
  
org.kuali.common.util.ComparisonResults
public class ComparisonResults
- extends Object
 
Created with IntelliJ IDEA.
 User: andy
 Date: 2/22/13
 Time: 1:12 PM
 To change this template use File | Settings | File Templates.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ComparisonResults
public ComparisonResults()
getAdded
public List<String> getAdded()
 
setAdded
public void setAdded(List<String> added)
 
getDeleted
public List<String> getDeleted()
 
setDeleted
public void setDeleted(List<String> deleted)
 
getSame
public List<String> getSame()
 
setSame
public void setSame(List<String> same)
 
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.