LocaleBeanUtils
@Deprecated protected static class LocaleBeanUtils.Descriptor extends Object
Constructor and Description |
---|
Descriptor(Object target,
String name,
String propName,
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.
|
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.
|
public 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)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 nameCopyright © 2000–2016 The Apache Software Foundation. All rights reserved.