org.gcube.portlets.user.occurrencemanagement.shared
Class Occurrence
java.lang.Object
org.gcube.portlets.user.occurrencemanagement.shared.Occurrence
- All Implemented Interfaces:
- Serializable, FetchingElement
public class Occurrence
- extends Object
- implements Serializable, FetchingElement
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
- See Also:
- Serialized Form
id
protected int id
institutionCode
protected String institutionCode
collectionCode
protected String collectionCode
catalogueNumber
protected String catalogueNumber
recordedBy
protected String recordedBy
eventDate
protected String eventDate
modified
protected String modified
scientificName
protected String scientificName
kingdom
protected String kingdom
family
protected String family
locality
protected String locality
country
protected String country
citation
protected String citation
decimalLatitude
protected String decimalLatitude
decimalLongitude
protected String decimalLongitude
coordinateUncertaintyInMeters
protected String coordinateUncertaintyInMeters
maxDepth
protected String maxDepth
minDepth
protected String minDepth
basisOfRecord
protected String basisOfRecord
serviceIdField
protected String serviceIdField
dataProvider
protected String dataProvider
dataSet
protected String dataSet
dataSource
protected String dataSource
Occurrence
public Occurrence()
getId
public int getId()
- Specified by:
getId
in interface FetchingElement
- Returns:
- the id
setId
public void setId(int id)
- Parameters:
id
- the id to set
getInstitutionCode
public String getInstitutionCode()
- Returns:
- the institutionCode
setInstitutionCode
public void setInstitutionCode(String institutionCode)
- Parameters:
institutionCode
- the institutionCode to set
getCollectionCode
public String getCollectionCode()
- Returns:
- the collectionCode
setCollectionCode
public void setCollectionCode(String collectionCode)
- Parameters:
collectionCode
- the collectionCode to set
getCatalogueNumber
public String getCatalogueNumber()
- Returns:
- the catalogueNumber
setCatalogueNumber
public void setCatalogueNumber(String catalogueNumber)
- Parameters:
catalogueNumber
- the catalogueNumber to set
getRecordedBy
public String getRecordedBy()
- Returns:
- the recordedBy
setRecordedBy
public void setRecordedBy(String recordedBy)
- Parameters:
recordedBy
- the recordedBy to set
getEventDate
public String getEventDate()
- Returns:
- the eventDate
setEventDate
public void setEventDate(String eventDate)
- Parameters:
eventDate
- the eventDate to set
getModified
public String getModified()
- Returns:
- the modified
setModified
public void setModified(String modified)
- Parameters:
modified
- the modified to set
getScientificName
public String getScientificName()
- Returns:
- the scientificName
setScientificName
public void setScientificName(String scientificName)
- Parameters:
scientificName
- the scientificName to set
getKingdom
public String getKingdom()
- Returns:
- the kingdom
setKingdom
public void setKingdom(String kingdom)
- Parameters:
kingdom
- the kingdom to set
getFamily
public String getFamily()
- Returns:
- the family
setFamily
public void setFamily(String family)
- Parameters:
family
- the family to set
getLocality
public String getLocality()
- Returns:
- the locality
setLocality
public void setLocality(String locality)
- Parameters:
locality
- the locality to set
getCountry
public String getCountry()
- Returns:
- the country
setCountry
public void setCountry(String country)
- Parameters:
country
- the country to set
getCitation
public String getCitation()
- Returns:
- the citation
setCitation
public void setCitation(String citation)
- Parameters:
citation
- the citation to set
getDecimalLatitude
public String getDecimalLatitude()
- Returns:
- the decimalLatitude
setDecimalLatitude
public void setDecimalLatitude(String decimalLatitude)
- Parameters:
decimalLatitude
- the decimalLatitude to set
getDecimalLongitude
public String getDecimalLongitude()
- Returns:
- the decimalLongitude
setDecimalLongitude
public void setDecimalLongitude(String decimalLongitude)
- Parameters:
decimalLongitude
- the decimalLongitude to set
getCoordinateUncertaintyInMeters
public String getCoordinateUncertaintyInMeters()
- Returns:
- the coordinateUncertaintyInMeters
setCoordinateUncertaintyInMeters
public void setCoordinateUncertaintyInMeters(String coordinateUncertaintyInMeters)
- Parameters:
coordinateUncertaintyInMeters
- the coordinateUncertaintyInMeters to set
getMaxDepth
public String getMaxDepth()
- Returns:
- the maxDepth
setMaxDepth
public void setMaxDepth(String maxDepth)
- Parameters:
maxDepth
- the maxDepth to set
getMinDepth
public String getMinDepth()
- Returns:
- the minDepth
setMinDepth
public void setMinDepth(String minDepth)
- Parameters:
minDepth
- the minDepth to set
getBasisOfRecord
public String getBasisOfRecord()
- Returns:
- the basisOfRecord
setBasisOfRecord
public void setBasisOfRecord(String basisOfRecord)
- Parameters:
basisOfRecord
- the basisOfRecord to set
getServiceId
public String getServiceId()
setServiceId
public void setServiceId(String serviceIdField)
setDataProvider
public void setDataProvider(String dataProvider)
getDataSet
public String getDataSet()
setDataSet
public void setDataSet(String dataSet)
getDataSource
public String getDataSource()
setDataSource
public void setDataSource(String dataSource)
getDataProvider
public String getDataProvider()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.