public class PartialScore extends Score
Constructor and Description |
---|
PartialScore() |
PartialScore(String scoreCard,
Double value,
String characteristic,
String reasonCode,
Double weight) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCharacteristic() |
String |
getReasonCode() |
Double |
getWeight() |
int |
hashCode() |
void |
setCharacteristic(String characteristic) |
void |
setReasonCode(String reasonCode) |
void |
setWeight(Double weight) |
String |
toString() |
getScoreCard, getValue, setScoreCard, setValue
public String getCharacteristic()
public void setCharacteristic(String characteristic)
public String getReasonCode()
public void setReasonCode(String reasonCode)
public Double getWeight()
public void setWeight(Double weight)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.