public abstract class AbstractBeanInitializer extends org.apache.hivemind.impl.BaseLocatable implements IBeanInitializer
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_propertyName |
| Constructor and Description |
|---|
AbstractBeanInitializer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName()
Returns the name of the property this initializer
will set.
|
protected void |
setBeanProperty(java.lang.Object bean,
java.lang.Object value) |
void |
setPropertyName(java.lang.String propertyName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetBeanPropertyprotected java.lang.String _propertyName
public AbstractBeanInitializer()
public java.lang.String getPropertyName()
IBeanInitializergetPropertyName in interface IBeanInitializerpublic void setPropertyName(java.lang.String propertyName)
protected void setBeanProperty(java.lang.Object bean, java.lang.Object value)