Package de.hybris.platform.spring.ctx
Class TestBean
java.lang.Object
de.hybris.platform.spring.ctx.TestBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBeanProperty(TestBean beanProperty) voidsetMapping(Map<String, TestSubBean> mapping) voidsetSimpleProperty(String simpleProperty)
-
Constructor Details
-
TestBean
public TestBean()
-
-
Method Details
-
setSimpleProperty
- Parameters:
simpleProperty- the simpleProperty to set
-
getSimpleProperty
- Returns:
- the simpleProperty
-
setBeanProperty
- Parameters:
beanProperty- the beanProperty to set
-
getBeanProperty
- Returns:
- the beanProperty
-
getMapping
- Returns:
- the mapping
-
setMapping
- Parameters:
mapping- the mapping to set
-