|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserWithKey
Represents user with key
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Implementations must ensure equality based on getKey(). |
java.lang.String |
getKey()
|
com.atlassian.crowd.embedded.api.User |
getUser()
|
int |
hashCode()
Implementations must produce a hashcode based on getKey(). |
| Method Detail |
|---|
com.atlassian.crowd.embedded.api.User getUser()
java.lang.String getKey()
boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - object to compare to.
true if and only if the key matches.int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||