|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.gtroids.highscores.HighScore
A Highscore item (name, score)
HighScoreManager| Constructor Summary | |
HighScore()
|
|
| Method Summary | |
java.lang.String |
getPlayer()
Returns the player |
int |
getScore()
Returns the score |
void |
setPlayer(java.lang.String player)
Sets the player |
void |
setScore(int score)
Sets the score |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HighScore()
| Method Detail |
public java.lang.String getPlayer()
public void setPlayer(java.lang.String player)
player - The player to set.public int getScore()
public void setScore(int score)
score - The score to set.public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||