public class TestBean extends Object
| Constructor and Description |
|---|
TestBean() |
| Modifier and Type | Method and Description |
|---|---|
TestBean |
getBeanProperty() |
Map<String,TestSubBean> |
getMapping() |
String |
getSimpleProperty() |
void |
setBeanProperty(TestBean beanProperty) |
void |
setMapping(Map<String,TestSubBean> mapping) |
void |
setSimpleProperty(String simpleProperty) |
public void setSimpleProperty(String simpleProperty)
simpleProperty - the simpleProperty to setpublic String getSimpleProperty()
public void setBeanProperty(TestBean beanProperty)
beanProperty - the beanProperty to setpublic TestBean getBeanProperty()
public Map<String,TestSubBean> getMapping()
public void setMapping(Map<String,TestSubBean> mapping)
mapping - the mapping to setCopyright © 2017 SAP SE. All Rights Reserved.