Class IssueUserEntity

    • Constructor Detail

      • IssueUserEntity

        public IssueUserEntity()
    • Method Detail

      • getId

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

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

        public IssueEntity getIssue()
        Gets value for attribute issue
      • setIssue

        public void setIssue​(IssueEntity issue)
        Sets value for attribute issue
      • getUser

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

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

        public com.soffid.iam.api.EventUserAction getAction()
        Gets value for attribute action
      • setAction

        public void setAction​(com.soffid.iam.api.EventUserAction action)
        Sets value for attribute action
      • getUserName

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

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

        public String getExternalId()
        Gets value for attribute externalId
      • setExternalId

        public void setExternalId​(String externalId)
        Sets value for attribute externalId
      • equals

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