public static class ReviewItemData.ParticipantStatus
extends java.lang.Object
| Constructor and Description |
|---|
ReviewItemData.ParticipantStatus(UserData user,
boolean completed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
UserData |
getUser() |
int |
hashCode() |
boolean |
isCompleted() |
public ReviewItemData.ParticipantStatus(UserData user, boolean completed)
public UserData getUser()
public boolean isCompleted()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object