public abstract class Value extends Object implements Comparable, Serializable
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object value) |
abstract String |
getLabel()
get the formatedValue.
|
abstract double |
getValue()
get the double value.
|
abstract void |
setLabel(String newLabel)
set the new label.
|
abstract void |
setValue(double value)
set the double value.
|
String |
toString() |
public abstract double getValue()
public abstract String getLabel()
public abstract void setValue(double value)
value - the new double valuepublic abstract void setLabel(String newLabel)
newLabel - the new labelpublic int compareTo(Object value)
compareTo in interface ComparableCopyright © 2005–2019 Appendium - Portfolio Financing Platform. All rights reserved.