|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.taxation.objects.StateProvinceBean
This bean provides access to the STATEPROV table.
The following is a description of this table:
This table lists State and Province names (by country or region) in each of the supported Languages identified by LANGUAGE_ID.
Constructor Summary | |
StateProvinceBean()
|
Method Summary | |
java.lang.String |
getCountryAbbr()
This method provides access to the STATEPROV.COUNTRYABBR column of DB2 type CHAR(5) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the STATEPROV.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
This method provides access to the STATEPROV.NAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getStateAbbr()
This method provides access to the STATEPROV.STATEPROVABBR column of DB2 type CHAR(20) NOT NULL. |
void |
setCountryAbbr(java.lang.String aCountryAbbr)
This method provides access to the STATEPROV.COUNTRYABBR column of DB2 type CHAR(5) NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the STATEPROV.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the STATEPROV.NAME column of DB2 type VARCHAR(254) NULL. |
void |
setStateAbbr(java.lang.String aStateAbbr)
This method provides access to the STATEPROV.STATEPROVABBR column of DB2 type CHAR(20) NOT NULL. |
Constructor Detail |
public StateProvinceBean()
Method Detail |
public java.lang.String getCountryAbbr()
This method provides access to the STATEPROV.COUNTRYABBR column of DB2 type CHAR(5) NULL.
The following is a description of this column:
Country or region abbreviation code for the country or region. The country or region name is stored in the COUNTRY table.
public java.lang.Integer getLanguageId()
This method provides access to the STATEPROV.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language ID that identifies the Language. Foreign key that references the LANGUAGE_ID column in the LANGUAGE table.
public java.lang.String getName()
This method provides access to the STATEPROV.NAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the State or Province in the Language identified by the LANGUAGE_ID.
public java.lang.String getStateAbbr()
This method provides access to the STATEPROV.STATEPROVABBR column of DB2 type CHAR(20) NOT NULL.
The following is a description of this column:
Unique string to identify the State or Province.
public void setCountryAbbr(java.lang.String aCountryAbbr)
This method provides access to the STATEPROV.COUNTRYABBR column of DB2 type CHAR(5) NULL.
The following is a description of this column:
Country or region abbreviation code for the country or region. The country or region name is stored in the COUNTRY table.
aCountryAbbr
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the STATEPROV.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language ID that identifies the Language. Foreign key that references the LANGUAGE_ID column in the LANGUAGE table.
aLanguageId
- java.lang.Integerpublic void setName(java.lang.String aName)
This method provides access to the STATEPROV.NAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the State or Province in the Language identified by the LANGUAGE_ID.
aName
- java.lang.Stringpublic void setStateAbbr(java.lang.String aStateAbbr)
This method provides access to the STATEPROV.STATEPROVABBR column of DB2 type CHAR(20) NOT NULL.
The following is a description of this column:
Unique string to identify the State or Province.
aStateAbbr
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |