Class AxisHeaderPersistence

    • Constructor Detail

      • AxisHeaderPersistence

        public AxisHeaderPersistence()
      • AxisHeaderPersistence

        public AxisHeaderPersistence​(AxisHeader axis)
    • Method Detail

      • getName

        public String getName()
        Returns the name of the axe.
        Returns:
        the name
      • setName

        public void setName​(String name)
        set a name for an axe
        Parameters:
        name - - the name of the axe
      • 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.
      • getDescription

        public String getDescription()
        Returns the description of the axe.
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        set a description for an axe
        Parameters:
        description - - the description of the axe
      • getLang

        public String getLang()
      • setLang

        public void setLang​(String lang)
      • 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