public final class ApplicationUserEntity extends Object
Constructor and Description |
---|
ApplicationUserEntity(Long id,
String key,
String username) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getId() |
String |
getKey() |
String |
getUsername()
Returns the lower-case of the username (because username must act case-insensitive).
|
int |
hashCode() |
Copyright © 2002-2019 Atlassian. All Rights Reserved.