BeanIO 1.2.3

org.beanio.config
Class Bean

java.lang.Object
  extended by org.beanio.config.Bean
Direct Known Subclasses:
TypeHandlerConfig

public class Bean
extends Object

Stores bean information. A Bean object is generically used to instantiate configurable components.

Since:
1.0
Author:
Kevin Seim

Constructor Summary
Bean()
           
 
Method Summary
 String getClassName()
          Returns the fully qualified class name of the bean.
 Properties getProperties()
          Returns bean properties.
 void setClassName(String className)
          Sets the fully qualified class name of the bean.
 void setProperties(Properties properties)
          Sets bean properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bean

public Bean()
Method Detail

getClassName

public String getClassName()
Returns the fully qualified class name of the bean.

Returns:
the bean class name

setClassName

public void setClassName(String className)
Sets the fully qualified class name of the bean.

Parameters:
className - the bean class name

getProperties

public Properties getProperties()
Returns bean properties.

Returns:
the bean properties

setProperties

public void setProperties(Properties properties)
Sets bean properties.

Parameters:
properties - the new bean properties

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim