|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
Resolver
implementation and this class
is no longer used by BeanUtils.
protected class LocaleBeanUtilsBean.Descriptor
Constructor Summary | |
---|---|
LocaleBeanUtilsBean.Descriptor(Object target,
String name,
String propName,
String key,
int index)
Deprecated. Construct a descriptor instance for the target bean and property. |
Method Summary | |
---|---|
int |
getIndex()
Deprecated. Return indexed property index. |
String |
getKey()
Deprecated. Return the mapped property key. |
String |
getName()
Deprecated. Return property name (includes indexed/mapped expr). |
String |
getPropName()
Deprecated. Return the property name. |
Object |
getTarget()
Deprecated. Return the target bean. |
void |
setIndex(int index)
Deprecated. Set the indexed property index. |
void |
setKey(String key)
Deprecated. Set the mapped property key. |
void |
setName(String name)
Deprecated. Set the property name (includes indexed/mapped expr). |
void |
setPropName(String propName)
Deprecated. Set the property name. |
void |
setTarget(Object target)
Deprecated. Set the target bean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocaleBeanUtilsBean.Descriptor(Object target, String name, String propName, String key, int index)
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 Detail |
---|
public Object getTarget()
public void setTarget(Object target)
target
- The target beanpublic String getKey()
public void setKey(String key)
key
- The mapped property key (if any)public int getIndex()
public void setIndex(int index)
index
- The indexed property index (if any)public String getName()
public void setName(String name)
name
- The property name (includes indexed/mapped expr)public String getPropName()
public void setPropName(String propName)
propName
- The property name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |