net.sf.dynamicreports.googlecharts.jasper.geomap
Class GeoMapData

java.lang.Object
  extended by net.sf.dynamicreports.googlecharts.jasper.geomap.GeoMapData

public class GeoMapData
extends Object

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
GeoMapData()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLabel()
           
 String getLocation()
           
 Number getValue()
           
 void setLabel(String label)
           
 void setLocation(String location)
           
 void setValue(Number value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoMapData

public GeoMapData()
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getValue

public Number getValue()

setValue

public void setValue(Number value)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

equals

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


Copyright © 2010-2013. All Rights Reserved.