org.kuali.common.impex.model.util
Class MissingElements<T extends NamedElement>

java.lang.Object
  extended by org.kuali.common.impex.model.util.MissingElements<T>

public class MissingElements<T extends NamedElement>
extends Object


Constructor Summary
MissingElements()
           
 
Method Summary
 List<MatchingElement<T>> getBoth()
           
 List<T> getSet1Only()
           
 List<T> getSet2Only()
           
 void setBoth(List<MatchingElement<T>> both)
           
 void setSet1Only(List<T> set1Only)
           
 void setSet2Only(List<T> set2Only)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingElements

public MissingElements()
Method Detail

getBoth

public List<MatchingElement<T>> getBoth()

setBoth

public void setBoth(List<MatchingElement<T>> both)

getSet1Only

public List<T> getSet1Only()

setSet1Only

public void setSet1Only(List<T> set1Only)

getSet2Only

public List<T> getSet2Only()

setSet2Only

public void setSet2Only(List<T> set2Only)


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