public class InitialScore extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
score |
protected String |
scorecardName |
Constructor and Description |
---|
InitialScore() |
InitialScore(String scorecardName,
double score) |
Modifier and Type | Method and Description |
---|---|
double |
getScore() |
String |
getScorecardName() |
void |
setScore(double score) |
void |
setScorecardName(String scorecardName) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.