public class GeoMapData
extends java.lang.Object
GeoMapData class.
| Constructor and Description |
|---|
GeoMapData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLabel()
Getter for the field
label. |
java.lang.String |
getLocation()
Getter for the field
location. |
java.lang.Number |
getValue()
Getter for the field
value. |
int |
hashCode() |
void |
setLabel(java.lang.String label)
Setter for the field
label. |
void |
setLocation(java.lang.String location)
Setter for the field
location. |
void |
setValue(java.lang.Number value)
Setter for the field
value. |
public java.lang.String getLocation()
Getter for the field location.
String object.public void setLocation(java.lang.String location)
Setter for the field location.
location - a String object.public java.lang.Number getValue()
Getter for the field value.
Number object.public void setValue(java.lang.Number value)
Setter for the field value.
value - a Number object.public java.lang.String getLabel()
Getter for the field label.
String object.public void setLabel(java.lang.String label)
Setter for the field label.
label - a String object.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2010-2021. All Rights Reserved.