org.apache.commons.beanutils.locale
protected static class LocaleBeanUtils.Descriptor extends Object
Deprecated: moved into LocaleBeanUtils
Constructor Summary | |
---|---|
Descriptor(Object target, String name, String propName, String key, int index)
Construct a descriptor instance for the target bean and property.
|
Method Summary | |
---|---|
int | getIndex()
Return indexed property index.
|
String | getKey()
Return the mapped property key.
|
String | getName()
Return property name (includes indexed/mapped expr).
|
String | getPropName()
Return the property name.
|
Object | getTarget()
Return the target bean.
|
void | setIndex(int index)
Set the indexed property index.
|
void | setKey(String key)
Set the mapped property key.
|
void | setName(String name)
Set the property name (includes indexed/mapped expr).
|
void | setPropName(String propName)
Set the property name.
|
void | setTarget(Object target)
Set the target bean.
|
Parameters: target The target bean name The property name (includes indexed/mapped expr) propName The property name key The mapped property key (if any) index The indexed property index (if any)
Returns: indexed property index (if any)
Returns: the mapped property key (if any)
Returns: The property name (includes indexed/mapped expr)
Returns: The property name
Returns: The descriptors target bean
Parameters: index The indexed property index (if any)
Parameters: key The mapped property key (if any)
Parameters: name The property name (includes indexed/mapped expr)
Parameters: propName The property name
Parameters: target The target bean