LocaleBeanUtils
@Deprecated
protected static class LocaleBeanUtils.Descriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
index
Deprecated.
|
private java.lang.String |
key
Deprecated.
|
private java.lang.String |
name
Deprecated.
|
private java.lang.String |
propName
Deprecated.
|
private java.lang.Object |
target
Deprecated.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
private int index
private java.lang.String name
private java.lang.String propName
private java.lang.String key
private java.lang.Object target
public 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)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 nameCopyright (c) 2000-2008 - Apache Software Foundation