Package org.gbif.api.model.collections
Interface OccurrenceMappeable
-
- All Known Subinterfaces:
CollectionEntity
- All Known Implementing Classes:
Collection,Institution
public interface OccurrenceMappeable
GenericOccurrenceMappinginterface for entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<OccurrenceMapping>getOccurrenceMappings()voidsetOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings)
-
-
-
Method Detail
-
getOccurrenceMappings
@NotNull @NotNull List<OccurrenceMapping> getOccurrenceMappings()
-
setOccurrenceMappings
void setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings)
-
-