public class BeanConfig<T> extends Object
Constructor and Description |
---|
BeanConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the fully qualified class name of the bean.
|
T |
getInstance()
Returns the configured instance of this bean.
|
Properties |
getProperties()
Returns bean properties.
|
void |
setClassName(String className)
Sets the fully qualified class name of the bean.
|
void |
setInstance(T instance)
Sets the configured instance of this bean.
|
void |
setProperties(Properties properties)
Sets bean properties.
|
public String getClassName()
public void setClassName(String className)
className
- the bean class namepublic Properties getProperties()
public void setProperties(Properties properties)
properties
- the new bean propertiespublic T getInstance()
public void setInstance(T instance)
instance
- the bean