Golibri

org.golibri.iso
Class Numeric3CountryCode

java.lang.Object
  extended byorg.golibri.iso.Numeric3CountryCode

public final class Numeric3CountryCode
extends java.lang.Object

The Numeric3CountryCode class represents numeric-3 country codes as specified by the ISO 3166 Standard.


Constructor Summary
Numeric3CountryCode(int countryCode)
          Constructor.
Numeric3CountryCode(java.lang.String countryCode)
          Constructor.
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int getCountryCode()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Numeric3CountryCode

public Numeric3CountryCode(int countryCode)
Constructor.


Numeric3CountryCode

public Numeric3CountryCode(java.lang.String countryCode)
Constructor.

Method Detail

getCountryCode

public int getCountryCode()

toString

public java.lang.String toString()
See Also:
Object.toString()

hashCode

public int hashCode()
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object object)
See Also:
Object.equals(java.lang.Object)

Golibri