|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
LocaleBeanUtils
protected static class LocaleBeanUtils.Descriptor
Constructor Summary | |
---|---|
LocaleBeanUtils.Descriptor(java.lang.Object target,
java.lang.String name,
java.lang.String propName,
java.lang.String key,
int index)
Deprecated. Construct a descriptor instance for the target bean and property. |
Method Summary | |
---|---|
int |
getIndex()
Deprecated. Return indexed property index. |
java.lang.String |
getKey()
Deprecated. Return the mapped property key. |
java.lang.String |
getName()
Deprecated. Return property name (includes indexed/mapped expr). |
java.lang.String |
getPropName()
Deprecated. Return the property name. |
java.lang.Object |
getTarget()
Deprecated. Return the target bean. |
void |
setIndex(int index)
Deprecated. Set the indexed property index. |
void |
setKey(java.lang.String key)
Deprecated. Set the mapped property key. |
void |
setName(java.lang.String name)
Deprecated. Set the property name (includes indexed/mapped expr). |
void |
setPropName(java.lang.String propName)
Deprecated. Set the property name. |
void |
setTarget(java.lang.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 LocaleBeanUtils.Descriptor(java.lang.Object target, java.lang.String name, java.lang.String propName, java.lang.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 java.lang.Object getTarget()
public void setTarget(java.lang.Object target)
target
- The target beanpublic java.lang.String getKey()
public void setKey(java.lang.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 java.lang.String getName()
public void setName(java.lang.String name)
name
- The property name (includes indexed/mapped expr)public java.lang.String getPropName()
public void setPropName(java.lang.String propName)
propName
- The property name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |