com.ibm.commerce.taxation.objects
Class StateCodeBean

com.ibm.commerce.taxation.objects.StateCodeBean
All Implemented Interfaces:
java.io.Serializable

public class StateCodeBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

StateCodeBean

public StateCodeBean()
Method Detail

getProductVendor

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.

Returns:
java.lang.String

getStateAbbr

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.

Returns:
java.lang.String

getStateCode

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.

Returns:
java.lang.String

setProductVendor

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.

Parameters:
aProductVendor - java.lang.String
Returns:
void

setStateAbbr

public 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.

Parameters:
aStateAbbr - java.lang.String
Returns:
void

setStateCode

public 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.

Parameters:
aStateCode - java.lang.String
Returns:
void