Package org.gbif.api.model.occurrence
Class OccurrenceRelation
java.lang.Object
org.gbif.api.model.occurrence.OccurrenceRelation
Occurrence relations based on the dwc:ResourceRelationship model.
See Darwin Core.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()longlonggetType()inthashCode()voidsetAccordingTo(String accordingTo) voidsetEstablishedDate(String establishedDate) voidvoidsetOccurrenceId(long occurrenceId) voidsetRelatedOccurrenceId(long relatedOccurrenceId) voidsetRemarks(String remarks) voidtoString()
-
Constructor Details
-
OccurrenceRelation
public OccurrenceRelation()
-
-
Method Details
-
getId
-
setId
-
getOccurrenceId
-
setOccurrenceId
-
getRelatedOccurrenceId
-
setRelatedOccurrenceId
-
getType
-
setType
-
getAccordingTo
-
setAccordingTo
-
getEstablishedDate
-
setEstablishedDate
-
getRemarks
-
setRemarks
-
equals
-
hashCode
-
toString
-