org.oddjob.arooa.reflect
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanViewBean
public BeanViewBean()
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.