public class GeocoderDictionary extends Object implements Dictionary, Serializable
Constructor and Description |
---|
GeocoderDictionary() |
GeocoderDictionary(Dictionary dict) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<CountrySupport> |
getCountrySupportInformation()
Holds information on the quality of data for each supported country
|
String |
getDescription()
A description of the dictionary
|
String |
getPath()
The path to the actual data dictionary on the server.
|
String |
getProduct()
A product code associated with the data
|
String |
getRegion()
A region of the dictionary
|
String |
getRepositoryName()
The name of the dictionary.
|
String |
getSource()
The source data vendor for this data
|
String |
getVintage()
The vintage of the source data for this dictionary
|
int |
hashCode() |
boolean |
isCustomDictionary()
True if this is a user created dictionary
|
void |
setCountrySupportInformation(Set<CountrySupport> countries)
Sets information on the quality of data for each supported country
|
void |
setCustomDictionary(boolean bCustom)
Set to true if this is a user created dictionary
|
void |
setDescription(String desc)
Sets a description of the dictionary
|
void |
setPath(String path)
Path to the actual data dictionary.
|
void |
setProduct(String product)
Set productCode for the data
|
void |
setRegion(String region)
Sets a region of the dictionary
|
void |
setRepositoryName(String name)
Set the name of the dictionary.
|
void |
setSource(String source)
Sets the source data vendor for this data
|
void |
setVintage(String vintage)
Sets the vintage of the source data for this dictionary
|
String |
toString() |
public GeocoderDictionary()
public GeocoderDictionary(Dictionary dict)
public String getRepositoryName()
Dictionary
getRepositoryName
in interface Dictionary
public void setRepositoryName(String name)
Dictionary
setRepositoryName
in interface Dictionary
name
- name of dictionarypublic String getPath()
Dictionary
getPath
in interface Dictionary
public void setPath(String path)
Dictionary
setPath
in interface Dictionary
path
- path to actual datapublic Set<CountrySupport> getCountrySupportInformation()
Dictionary
getCountrySupportInformation
in interface Dictionary
public void setCountrySupportInformation(Set<CountrySupport> countries)
Dictionary
setCountrySupportInformation
in interface Dictionary
countries
- set of country support informationpublic String getVintage()
Dictionary
getVintage
in interface Dictionary
public void setVintage(String vintage)
Dictionary
setVintage
in interface Dictionary
vintage
- description of data vintagepublic String getSource()
Dictionary
getSource
in interface Dictionary
public void setSource(String source)
Dictionary
setSource
in interface Dictionary
source
- data vendor namepublic boolean isCustomDictionary()
Dictionary
isCustomDictionary
in interface Dictionary
public void setCustomDictionary(boolean bCustom)
Dictionary
setCustomDictionary
in interface Dictionary
bCustom
- true for user dictionarypublic String getDescription()
Dictionary
getDescription
in interface Dictionary
public void setDescription(String desc)
Dictionary
setDescription
in interface Dictionary
desc
- dictionary description stringpublic String getRegion()
Dictionary
getRegion
in interface Dictionary
public void setRegion(String region)
Dictionary
setRegion
in interface Dictionary
region
- dictionary region stringpublic String getProduct()
Dictionary
getProduct
in interface Dictionary
public void setProduct(String product)
Dictionary
setProduct
in interface Dictionary
product
- a product code associated with dataCopyright © 2024. All rights reserved.