Uses of Class
org.csveed.test.model.BeanSimple
Packages that use BeanSimple
-
Uses of BeanSimple in org.csveed.test.converters
Methods in org.csveed.test.converters that return BeanSimpleMethods in org.csveed.test.converters with parameters of type BeanSimple -
Uses of BeanSimple in org.csveed.test.model
Methods in org.csveed.test.model that return BeanSimpleModifier and TypeMethodDescriptionBeanWithConverter.getBean()Gets the bean.BeanWithNonStandardObject.getBean()Gets the bean.BeanVariousNotAnnotated.getSimple()Gets the simple.Methods in org.csveed.test.model with parameters of type BeanSimpleModifier and TypeMethodDescriptionvoidBeanWithConverter.setBean(BeanSimple bean) Sets the bean.voidBeanWithNonStandardObject.setBean(BeanSimple bean) Sets the bean.voidBeanVariousNotAnnotated.setSimple(BeanSimple simple) Sets the simple.