BeanIO 2.0.4

org.beanio.internal.config
Class BeanConfig

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

public class BeanConfig
extends Object

Stores bean information. A Bean object is used to instantiate configurable components such as a type handler, record reader factory or record writer factory.

Since:
1.0
Author:
Kevin Seim

Constructor Summary
BeanConfig()
           
 
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

BeanConfig

public BeanConfig()
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 2.0.4

Copyright © 2010-2013 Kevin Seim