public class SetChildNodes extends Object
| Constructor and Description |
|---|
SetChildNodes() |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
getNodes()
Child nodes array.
|
Integer |
getParentId()
Parent node id to populate with children.
|
void |
setNodes(List<Node> nodes)
Child nodes array.
|
void |
setParentId(Integer parentId)
Parent node id to populate with children.
|
Copyright © 2020. All rights reserved.