Class ProcessHierarchyEntity

    • Constructor Detail

      • ProcessHierarchyEntity

        public ProcessHierarchyEntity()
    • Method Detail

      • getId

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

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

        public Long getParentProcess()
        Gets value for attribute parentProcess
      • setParentProcess

        public void setParentProcess​(Long parentProcess)
        Sets value for attribute parentProcess
      • getChildProcess

        public Long getChildProcess()
        Gets value for attribute childProcess
      • setChildProcess

        public void setChildProcess​(Long childProcess)
        Sets value for attribute childProcess
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an ProcessHierarchyEntity 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