public class CategoryValueBean extends ChartValueDto implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
label
The label of the category chart value.
|
protected String |
value
The value of the category chart value.
|
ENCODING, EQUAL, name_, SEPARATOR| Constructor and Description |
|---|
CategoryValueBean() |
CategoryValueBean(String pName,
String pLabel,
double pValue) |
CategoryValueBean(String pName,
String pLabel,
int pValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncodedValue() |
String |
getLabel() |
String |
getValue() |
getEncodedName, getName, setNameprotected String label
protected String value
public String getEncodedValue() throws UnsupportedEncodingException
getEncodedValue in class ChartValueDtoUnsupportedEncodingExceptionpublic String getLabel()
public String getValue()
Copyright © 2014–2015 eaudefrance. All rights reserved.