org.apache.commons.beanutils.locale
protected static class LocaleBeanUtils.Descriptor extends Object
Deprecated: moved into LocaleBeanUtils
| Field Summary | |
|---|---|
| int | index |
| String | key |
| String | name |
| String | propName |
| Object | target |
| Constructor Summary | |
|---|---|
| Descriptor(Object target, String name, String propName, String key, int index) | |
| Method Summary | |
|---|---|
| int | getIndex() |
| String | getKey() |
| String | getName() |
| String | getPropName() |
| Object | getTarget() |
| void | setIndex(int index) |
| void | setKey(String key) |
| void | setName(String name) |
| void | setPropName(String propName) |
| void | setTarget(Object target) |