public class ChildNodeInserted extends Object
| Constructor and Description |
|---|
ChildNodeInserted() |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode()
Inserted node data.
|
Integer |
getParentNodeId()
Id of the node that has changed.
|
Integer |
getPreviousNodeId()
If of the previous siblint.
|
void |
setNode(Node node)
Inserted node data.
|
void |
setParentNodeId(Integer parentNodeId)
Id of the node that has changed.
|
void |
setPreviousNodeId(Integer previousNodeId)
If of the previous siblint.
|
public Integer getParentNodeId()
public void setParentNodeId(Integer parentNodeId)
public Integer getPreviousNodeId()
public void setPreviousNodeId(Integer previousNodeId)
public Node getNode()
public void setNode(Node node)
Copyright © 2020. All rights reserved.