org.kuali.rice.krad.test
Class TestDictionaryBean

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
          extended by 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)

Constructor Summary
TestDictionaryBean()
           
 
Method Summary
 List<String> getList1()
           
 List<TestDictionaryBean> getListReference1()
           
 List<TestDictionaryBean> getListReference2()
           
 Map<String,String> getMap1()
           
 Map<String,TestDictionaryBean> getMapReference1()
           
 String getProperty1()
           
 String getProperty2()
           
 int getProperty4()
           
 TestDictionaryBean getReference1()
           
 TestDictionaryBean getReference2()
           
 boolean isProperty3()
           
 void setList1(List<String> list1)
           
 void setListReference1(List<TestDictionaryBean> listReference1)
           
 void setListReference2(List<TestDictionaryBean> listReference2)
           
 void setMap1(Map<String,String> map1)
           
 void setMapReference1(Map<String,TestDictionaryBean> mapReference1)
           
 void setProperty1(String property1)
           
 void setProperty2(String property2)
           
 void setProperty3(boolean property3)
           
 void setProperty4(int property4)
           
 void setReference1(TestDictionaryBean reference1)
           
 void setReference2(TestDictionaryBean reference2)
           
 
Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
copyProperties, getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
copy, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
getComponentCode, getNamespaceCode
 

Constructor Detail

TestDictionaryBean

public TestDictionaryBean()
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.