Class AxisHeader

    • Method Detail

      • getAxisType

        public String getAxisType()
        Returns the type of the axe.
        Returns:
        the type
      • setAxisType

        public void setAxisType​(String type)
        set a type for an axe
        Parameters:
        type - - the type of the axe
      • getAxisOrder

        public int getAxisOrder()
        Returns the order of the axe.
        Returns:
        the order
      • setAxisOrder

        public void setAxisOrder​(int order)
        set an order for an axe
        Parameters:
        order - - the order of the axe
      • getRootId

        public int getRootId()
        Returns the id of the axe root.
        Returns:
        the root id
      • setRootId

        public void setRootId​(int rootId)
        set a root id for an axe
        Parameters:
        rootId - - the id of the axe root
      • getCreationDate

        public String getCreationDate()
        Returns the date of creation of the axe.
        Returns:
        the creationDate
      • setCreationDate

        public void setCreationDate​(String creationDate)
        set a date of creation for an axe
        Parameters:
        creationDate - - the date of creation of the axe
      • getCreatorId

        public String getCreatorId()
        Returns the id of the axe owner.
        Returns:
        the creatorId
      • setCreatorId

        public void setCreatorId​(String creatorId)
        set the id of the axe owner.
        Parameters:
        creatorId - - the id of the axe owner.
      • getPK

        public AxisPK getPK()
      • toString

        public String toString()
        Converts the contents of the key into a readable String.
        Overrides:
        toString in class Object
        Returns:
        The string representation of this object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object