public class Indicator
extends java.lang.Object
Constructor and Description |
---|
Indicator() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
java.lang.String |
getLink() |
java.lang.String |
getLinkLabel() |
double |
getTargetValue() |
java.lang.String |
getUnit() |
double |
getValue() |
boolean |
isPercentage() |
boolean |
isRatio() |
void |
setLabel(java.lang.String label) |
void |
setLink(java.lang.String link) |
void |
setLinkLabel(java.lang.String linkLabel) |
void |
setPercentage(boolean isPercentage) |
void |
setTargetValue(double targetValue) |
void |
setUnit(java.lang.String unit) |
void |
setValue(double value) |
public double getValue()
public void setValue(double value)
value
- the value to setpublic double getTargetValue()
public void setTargetValue(double targetValue)
targetValue
- the target value to setpublic boolean isPercentage()
public void setPercentage(boolean isPercentage)
isPercentage
- the percentage to setpublic boolean isRatio()
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the label to setpublic java.lang.String getUnit()
public void setUnit(java.lang.String unit)
unit
- the unit to setpublic java.lang.String getLink()
public void setLink(java.lang.String link)
link
- the link to setpublic java.lang.String getLinkLabel()
public void setLinkLabel(java.lang.String linkLabel)
linkLabel
- the linkLabel to setCopyright © 2001-2021 Jalios SA. All Rights Reserved.