public class GameHighScore extends Object
| Constructor and Description |
|---|
GameHighScore() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPosition() |
Integer |
getScore() |
User |
getUser() |
void |
setPosition(Integer position) |
void |
setScore(Integer score) |
void |
setUser(User user) |
String |
toString() |
Apache Camel