|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.taxation.objects.CountryBean
This bean provides access to the COUNTRY table.
The following is a description of this table:
This table lists the country or region names in each of the supported languages identified by LANGUAGE_ID. (Note that some of the entries may store the region name rather than the official country name in the NAME column for historical reasons.)
Constructor Summary | |
CountryBean()
|
Method Summary | |
java.lang.String |
getCountryAbbr()
This method provides access to the COUNTRY.COUNTRYABBR column of DB2 type CHAR(5) NOT NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the COUNTRY.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
This method provides access to the COUNTRY.NAME column of DB2 type VARCHAR(254) NULL. |
void |
setCountryAbbr(java.lang.String aCountryAbbr)
This method provides access to the COUNTRY.COUNTRYABBR column of DB2 type CHAR(5) NOT NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the COUNTRY.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the COUNTRY.NAME column of DB2 type VARCHAR(254) NULL. |
Constructor Detail |
public CountryBean()
Method Detail |
public java.lang.String getCountryAbbr()
This method provides access to the COUNTRY.COUNTRYABBR column of DB2 type CHAR(5) NOT NULL.
The following is a description of this column:
Country or region abbreviation code. This code is derived from the ISO-3166 Alpha-2 codes. For countries or regions with multiple commonly used names a number or letter may be appended to the ISO-3166 alpha-2 code to form the abbreviation code.
public java.lang.Integer getLanguageId()
This method provides access to the COUNTRY.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language of the value in the NAME column. For a list of language components, see the LANGUAGE table.
public java.lang.String getName()
This method provides access to the COUNTRY.NAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the country or region in the language identified by LANGUAGE_ID.
public void setCountryAbbr(java.lang.String aCountryAbbr)
This method provides access to the COUNTRY.COUNTRYABBR column of DB2 type CHAR(5) NOT NULL.
The following is a description of this column:
Country or region abbreviation code. This code is derived from the ISO-3166 Alpha-2 codes. For countries or regions with multiple commonly used names a number or letter may be appended to the ISO-3166 alpha-2 code to form the abbreviation code.
aCountryAbbr
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the COUNTRY.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language of the value in the NAME column. For a list of language components, see the LANGUAGE table.
aLanguageId
- java.lang.Integerpublic void setName(java.lang.String aName)
This method provides access to the COUNTRY.NAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the country or region in the language identified by LANGUAGE_ID.
aName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |