Interface ISOCountry
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ISOCountryImpl
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)
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
void
void
void
setNumericCode
(Integer numericCode) void
setStatus
(ISOCodeStatusType status)
-
Method Details
-
getAlpha2
String getAlpha2() -
setAlpha2
-
getName
String getName() -
setName
-
getAlpha3
String getAlpha3() -
setAlpha3
-
getNumericCode
Integer getNumericCode() -
setNumericCode
-
getStatus
ISOCodeStatusType getStatus() -
setStatus
-