Class TestBean


  • public class TestBean
    extends java.lang.Object
    • Constructor Detail

      • TestBean

        public TestBean()
    • Method Detail

      • setSimpleProperty

        public void setSimpleProperty​(java.lang.String simpleProperty)
        Parameters:
        simpleProperty - the simpleProperty to set
      • getSimpleProperty

        public java.lang.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 java.util.Map<java.lang.String,​TestSubBean> getMapping()
        Returns:
        the mapping
      • setMapping

        public void setMapping​(java.util.Map<java.lang.String,​TestSubBean> mapping)
        Parameters:
        mapping - the mapping to set