|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsbc.orthoxml.ScoreDefinition
public class ScoreDefinition
Represent the definition of a score. A score is defined by an identifier and a description. Scores can can assigned to groups in context of the membership to a certain group.
| Constructor Summary | |
|---|---|
ScoreDefinition(java.lang.String scoreId,
java.lang.String description)
Creates a score definition with the given identifier and description. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Returns the score description. |
java.lang.String |
getId()
Returns the score identifier. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScoreDefinition(java.lang.String scoreId,
java.lang.String description)
scoreId - the score identifierdescription - the score description| Method Detail |
|---|
public java.lang.String getId()
public java.lang.String getDescription()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||