public class NestedReference
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
NestedReference()
Empty constructor.
|
NestedReference(java.lang.String name,
java.lang.String property)
Constructor takes the all the relevant details to init the object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBeanName()
Getter for the bean name
|
java.lang.String |
getNestedProperty()
Getter for the nested property
|
void |
setBeanName(java.lang.String newName)
Setter for the bean name
|
void |
setNestedProperty(java.lang.String newProperty)
Setter for the nested property
|
public NestedReference()
public NestedReference(java.lang.String name, java.lang.String property)
name
- String name of the bean that the include is to
referenceproperty
- String nested property value that the include will be
continuing on with.public java.lang.String getBeanName()
public void setBeanName(java.lang.String newName)
newName
- String value to set the bean reference.public java.lang.String getNestedProperty()
public void setNestedProperty(java.lang.String newProperty)
newProperty
- String value of the new current nesting levelCopyright © 2000–2019 Apache Software Foundation. All rights reserved.