org.gcube.portlets.user.speciesdiscovery.shared
Class Occurrence
java.lang.Object
org.gcube.portlets.user.speciesdiscovery.shared.Occurrence
- All Implemented Interfaces:
- Serializable, FetchingElement
@Entity
public class Occurrence
- extends Object
- implements Serializable, FetchingElement
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
- See Also:
- Serialized Form
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
ID_FIELD
public static final String ID_FIELD
- See Also:
- Constant Field Values
INSTITUTE_CODE
public static final String INSTITUTE_CODE
- See Also:
- Constant Field Values
COLLECTION_CODE
public static final String COLLECTION_CODE
- See Also:
- Constant Field Values
CATALOGUE_NUMBER
public static final String CATALOGUE_NUMBER
- See Also:
- Constant Field Values
RECORD_BY
public static final String RECORD_BY
- See Also:
- Constant Field Values
EVENT_DATE
public static final String EVENT_DATE
- See Also:
- Constant Field Values
MODIFIED
public static final String MODIFIED
- See Also:
- Constant Field Values
SCIENTIFICNAME
public static final String SCIENTIFICNAME
- See Also:
- Constant Field Values
KINGDOM
public static final String KINGDOM
- See Also:
- Constant Field Values
FAMILY
public static final String FAMILY
- See Also:
- Constant Field Values
LOCALITY
public static final String LOCALITY
- See Also:
- Constant Field Values
COUNTRY
public static final String COUNTRY
- See Also:
- Constant Field Values
CITATION
public static final String CITATION
- See Also:
- Constant Field Values
DECIMAL_LATITUDE
public static final String DECIMAL_LATITUDE
- See Also:
- Constant Field Values
DECIMAL_LONGITUDE
public static final String DECIMAL_LONGITUDE
- See Also:
- Constant Field Values
BASIS_OF_RECORD
public static final String BASIS_OF_RECORD
- See Also:
- Constant Field Values
COORDINATE_INMETERS
public static final String COORDINATE_INMETERS
- See Also:
- Constant Field Values
MAX_DEPTH
public static final String MAX_DEPTH
- See Also:
- Constant Field Values
MIN_DEPTH
public static final String MIN_DEPTH
- See Also:
- Constant Field Values
DATAPROVIDER
public static final String DATAPROVIDER
- See Also:
- Constant Field Values
DATASET
public static final String DATASET
- See Also:
- Constant Field Values
DATASOURCE
public static final String DATASOURCE
- See Also:
- Constant Field Values
SERVICE_ID_FIELD
public static final String SERVICE_ID_FIELD
- See Also:
- Constant Field Values
AUTHOR
public static final String AUTHOR
- See Also:
- Constant Field Values
CREDITS
public static final String CREDITS
- See Also:
- Constant Field Values
LSID
public static final String LSID
- See Also:
- Constant Field Values
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
EXISTS_PROPERTIES
public static final String EXISTS_PROPERTIES
- See Also:
- Constant Field Values
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
dataProvider
protected String dataProvider
dataSet
protected String dataSet
dataSource
protected String dataSource
author
protected String author
credits
protected String credits
lsid
protected String lsid
properties
protected List<ItemParameter> properties
existsProperties
protected boolean existsProperties
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()
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getCredits
public String getCredits()
setCredits
public void setCredits(String credits)
getLsid
public String getLsid()
setLsid
public void setLsid(String lsid)
setExistsProperties
public void setExistsProperties(boolean b)
getProperties
public List<ItemParameter> getProperties()
setProperties
public void setProperties(List<ItemParameter> properties)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.