org.kuali.rice.krad.uif.util
Class ObjectPropertyUtilsTest.CollectionTestListRef
java.lang.Object
org.kuali.rice.krad.uif.util.ObjectPropertyUtilsTest.CollectionTestListRef
- Enclosing class:
- ObjectPropertyUtilsTest
public static class ObjectPropertyUtilsTest.CollectionTestListRef
- extends Object
Reference to a collection, for testing UIF interaction with ObjectPropertyUtils.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectPropertyUtilsTest.CollectionTestListRef
public ObjectPropertyUtilsTest.CollectionTestListRef()
getBar
public List<ObjectPropertyUtilsTest.CollectionTestItem> getBar()
- Returns:
- the bar
setBar
public void setBar(List<ObjectPropertyUtilsTest.CollectionTestItem> bar)
- Parameters:
bar
- the bar to set
getBaz
public Map<String,ObjectPropertyUtilsTest.CollectionTestItem> getBaz()
- Returns:
- the baz
setBaz
public void setBaz(Map<String,ObjectPropertyUtilsTest.CollectionTestItem> baz)
- Parameters:
baz
- the baz to set
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.