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 TypeMethodDescriptionvoid
BeanWithConverter.setBean
(BeanSimple bean) Sets the bean.void
BeanWithNonStandardObject.setBean
(BeanSimple bean) Sets the bean.void
BeanVariousNotAnnotated.setSimple
(BeanSimple simple) Sets the simple.