|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Country
Represents a configured country, including its ISO country code, country names (in different language [TBD]), and the subcountries code/label map.
| Method Summary | |
|---|---|
java.lang.String |
getCountryCode()
Return the ISO country code for this Country. |
java.lang.String |
getCountryName()
Return the country name (in English). |
java.util.Map |
getSubCountries()
Returns a map of subcountries codes and their labels. |
void |
setCountryCode(java.lang.String countryCode)
Set the ISO country code for this Country. |
void |
setCountryName(java.lang.String countryName)
Set the country name (in English). |
void |
setSubCountries(java.util.Map subCountries)
Returns a map of subcountries codes and their labels. |
| Method Detail |
|---|
java.lang.String getCountryCode()
Country.
java.lang.String getCountryName()
java.util.Map getSubCountries()
country.void setCountryCode(java.lang.String countryCode)
Country.
countryCode - - the ISO country code.void setCountryName(java.lang.String countryName)
countryName - - the country name (in English).void setSubCountries(java.util.Map subCountries)
subCountries - a map of codes to labels of subcountries for this country.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||