Class TestBean

java.lang.Object
de.hybris.platform.spring.ctx.TestBean

public class TestBean extends Object
  • Constructor Details

    • TestBean

      public TestBean()
  • Method Details

    • setSimpleProperty

      public void setSimpleProperty(String simpleProperty)
      Parameters:
      simpleProperty - the simpleProperty to set
    • getSimpleProperty

      public String getSimpleProperty()
      Returns:
      the simpleProperty
    • setBeanProperty

      public void setBeanProperty(TestBean beanProperty)
      Parameters:
      beanProperty - the beanProperty to set
    • getBeanProperty

      public TestBean getBeanProperty()
      Returns:
      the beanProperty
    • getMapping

      public Map<String,TestSubBean> getMapping()
      Returns:
      the mapping
    • setMapping

      public void setMapping(Map<String,TestSubBean> mapping)
      Parameters:
      mapping - the mapping to set