public class AquamapsRecord extends BaseRecord
Modifier and Type | Class and Description |
---|---|
static class |
AquamapsRecord.AquamapsSubType |
date
Constructor and Description |
---|
AquamapsRecord() |
Modifier and Type | Method and Description |
---|---|
AquamapsRecord.AquamapsSubType |
getAquamapsSubtype() |
String |
getHspecId() |
String |
getObjectID() |
long |
getSpeciesCount() |
String |
getTitle() |
String |
getType() |
boolean |
isGis() |
void |
setAquamapsSubtype(AquamapsRecord.AquamapsSubType aquamapsSubtype) |
void |
setGis(boolean gis) |
void |
setHspecId(String hspecId) |
void |
setObjectID(String objectID) |
void |
setSpeciesCount(long speciesCount) |
void |
setTitle(String title) |
void |
setType(String type) |
getDate, setDate
public String getObjectID()
public void setObjectID(String objectID)
public AquamapsRecord.AquamapsSubType getAquamapsSubtype()
public void setAquamapsSubtype(AquamapsRecord.AquamapsSubType aquamapsSubtype)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
public long getSpeciesCount()
public void setSpeciesCount(long speciesCount)
public boolean isGis()
public void setGis(boolean gis)
public String getHspecId()
public void setHspecId(String hspecId)
Copyright © 2014. All Rights Reserved.