public class PartialScore extends BaselineScore implements Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
position |
protected String |
reasoncode |
characteristic
score, scorecardName
Constructor and Description |
---|
PartialScore(String scorecardName,
String characteristic,
double score) |
PartialScore(String scorecardName,
String characteristic,
double score,
String reasoncode,
int position) |
Modifier and Type | Method and Description |
---|---|
int |
getPosition() |
String |
getReasoncode() |
void |
setReasoncode(String reasoncode) |
getCharacteristic, setCharacteristic
getScore, getScorecardName, setScore, setScorecardName
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.