public class MapItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GEO |
static String |
HSPEC_ID |
static String |
SCIENTIFIC_NAME |
static String |
SPECIES_ID |
static String |
STATIC_IMAGE |
| Constructor and Description |
|---|
MapItem(int hspecId,
String speciesId,
String scientificName,
String staticImageUri,
String geoId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGeoId() |
int |
getHspecId() |
int |
getId() |
String |
getScientificName() |
String |
getSpeciesId() |
String |
getStaticImageUri() |
int |
hashCode() |
void |
setGeoId(String geoId) |
void |
setHspecId(int hspecId) |
void |
setId(int id) |
void |
setScientificName(String scientificName) |
void |
setSpeciesId(String speciesId) |
void |
setStaticImageUri(String staticImageUri) |
String |
toString() |
public static final String HSPEC_ID
public static final String SPECIES_ID
public static final String SCIENTIFIC_NAME
public static final String STATIC_IMAGE
public static final String GEO
public int getId()
public void setId(int id)
id - the id to setpublic int getHspecId()
public void setHspecId(int hspecId)
hspecId - the hspecId to setpublic String getSpeciesId()
public void setSpeciesId(String speciesId)
speciesId - the speciesId to setpublic String getScientificName()
public void setScientificName(String scientificName)
scientificName - the scientificName to setpublic String getStaticImageUri()
public void setStaticImageUri(String staticImageUri)
staticImageUri - the staticImageUri to setpublic String getGeoId()
public void setGeoId(String geoId)
geoId - the geoId to setCopyright © 2015. All Rights Reserved.