@ExportedBean(defaultVisibility=999) public class Score extends Object implements Comparable<Score>
Constructor and Description |
---|
Score(String rulesetName,
String ruleName,
double points,
String pointDescription) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Score o) |
String |
getDescription() |
String |
getRuleName() |
String |
getRulesetName() |
double |
getValue() |
@Exported public String getDescription()
@Exported public String getRulesetName()
@Exported public String getRuleName()
@Exported public double getValue()
public int compareTo(Score o)
compareTo
in interface Comparable<Score>
Copyright © 2004-2015. All Rights Reserved.