public class NestedReference extends Object implements Serializable
| Constructor and Description |
|---|
NestedReference()
Empty constructor.
|
NestedReference(String name,
String property)
Constructor takes the all the relevant details to init the object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName()
Getter for the bean name
|
String |
getNestedProperty()
Getter for the nested property
|
void |
setBeanName(String newName)
Setter for the bean name
|
void |
setNestedProperty(String newProperty)
Setter for the nested property
|
public String getBeanName()
public void setBeanName(String newName)
newName - String value to set the bean reference.public String getNestedProperty()
public void setNestedProperty(String newProperty)
newProperty - String value of the new current nesting levelCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.