Class DatasetSearchResult
java.lang.Object
org.gbif.api.model.registry.search.DatasetSearchResult
The dataset search model object for faceted and full text search.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Currently not populated.Currently not populated.getDoi()
getKey()
getTitle()
getType()
int
hashCode()
void
setContinent
(Set<Continent> continent) void
setCountryCoverage
(Set<Country> countryCoverage) void
setDecades
(List<Integer> decades) void
setDescription
(String description) void
void
setEndorsingNodeKey
(UUID endorsingNodeKey) void
setFullText
(String fullText) void
setHostingCountry
(Country hostingCountry) void
setHostingOrganizationKey
(UUID hostingOrganizationKey) void
setHostingOrganizationTitle
(String hostingOrganizationTitle) void
void
setKeywords
(List<String> keywords) void
setLicense
(License license) void
setNameUsagesCount
(Integer nameUsagesCount) void
setNetworkKeys
(List<UUID> networkKeys) void
setProjectIdentifier
(String projectIdentifier) void
setPublisherTitle
(String publisherTitle) void
setPublishingCountry
(Country publishingCountry) void
setPublishingOrganizationKey
(UUID publishingOrganizationKey) void
setPublishingOrganizationTitle
(String publishingOrganizationTitle) void
setRecordCount
(Integer recordCount) void
setSubtype
(DatasetSubtype subtype) void
void
setType
(DatasetType type) toString()
-
Constructor Details
-
DatasetSearchResult
public DatasetSearchResult()
-
-
Method Details
-
getKey
-
setKey
-
getTitle
-
setTitle
-
getDoi
-
setDoi
-
getDescription
-
setDescription
-
getType
-
setType
-
getSubtype
-
setSubtype
-
getFullText
-
setFullText
-
getHostingOrganizationKey
-
setHostingOrganizationKey
-
getHostingOrganizationTitle
-
setHostingOrganizationTitle
-
getHostingCountry
-
setHostingCountry
-
getPublisherTitle
-
setPublisherTitle
-
getEndorsingNodeKey
-
setEndorsingNodeKey
-
getCountryCoverage
Currently not populated. TODO: http://dev.gbif.org/issues/browse/REG-393 -
setCountryCoverage
-
getContinent
Currently not populated. TODO: http://dev.gbif.org/issues/browse/REG-393 -
setContinent
-
getPublishingCountry
-
setPublishingCountry
-
getPublishingOrganizationKey
-
setPublishingOrganizationKey
-
getPublishingOrganizationTitle
-
setPublishingOrganizationTitle
-
getNetworkKeys
-
setNetworkKeys
-
getLicense
-
setLicense
-
getDecades
-
setDecades
-
getKeywords
-
setKeywords
-
getProjectIdentifier
-
setProjectIdentifier
-
getRecordCount
-
setRecordCount
-
getNameUsagesCount
-
setNameUsagesCount
-
equals
-
hashCode
-
toString
-