Class UserProcessEntity

    • Constructor Detail

      • UserProcessEntity

        public UserProcessEntity()
    • Method Detail

      • getId

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

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

        public String getUserName()
        Gets value for attribute userName
      • setUserName

        public void setUserName​(String userName)
        Sets value for attribute userName
      • getProcessId

        public Long getProcessId()
        Gets value for attribute processId
      • setProcessId

        public void setProcessId​(Long processId)
        Sets value for attribute processId
      • getFinished

        public Boolean getFinished()
        Gets value for attribute finished
      • setFinished

        public void setFinished​(Boolean finished)
        Sets value for attribute finished
      • getNationalId

        public String getNationalId()
        Gets value for attribute nationalId
      • setNationalId

        public void setNationalId​(String nationalId)
        Sets value for attribute nationalId
      • equals

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