public class UserStatImpl extends Object implements UserStat, Serializable
| Constructor and Description |
|---|
UserStatImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UserStat other) |
boolean |
equals(Object o) |
long |
getCount() |
Date |
getDate() |
long |
getId() |
String |
getUserId() |
int |
hashCode() |
void |
setCount(long count) |
void |
setDate(Date date) |
void |
setId(long id) |
void |
setUserId(String userId) |
String |
toString() |
public int compareTo(UserStat other)
compareTo in interface Comparable<UserStat>Copyright © 2006–2018 Universidade Fernando Pessoa. All rights reserved.