org.golibri.common.contact
Class Country
java.lang.Object
org.golibri.common.contact.Country
- public class Country
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Country
public Country(java.lang.String countryCode)
Country
public Country(Alpha2CountryCode countryCode)
Country
public Country(Alpha3CountryCode countryCode)
Country
public Country(Numeric3CountryCode countryCode)
getAlpha2CountryCode
public Alpha2CountryCode getAlpha2CountryCode()
getAlpha3CountryCode
public Alpha3CountryCode getAlpha3CountryCode()
getNumeric3CountryCode
public Numeric3CountryCode getNumeric3CountryCode()
getCurrencyCode
public CurrencyCode getCurrencyCode()