|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Information about a single, completed match or game.
Method Summary | |
java.lang.String |
getLoserName()
Tells the name of the loser of the match. |
int |
getLoserScore()
Tells the score of the loser. |
java.lang.String |
getWinnerName()
Tells the name of the winner of the match. |
int |
getWinnerScore()
Tells the score of the winner. |
boolean |
isDraw()
Tells whether or not the game was a draw. |
Method Detail |
public boolean isDraw()
public java.lang.String getWinnerName()
public java.lang.String getLoserName()
public int getWinnerScore()
public int getLoserScore()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |