? LocaleBeanUtils.Descriptor
java.lang.Object
org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- ???:
- LocaleBeanUtils
????
-
?????
????????Descriptor
(Object target, String name, String propName, String key, int index) ????Construct a descriptor instance for the target bean and property. -
????
??????????int
getIndex()
????Return indexed property index.getKey()
????Return the mapped property key.getName()
????Return property name (includes indexed/mapped expr).????Return the property name.????Return the target bean.void
setIndex
(int index) ????Set the indexed property index.void
????Set the mapped property key.void
????Set the property name (includes indexed/mapped expr).void
setPropName
(String propName) ????Set the property name.void
????Set the target bean.
-
???????
-
Descriptor
????Construct a descriptor instance for the target bean and property.- ??:
target
- The target beanname
- The property name (includes indexed/mapped expr)propName
- The property namekey
- The mapped property key (if any)index
- The indexed property index (if any)
-
-
??????
-
getTarget
????Return the target bean.- ??:
- The descriptors target bean
-
setTarget
????Set the target bean.- ??:
target
- The target bean
-
getKey
????Return the mapped property key.- ??:
- the mapped property key (if any)
-
setKey
????Set the mapped property key.- ??:
key
- The mapped property key (if any)
-
getIndex
????Return indexed property index.- ??:
- indexed property index (if any)
-
setIndex
????Set the indexed property index.- ??:
index
- The indexed property index (if any)
-
getName
????Return property name (includes indexed/mapped expr).- ??:
- The property name (includes indexed/mapped expr)
-
setName
????Set the property name (includes indexed/mapped expr).- ??:
name
- The property name (includes indexed/mapped expr)
-
getPropName
????Return the property name.- ??:
- The property name
-
setPropName
????Set the property name.- ??:
propName
- The property name
-
LocaleBeanUtils