public class ParentedNode extends Object implements Serializable
| Constructor and Description |
|---|
ParentedNode() |
ParentedNode(String childName,
ChildType childType,
UnparentedNode child) |
| Modifier and Type | Method and Description |
|---|---|
UnparentedNode |
getChild() |
String |
getChildName() |
ChildType |
getChildType() |
void |
setChild(UnparentedNode child)
This is used when there are bean cycles.
|
String |
toString() |
public ParentedNode()
public ParentedNode(String childName, ChildType childType, UnparentedNode child)
public String getChildName()
public UnparentedNode getChild()
public ChildType getChildType()
public void setChild(UnparentedNode child)
child - A non-placeholder childCopyright © 2009-2015 Oracle Corporation. All Rights Reserved.