Interface ISOCountry

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISOCountryImpl

public interface ISOCountry extends Serializable
This domain object represents the ISO 3166 standard published by the International Organization for Standardization (ISO), and defines codes for the names of countries, dependent territories, and special areas of geographical interest.

The Primary Key and ID for this entity will be the alpha-2 code for the respective Country.

{@link http://en.wikipedia.org/wiki/ISO_3166-1} {@link http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2} {@link http://www.iso.org/iso/iso-3166-1_decoding_table}

Author:
Elbert Bautista (elbertbautista)