public class SpeciesInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SCIENTIFIC_NAME |
static String |
SPECIES_ID |
static String |
SPECIES_PIC |
Constructor and Description |
---|
SpeciesInfo(String speciesId,
String pic,
String scientificName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPic() |
String |
getScientificName() |
String |
getSpeciesId() |
int |
hashCode() |
void |
setPic(String pic) |
void |
setScientificName(String scientificName) |
void |
setSpeciesId(String speciesId) |
String |
toString() |
public static final String SPECIES_ID
public static final String SPECIES_PIC
public static final String SCIENTIFIC_NAME
public String getSpeciesId()
public void setSpeciesId(String speciesId)
speciesId
- the speciesId to setpublic String getPic()
public void setPic(String pic)
pic
- the pic to setpublic String getScientificName()
public void setScientificName(String scientificName)
scientificName
- the scientificName to setCopyright © 2015. All Rights Reserved.