org.oddjob.arooa.reflect
Class BeanViewBean

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.oddjob.arooa.types.ValueFactory
ValueFactory.Conversions
 
Constructor Summary
BeanViewBean()
           
 
Method Summary
 String getProperties()
           
 String getTitles()
           
 void setProperties(String properties)
           
 void setTitles(String titles)
           
 BeanView toValue()
          Provide an instance of the type this is a factory for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanViewBean

public BeanViewBean()
Method Detail

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.