Class CoordinatePoint

    • Constructor Detail

      • CoordinatePoint

        public CoordinatePoint()
        Empty Constructor needed for JAXB mapping
      • CoordinatePoint

        public CoordinatePoint​(int coordinateId,
                               int nodeId,
                               boolean leaf)
        Constructor declaration
        Parameters:
        coordinateId -
        nodeId -
        leaf -
      • CoordinatePoint

        public CoordinatePoint​(int coordinateId,
                               int nodeId,
                               boolean leaf,
                               int level)
        Constructor declaration
        Parameters:
        coordinateId -
        nodeId -
        leaf -
        level -
      • CoordinatePoint

        public CoordinatePoint​(int coordinateId,
                               int nodeId,
                               boolean leaf,
                               int level,
                               int displayOrder)
        Constructor declaration
        Parameters:
        coordinateId -
        nodeId -
        leaf -
        level -
        displayOrder -
    • Method Detail

      • getCoordinateId

        public int getCoordinateId()
        Method declaration
        Returns:
      • getNodeId

        public int getNodeId()
        Method declaration
        Returns:
      • isLeaf

        public boolean isLeaf()
        Method declaration
        Returns:
      • getName

        public String getName()
        Method declaration
        Returns:
      • getLevel

        public int getLevel()
        Method declaration
        Returns:
      • getOrder

        public int getOrder()
        Method declaration
        Returns:
      • setCoordinateId

        public void setCoordinateId​(int coordinateId)
        Method declaration
        Parameters:
        coordinateId -
      • setNodeId

        public void setNodeId​(int nodeId)
        Method declaration
        Parameters:
        nodeId -
      • setLeaf

        public void setLeaf​(boolean leaf)
        Method declaration
        Parameters:
        leaf -
      • setName

        public void setName​(String name)
        Method declaration
        Parameters:
        name -
      • setLevel

        public void setLevel​(int level)
        Method declaration
        Parameters:
        level -
      • setOrder

        public void setOrder​(int order)
        Method declaration
        Parameters:
        order -
      • toString

        public String toString()
        Method declaration
        Overrides:
        toString in class Object
        Returns:
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object