railo.runtime.tag
Class ChartDataBean

java.lang.Object
  extended by railo.runtime.tag.ChartDataBean
All Implemented Interfaces:
Serializable, Comparable

public class ChartDataBean
extends Object
implements Serializable, Comparable

See Also:
Serialized Form

Constructor Summary
ChartDataBean()
           
 
Method Summary
 int compareTo(Object o)
           
 Object getItem()
           
 String getItemAsString()
           
 double getValue()
           
 void setItem(PageContext pc, Object obj)
           
 void setItem(String str)
           
 void setValue(double value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartDataBean

public ChartDataBean()
Method Detail

getItem

public Object getItem()
Returns:
the item

getItemAsString

public String getItemAsString()

setItem

public void setItem(PageContext pc,
                    Object obj)
             throws PageException
Parameters:
item - the item to set
Throws:
PageException

setItem

public void setItem(String str)

getValue

public double getValue()
Returns:
the value

setValue

public void setValue(double value)
Parameters:
value - the value to set

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2012 Railo