net.sf.dynamicreports.adhoc.configuration
Class AdhocChartSerie

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.configuration.AdhocChartSerie
All Implemented Interfaces:
Serializable, Cloneable

public class AdhocChartSerie
extends Object
implements Cloneable, Serializable

Author:
Ricardo Mariaca (dynamicreports@gmail.com)
See Also:
Serialized Form

Constructor Summary
AdhocChartSerie()
           
 
Method Summary
 AdhocChartSerie clone()
           
 boolean equals(Object obj)
           
 String getLabel()
           
 String getSeries()
           
 String getXValue()
           
 String getYValue()
           
 String getZValue()
           
 void setLabel(String label)
           
 void setSeries(String series)
           
 void setXValue(String xValue)
           
 void setYValue(String yValue)
           
 void setZValue(String zValue)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocChartSerie

public AdhocChartSerie()
Method Detail

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)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

clone

public AdhocChartSerie clone()
Overrides:
clone in class Object


Copyright © 2010-2012. All Rights Reserved.