|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--audiojury.domain.Score
Contains the score of a Judgement.
| Constructor Summary | |
Score()
Creates a new Score object. |
|
| Method Summary | |
java.lang.String |
getLabel()
Gets the label of the score. |
int |
getValue()
Gets the numerical value of the score. |
void |
setLabel(java.lang.String slabel)
Sets the label for the score. |
void |
setValue(int svalue)
Sets the numerical value of the score. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Score()
| Method Detail |
public java.lang.String getLabel()
score.
String with the label of the score.public void setLabel(java.lang.String slabel)
score.
slabel - String with the new label for the score.public int getValue()
score.
integer representing the value given to the score object.public void setValue(int svalue)
score.
svalue - integer with the value you want to give the score object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||