net.sf.dynamicreports.adhoc.configuration
Class AdhocChartSerie
java.lang.Object
net.sf.dynamicreports.adhoc.configuration.AdhocChartSerie
- All Implemented Interfaces:
- Serializable, Cloneable
public class AdhocChartSerie
- extends Object
- implements Cloneable, Serializable
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
AdhocChartSerie
public AdhocChartSerie()
getSeries
public String getSeries()
setSeries
public void setSeries(String series)
getXValue
public String getXValue()
setXValue
public void setXValue(String xValue)
getYValue
public String getYValue()
setYValue
public void setYValue(String yValue)
getZValue
public String getZValue()
setZValue
public void setZValue(String zValue)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getProperties
public AdhocProperties getProperties()
getProperty
public <T> T getProperty(String key)
setProperty
public void setProperty(String key,
Object value)
setProperties
public void setProperties(AdhocProperties properties)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
clone
public AdhocChartSerie clone()
- Overrides:
clone in class Object
Copyright © 2010-2013. All Rights Reserved.