Class NodeRangeEntity


  • public class NodeRangeEntity
    extends Object
    Node Range bean including an initial fromNodeId and a final fromNodeId
    Author:
    aborroy
    • Constructor Detail

      • NodeRangeEntity

        public NodeRangeEntity()
    • Method Detail

      • getFromNodeId

        public Long getFromNodeId()
        Returns:
        the fromNodeId
      • setFromNodeId

        public void setFromNodeId​(Long fromNodeId)
        Parameters:
        fromNodeId - the fromNodeId to set
      • getToNodeId

        public Long getToNodeId()
        Returns:
        the toNodeId
      • setToNodeId

        public void setToNodeId​(Long toNodeId)
        Parameters:
        toNodeId - the toNodeId to set