public class TestDictionaryBean extends UifDictionaryBeanBase
componentCode, namespaceCode
Constructor and Description |
---|
TestDictionaryBean() |
Modifier and Type | Method and Description |
---|---|
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) |
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
public TestDictionaryBean()
public String getProperty1()
public void setProperty1(String property1)
public String getProperty2()
public void setProperty2(String property2)
public boolean isProperty3()
public void setProperty3(boolean property3)
public int getProperty4()
public void setProperty4(int property4)
public TestDictionaryBean getReference1()
public void setReference1(TestDictionaryBean reference1)
public TestDictionaryBean getReference2()
public void setReference2(TestDictionaryBean reference2)
public List<TestDictionaryBean> getListReference1()
public void setListReference1(List<TestDictionaryBean> listReference1)
public List<TestDictionaryBean> getListReference2()
public void setListReference2(List<TestDictionaryBean> listReference2)
public Map<String,TestDictionaryBean> getMapReference1()
public void setMapReference1(Map<String,TestDictionaryBean> mapReference1)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.