org.kuali.rice.krad.test
Class TestDictionaryBean
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.test.TestDictionaryBean
- All Implemented Interfaces:
- DictionaryBean, UifDictionaryBean
public class TestDictionaryBean
- extends UifDictionaryBeanBase
Object for testing bean configurations
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDictionaryBean
public TestDictionaryBean()
getProperty1
public String getProperty1()
setProperty1
public void setProperty1(String property1)
getProperty2
public String getProperty2()
setProperty2
public void setProperty2(String property2)
isProperty3
public boolean isProperty3()
setProperty3
public void setProperty3(boolean property3)
getProperty4
public int getProperty4()
setProperty4
public void setProperty4(int property4)
getList1
public List<String> getList1()
setList1
public void setList1(List<String> list1)
getMap1
public Map<String,String> getMap1()
setMap1
public void setMap1(Map<String,String> map1)
getReference1
public TestDictionaryBean getReference1()
setReference1
public void setReference1(TestDictionaryBean reference1)
getReference2
public TestDictionaryBean getReference2()
setReference2
public void setReference2(TestDictionaryBean reference2)
getListReference1
public List<TestDictionaryBean> getListReference1()
setListReference1
public void setListReference1(List<TestDictionaryBean> listReference1)
getListReference2
public List<TestDictionaryBean> getListReference2()
setListReference2
public void setListReference2(List<TestDictionaryBean> listReference2)
getMapReference1
public Map<String,TestDictionaryBean> getMapReference1()
setMapReference1
public void setMapReference1(Map<String,TestDictionaryBean> mapReference1)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.