Class WoolNodePointer

    • Field Detail

      • nodeId

        protected String nodeId
    • Constructor Detail

      • WoolNodePointer

        public WoolNodePointer​(String nodeId)
        Creates an instance of a WoolNodePointer with given nodeId.
        Parameters:
        nodeId - the unique identifier of the WoolNode that this NodePointer refers to.
    • Method Detail

      • getNodeId

        public String getNodeId()
        Returns the identifier of the WoolNode that this pointer refers to.
        Returns:
        the identifier of the WoolNode that this pointer refers to.
      • setNodeId

        public void setNodeId​(String nodeId)
        Sets the identifier of the WoolNode that this pointer refers to.
        Parameters:
        nodeId - the identifier of the WoolNode that this pointer refers to.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object