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