public interface Dictionary
Modifier and Type | Method and Description |
---|---|
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
|
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 getRepositoryName()
void setRepositoryName(String name)
name
- name of dictionaryString getPath()
void setPath(String path)
path
- path to actual dataSet<CountrySupport> getCountrySupportInformation()
void setCountrySupportInformation(Set<CountrySupport> countries)
countries
- set of country support informationString getVintage()
void setVintage(String vintage)
vintage
- description of data vintageString getSource()
void setSource(String source)
source
- data vendor nameboolean isCustomDictionary()
void setCustomDictionary(boolean bCustom)
bCustom
- true for user dictionaryString getDescription()
void setDescription(String desc)
desc
- dictionary description stringString getRegion()
void setRegion(String region)
region
- dictionary region stringString getProduct()
void setProduct(String product)
product
- a product code associated with dataCopyright © 2024. All rights reserved.