Class ApplicationUserEntity

java.lang.Object
com.atlassian.jira.user.ApplicationUserEntity

public final class ApplicationUserEntity extends Object
Since:
v6.0
  • Constructor Details

    • ApplicationUserEntity

      public ApplicationUserEntity(Long id, String key, String username)
  • Method Details

    • getId

      public Long getId()
    • getKey

      public String getKey()
    • getUsername

      public String getUsername()
      Returns the lower-case of the username (because username must act case-insensitive).
      Returns:
      the lower-case of the username (because username must act case-insensitive).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object