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 TypeMethodDescriptionboolean
getId()
long
long
getType()
int
hashCode()
void
setAccordingTo
(String accordingTo) void
setEstablishedDate
(String establishedDate) void
void
setOccurrenceId
(long occurrenceId) void
setRelatedOccurrenceId
(long relatedOccurrenceId) void
setRemarks
(String remarks) void
toString()
-
Constructor Details
-
OccurrenceRelation
public OccurrenceRelation()
-
-
Method Details
-
getId
-
setId
-
getOccurrenceId
-
setOccurrenceId
-
getRelatedOccurrenceId
-
setRelatedOccurrenceId
-
getType
-
setType
-
getAccordingTo
-
setAccordingTo
-
getEstablishedDate
-
setEstablishedDate
-
getRemarks
-
setRemarks
-
equals
-
hashCode
-
toString
-