|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.beanio.config.Bean
public class Bean
Stores bean information. A Bean object is generically used to instantiate configurable components.
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 |
---|
public Bean()
Method Detail |
---|
public String getClassName()
public void setClassName(String className)
className
- the bean class namepublic Properties getProperties()
public void setProperties(Properties properties)
properties
- the new bean properties
|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |