Class EntryPointTreeEntity

    • Constructor Detail

      • EntryPointTreeEntity

        public EntryPointTreeEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getOrder

        public Integer getOrder()
        Gets value for attribute order
      • setOrder

        public void setOrder​(Integer order)
        Sets value for attribute order
      • getParent

        public EntryPointEntity getParent()
        Gets value for attribute parent
      • setParent

        public void setParent​(EntryPointEntity parent)
        Sets value for attribute parent
      • setChild

        public void setChild​(EntryPointEntity child)
        Sets value for attribute child
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an EntryPointTreeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object