Golibri

org.golibri.common.contact
Class Country

java.lang.Object
  extended byorg.golibri.common.contact.Country

public class Country
extends java.lang.Object


Constructor Summary
Country(Alpha2CountryCode countryCode)
           
Country(Alpha3CountryCode countryCode)
           
Country(Numeric3CountryCode countryCode)
           
Country(java.lang.String countryCode)
           
 
Method Summary
 Alpha2CountryCode getAlpha2CountryCode()
           
 Alpha3CountryCode getAlpha3CountryCode()
           
 CurrencyCode getCurrencyCode()
           
 Numeric3CountryCode getNumeric3CountryCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Country

public Country(java.lang.String countryCode)

Country

public Country(Alpha2CountryCode countryCode)

Country

public Country(Alpha3CountryCode countryCode)

Country

public Country(Numeric3CountryCode countryCode)
Method Detail

getAlpha2CountryCode

public Alpha2CountryCode getAlpha2CountryCode()

getAlpha3CountryCode

public Alpha3CountryCode getAlpha3CountryCode()

getNumeric3CountryCode

public Numeric3CountryCode getNumeric3CountryCode()

getCurrencyCode

public CurrencyCode getCurrencyCode()

Golibri