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