Class UserAccountEntity

    • Constructor Detail

      • UserAccountEntity

        public UserAccountEntity()
    • Method Detail

      • getUser

        public UserEntity getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(UserEntity user)
        Sets value for attribute user
      • getAccount

        public AccountEntity getAccount()
        Gets value for attribute account
      • setAccount

        public void setAccount​(AccountEntity account)
        Sets value for attribute account
      • getId

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

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

        public Date getUntilDate()
        Gets value for attribute untilDate
      • setUntilDate

        public void setUntilDate​(Date untilDate)
        Sets value for attribute untilDate
      • getWorkflowId

        public Long getWorkflowId()
        Gets value for attribute workflowId
      • setWorkflowId

        public void setWorkflowId​(Long workflowId)
        Sets value for attribute workflowId
      • getApproved

        public Boolean getApproved()
        Gets value for attribute approved
      • setApproved

        public void setApproved​(Boolean approved)
        Sets value for attribute approved
      • customCache

        public abstract void customCache()
        Operation customCache
      • equals

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