public class Country extends Object
Constructor and Description |
---|
Country() |
Country(String isoCode,
String name,
String iso3Code,
int countryCode,
int phoneCode) |
Modifier and Type | Method and Description |
---|---|
int |
getCountryCode() |
String |
getIso3Code() |
String |
getIsoCode() |
String |
getName() |
int |
getPhoneCode() |
void |
setCountryCode(int countryCode) |
void |
setIso3Code(String iso3Code) |
void |
setIsoCode(String isoCode) |
void |
setName(String name) |
void |
setPhoneCode(int phoneCode) |
public String getIsoCode()
public void setIsoCode(String isoCode)
public String getIso3Code()
public void setIso3Code(String iso3Code)
public String getName()
public void setName(String name)
public int getCountryCode()
public void setCountryCode(int countryCode)
public int getPhoneCode()
public void setPhoneCode(int phoneCode)