Class BeanViewBean

java.lang.Object
org.oddjob.arooa.reflect.BeanViewBean
All Implemented Interfaces:
ArooaValue, ValueFactory<BeanView>

public class BeanViewBean extends Object implements ValueFactory<BeanView>
<beanView> properties="variety, colour, taste" titles="Variety, The Colour", "The Taste"/>
Author:
rob
  • Constructor Details

    • BeanViewBean

      public BeanViewBean()
  • Method Details

    • getProperties

      public String getProperties()
    • setProperties

      public void setProperties(String properties)
    • getTitles

      public String getTitles()
    • setTitles

      public void setTitles(String titles)
    • toValue

      public BeanView toValue()
      Description copied from interface: ValueFactory
      Provide an instance of the type this is a factory for.
      Specified by:
      toValue in interface ValueFactory<BeanView>
      Returns:
      An instance of the type. May be null.