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()
DictionarygetRepositoryName in interface Dictionarypublic void setRepositoryName(String name)
DictionarysetRepositoryName in interface Dictionaryname - name of dictionarypublic String getPath()
DictionarygetPath in interface Dictionarypublic void setPath(String path)
DictionarysetPath in interface Dictionarypath - path to actual datapublic Set<CountrySupport> getCountrySupportInformation()
DictionarygetCountrySupportInformation in interface Dictionarypublic void setCountrySupportInformation(Set<CountrySupport> countries)
DictionarysetCountrySupportInformation in interface Dictionarycountries - set of country support informationpublic String getVintage()
DictionarygetVintage in interface Dictionarypublic void setVintage(String vintage)
DictionarysetVintage in interface Dictionaryvintage - description of data vintagepublic String getSource()
DictionarygetSource in interface Dictionarypublic void setSource(String source)
DictionarysetSource in interface Dictionarysource - data vendor namepublic boolean isCustomDictionary()
DictionaryisCustomDictionary in interface Dictionarypublic void setCustomDictionary(boolean bCustom)
DictionarysetCustomDictionary in interface DictionarybCustom - true for user dictionarypublic String getDescription()
DictionarygetDescription in interface Dictionarypublic void setDescription(String desc)
DictionarysetDescription in interface Dictionarydesc - dictionary description stringpublic String getRegion()
DictionarygetRegion in interface Dictionarypublic void setRegion(String region)
DictionarysetRegion in interface Dictionaryregion - dictionary region stringpublic String getProduct()
DictionarygetProduct in interface Dictionarypublic void setProduct(String product)
DictionarysetProduct in interface Dictionaryproduct - a product code associated with dataCopyright © 2024. All rights reserved.