public class ComparisonResults extends Object
ComparisonResults()
List<String>
getAdded()
getDeleted()
getSame()
void
setAdded(List<String> added)
setDeleted(List<String> deleted)
setSame(List<String> same)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ComparisonResults()
public List<String> getAdded()
public void setAdded(List<String> added)
public List<String> getDeleted()
public void setDeleted(List<String> deleted)
public List<String> getSame()
public void setSame(List<String> same)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.