org.kuali.common.impex.model.util
Class MissingElements<T extends NamedElement>
java.lang.Object
org.kuali.common.impex.model.util.MissingElements<T>
public class MissingElements<T extends NamedElement>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MissingElements
public MissingElements()
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.