|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.taxation.objects.StateCodeBean
This bean provides access to the STATECODE table.
The following is a description of this table:
This table maps the internal StateProv Abbreviation Code to the State or Province Code dictated by the third-party product or vendor identified in the PRODUCTVENDOR column.
Constructor Summary | |
StateCodeBean()
|
Method Summary | |
java.lang.String |
getProductVendor()
This method provides access to the STATECODE.PRODUCTVENDOR column of DB2 type VARCHAR(64) NOT NULL. |
java.lang.String |
getStateAbbr()
This method provides access to the STATECODE.STATEPROVABBR column of DB2 type CHAR(20) NOT NULL. |
java.lang.String |
getStateCode()
This method provides access to the STATECODE.STATEPROVCODE column of DB2 type CHAR(5) NULL. |
void |
setProductVendor(java.lang.String aProductVendor)
This method provides access to the STATECODE.PRODUCTVENDOR column of DB2 type VARCHAR(64) NOT NULL. |
void |
setStateAbbr(java.lang.String aStateAbbr)
This method provides access to the STATECODE.STATEPROVABBR column of DB2 type CHAR(20) NOT NULL. |
void |
setStateCode(java.lang.String aStateCode)
This method provides access to the STATECODE.STATEPROVCODE column of DB2 type CHAR(5) NULL. |
Constructor Detail |
public StateCodeBean()
Method Detail |
public java.lang.String getProductVendor()
This method provides access to the STATECODE.PRODUCTVENDOR column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
String that identifies the third-party product or vendor using this State or Province code for the State or Province identified by this StateProvAbbr code.
public java.lang.String getStateAbbr()
This method provides access to the STATECODE.STATEPROVABBR column of DB2 type CHAR(20) NOT NULL.
The following is a description of this column:
The internal State or Province Code for the specified state or province assigned by the third-party product or vendor.
public java.lang.String getStateCode()
This method provides access to the STATECODE.STATEPROVCODE column of DB2 type CHAR(5) NULL.
The following is a description of this column:
The State or Province Code used by the third-party product or vendor for this State or Province.
public void setProductVendor(java.lang.String aProductVendor)
This method provides access to the STATECODE.PRODUCTVENDOR column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
String that identifies the third-party product or vendor using this State or Province code for the State or Province identified by this StateProvAbbr code.
aProductVendor
- java.lang.Stringpublic void setStateAbbr(java.lang.String aStateAbbr)
This method provides access to the STATECODE.STATEPROVABBR column of DB2 type CHAR(20) NOT NULL.
The following is a description of this column:
The internal State or Province Code for the specified state or province assigned by the third-party product or vendor.
aStateAbbr
- java.lang.Stringpublic void setStateCode(java.lang.String aStateCode)
This method provides access to the STATECODE.STATEPROVCODE column of DB2 type CHAR(5) NULL.
The following is a description of this column:
The State or Province Code used by the third-party product or vendor for this State or Province.
aStateCode
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |