Class LocaleBeanUtils.Descriptor
java.lang.Object
org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Enclosing class:
LocaleBeanUtils
Deprecated.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDescriptor
(Object target, String name, String propName, String key, int index) Deprecated.Construct a descriptor instance for the target bean and property. -
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
Deprecated.Return indexed property index.getKey()
Deprecated.Return the mapped property key.getName()
Deprecated.Return property name (includes indexed/mapped expr).Deprecated.Return the property name.Deprecated.Return the target bean.void
setIndex
(int index) Deprecated.Set the indexed property index.void
Deprecated.Set the mapped property key.void
Deprecated.Set the property name (includes indexed/mapped expr).void
setPropName
(String propName) Deprecated.Set the property name.void
Deprecated.Set the target bean.
-
Field Details
-
index
private int indexDeprecated. -
name
Deprecated. -
propName
Deprecated. -
key
Deprecated. -
target
Deprecated.
-
-
Constructor Details
-
Descriptor
Deprecated.Construct a descriptor instance for the target bean and property.- Parameters:
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)
-
-
Method Details
-
getTarget
Deprecated.Return the target bean.- Returns:
- The descriptors target bean
-
setTarget
Deprecated.Set the target bean.- Parameters:
target
- The target bean
-
getKey
Deprecated.Return the mapped property key.- Returns:
- the mapped property key (if any)
-
setKey
Deprecated.Set the mapped property key.- Parameters:
key
- The mapped property key (if any)
-
getIndex
public int getIndex()Deprecated.Return indexed property index.- Returns:
- indexed property index (if any)
-
setIndex
public void setIndex(int index) Deprecated.Set the indexed property index.- Parameters:
index
- The indexed property index (if any)
-
getName
Deprecated.Return property name (includes indexed/mapped expr).- Returns:
- The property name (includes indexed/mapped expr)
-
setName
Deprecated.Set the property name (includes indexed/mapped expr).- Parameters:
name
- The property name (includes indexed/mapped expr)
-
getPropName
Deprecated.Return the property name.- Returns:
- The property name
-
setPropName
Deprecated.Set the property name.- Parameters:
propName
- The property name
-
LocaleBeanUtils