public class ValueRatings extends Object implements Serializable
| Constructor and Description |
|---|
ValueRatings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTotal() |
List<ProfileMini> |
getUsers() |
void |
setTotal(int total) |
void |
setUsers(List<ProfileMini> users) |
String |
toString() |
public int getTotal()
public void setTotal(int total)
public List<ProfileMini> getUsers()
public void setUsers(List<ProfileMini> users)
Copyright © 2014. All Rights Reserved.