Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
BeanPropertyTarget(java.lang.Object object,
BeanPropertyDescriptor pd)
This constructor is used for a normal property.
|
BeanPropertyTarget(java.lang.Object object,
BeanPropertyDescriptor pd,
int i)
This constructor is used for an indexed property.
|
Modifier and Type | Method and Description |
---|---|
void |
set(java.lang.Object value)
set the bean property with specified value
|
public BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd)
object
- is the bean classpd
- is the propertypublic BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd, int i)
object
- is the bean classpd
- is the propertyi
- is the indexCopyright © 2005 Apache Web Services Project. All Rights Reserved.