org.kuali.common.util
Class ComparisonResults

java.lang.Object
  extended by 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.


Constructor Summary
ComparisonResults()
           
 
Method Summary
 List<String> getAdded()
           
 List<String> getDeleted()
           
 List<String> getSame()
           
 void setAdded(List<String> added)
           
 void setDeleted(List<String> deleted)
           
 void setSame(List<String> same)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparisonResults

public ComparisonResults()
Method Detail

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.