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