public NodeImpl(Long parentNodeId, String nodeName, int nodeType, String fullPath)(Code)
Node constructor given:
Parent node id,
Property set definition id: Long so that we can pass null value if
the node does not have any properties associated to it,
Node name,
Node type,
Full path.
Parameters: parentNodeId - The parent node id. Parameters: nodeName - The node name. Parameters: nodeType - The node type. Parameters: fullPath - The full path.