org.gcube.application.speciesmanager.stubs.model
Class Occurrence

java.lang.Object
  extended by org.gcube.application.speciesmanager.stubs.model.Occurrence

public class Occurrence
extends Object


Constructor Summary
Occurrence()
           
 
Method Summary
 BasisOfRecord getBasisOfRecord()
           
 String getCatalogueNumber()
           
 String getCitation()
           
 String getCollectionCode()
           
 String getCoordinateUncertaintyInMeters()
           
 String getCountry()
           
 double getDecimalLatitude()
           
 double getDecimalLongitude()
           
 Calendar getEventDate()
           
 String getFamily()
           
 String getInstitutionCode()
           
 String getKingdom()
           
 String getLocality()
           
 double getMaxDepth()
           
 double getMinDepth()
           
 Calendar getModified()
           
 String getRecordedBy()
           
 String getScientificName()
           
 void setBasisOfRecord(BasisOfRecord basisOfRecord)
           
 void setCatalogueNumber(String catalogueNumber)
           
 void setCitation(String citation)
           
 void setCollectionCode(String collectionCode)
           
 void setCoordinateUncertaintyInMeters(String coordinateUncertaintyInMeters)
           
 void setCountry(String country)
           
 void setDecimalLatitude(double decimalLatitude)
           
 void setDecimalLongitude(double decimalLongitude)
           
 void setEventDate(Calendar eventDate)
           
 void setFamily(String family)
           
 void setInstitutionCode(String institutionCode)
           
 void setKingdom(String kingdom)
           
 void setLocality(String locality)
           
 void setMaxDepth(double maxDepth)
           
 void setMinDepth(double minDepth)
           
 void setModified(Calendar modified)
           
 void setRecordedBy(String recordedBy)
           
 void setScientificName(String scientificName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Occurrence

public Occurrence()
Method Detail

getCitation

public String getCitation()

setCitation

public void setCitation(String citation)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getInstitutionCode

public String getInstitutionCode()

setInstitutionCode

public void setInstitutionCode(String institutionCode)

getCollectionCode

public String getCollectionCode()

setCollectionCode

public void setCollectionCode(String collectionCode)

getRecordedBy

public String getRecordedBy()

setRecordedBy

public void setRecordedBy(String recordedBy)

getEventDate

public Calendar getEventDate()

setEventDate

public void setEventDate(Calendar eventDate)

getScientificName

public String getScientificName()

setScientificName

public void setScientificName(String scientificName)

getKingdom

public String getKingdom()

setKingdom

public void setKingdom(String kingdom)

getFamily

public String getFamily()

setFamily

public void setFamily(String family)

getLocality

public String getLocality()

setLocality

public void setLocality(String locality)

getDecimalLatitude

public double getDecimalLatitude()

setDecimalLatitude

public void setDecimalLatitude(double decimalLatitude)

getDecimalLongitude

public double getDecimalLongitude()

setDecimalLongitude

public void setDecimalLongitude(double decimalLongitude)

getCoordinateUncertaintyInMeters

public String getCoordinateUncertaintyInMeters()

setCoordinateUncertaintyInMeters

public void setCoordinateUncertaintyInMeters(String coordinateUncertaintyInMeters)

getBasisOfRecord

public BasisOfRecord getBasisOfRecord()

setBasisOfRecord

public void setBasisOfRecord(BasisOfRecord basisOfRecord)

getMaxDepth

public double getMaxDepth()

setMaxDepth

public void setMaxDepth(double maxDepth)

getMinDepth

public double getMinDepth()

setMinDepth

public void setMinDepth(double minDepth)

getModified

public Calendar getModified()

setModified

public void setModified(Calendar modified)

getCatalogueNumber

public String getCatalogueNumber()

setCatalogueNumber

public void setCatalogueNumber(String catalogueNumber)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.