com.ibm.commerce.fulfillment.objects
Class JurisdictionBean

com.ibm.commerce.fulfillment.objects.JurisdictionBean
All Implemented Interfaces:
java.io.Serializable

public class JurisdictionBean
implements java.io.Serializable

This bean provides access to the JURST table.

The following is a description of this table:

Each row of this table defines an instance of a particular subclass of jurisdiction. A jurisdiction contains information that can be matched with an address.

See Also:
Serialized Form

Constructor Summary
JurisdictionBean()
           
 
Method Summary
 java.lang.String getCity()
          This method provides access to the JURST.CITY column of DB2 type VARCHAR(128) NULL.
 java.lang.String getCode()
          This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.
 java.lang.String getCountry()
          This method provides access to the JURST.COUNTRY column of DB2 type VARCHAR(128) NULL.
 java.lang.String getCountryAbbreviation()
          This method provides access to the JURST.COUNTRYABBR column of DB2 type VARCHAR(10) NULL.
 java.lang.String getCounty()
          This method provides access to the JURST.COUNTY column of DB2 type VARCHAR(30) NULL.
 java.lang.String getDescription()
          This method provides access to the JURST.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.String getDistrict()
          This method provides access to the JURST.DISTRICT column of DB2 type VARCHAR(30) NULL.
 java.lang.String getGeoCode()
          This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getJurisdictionId()
          This method provides access to the JURST.JURST_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMarkForDelete()
          This method provides access to the JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.String getState()
          This method provides access to the JURST.STATE column of DB2 type VARCHAR(128) NULL.
 java.lang.String getStateAbbreviation()
          This method provides access to the JURST.STATEABBR column of DB2 type VARCHAR(10) NULL.
 java.lang.Integer getStoreEntityId()
          This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getSubclass()
          This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL.
 java.lang.String getZipcodeEnd()
          This method provides access to the JURST.ZIPCODEEND column of DB2 type VARCHAR(40) NULL.
 java.lang.String getZipcodeStart()
          This method provides access to the JURST.ZIPCODESTART column of DB2 type VARCHAR(40) NULL.
 void setCity(java.lang.String aCity)
          This method provides access to the JURST.CITY column of DB2 type VARCHAR(128) NULL.
 void setCode(java.lang.String aCode)
          This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.
 void setCountry(java.lang.String aCountry)
          This method provides access to the JURST.COUNTRY column of DB2 type VARCHAR(128) NULL.
 void setCountryAbbreviation(java.lang.String aCountryAbbreviation)
          This method provides access to the JURST.COUNTRYABBR column of DB2 type VARCHAR(10) NULL.
 void setCounty(java.lang.String aCounty)
          This method provides access to the JURST.COUNTY column of DB2 type VARCHAR(30) NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the JURST.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setDistrict(java.lang.String aDistrict)
          This method provides access to the JURST.DISTRICT column of DB2 type VARCHAR(30) NULL.
 void setGeoCode(java.lang.String aGeoCode)
          This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setState(java.lang.String aState)
          This method provides access to the JURST.STATE column of DB2 type VARCHAR(128) NULL.
 void setStateAbbreviation(java.lang.String aStateAbbreviation)
          This method provides access to the JURST.STATEABBR column of DB2 type VARCHAR(10) NULL.
 void setStoreEntityId(java.lang.Integer aStoreEntityId)
          This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setSubclass(java.lang.Integer aSubclass)
          This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL.
 void setZipcodeEnd(java.lang.String aZipcodeEnd)
          This method provides access to the JURST.ZIPCODEEND column of DB2 type VARCHAR(40) NULL.
 void setZipcodeStart(java.lang.String aZipcodeStart)
          This method provides access to the JURST.ZIPCODESTART column of DB2 type VARCHAR(40) NULL.
 

Constructor Detail

JurisdictionBean

public JurisdictionBean()
Method Detail

getCity

public java.lang.String getCity()

This method provides access to the JURST.CITY column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The city or an equivalent. Its definition should always match the one in the ADDRESS table.

Returns:
java.lang.String

getCode

public java.lang.String getCode()

This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A tax code based on geographical region. This column is used to support Taxware integration. Its definition should always match the one in the ADDRESS table.

Returns:
java.lang.String

getCountry

public java.lang.String getCountry()

This method provides access to the JURST.COUNTRY column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The country or region. Its definition should always match the one in the ADDRESS table.

Returns:
java.lang.String

getCountryAbbreviation

public java.lang.String getCountryAbbreviation()

This method provides access to the JURST.COUNTRYABBR column of DB2 type VARCHAR(10) NULL.

The following is a description of this column:

An optional abbreviation code for the country or region (as specified in the COUNTRY column). It supports the use of normal form or short form in the ADDRESS table.

Returns:
java.lang.String

getCounty

public java.lang.String getCounty()

This method provides access to the JURST.COUNTY column of DB2 type VARCHAR(30) NULL.

The following is a description of this column:

The county or an equivalent.

Returns:
java.lang.String

getDescription

public java.lang.String getDescription()

This method provides access to the JURST.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the jurisdiction, suitable for display by a user interface that manages jurisdiction definitions.

Returns:
java.lang.String

getDistrict

public java.lang.String getDistrict()

This method provides access to the JURST.DISTRICT column of DB2 type VARCHAR(30) NULL.

The following is a description of this column:

The district or an equivalent.

Returns:
java.lang.String

getGeoCode

public java.lang.String getGeoCode()

This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A tax code based on geographical region. This column is used to support Taxware integration. Its definition should always match the one in the ADDRESS table.

Returns:
java.lang.String

getJurisdictionId

public java.lang.Integer getJurisdictionId()

This method provides access to the JURST.JURST_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Integer

getMarkForDelete

public java.lang.Integer getMarkForDelete()

This method provides access to the JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer

getState

public java.lang.String getState()

This method provides access to the JURST.STATE column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The state, province, or an equivalent. Its definition should always match the one in the ADDRESS table.

Returns:
java.lang.String

getStateAbbreviation

public java.lang.String getStateAbbreviation()

This method provides access to the JURST.STATEABBR column of DB2 type VARCHAR(10) NULL.

The following is a description of this column:

An optional abbreviation code for the state or province (as specified in the STATE column). It supports the use of normal form or short form in the ADDRESS table.

Returns:
java.lang.String

getStoreEntityId

public java.lang.Integer getStoreEntityId()

This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreEntity associated with this jurisdiction definition.

Returns:
java.lang.Integer

getSubclass

public java.lang.Integer getSubclass()

This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates the jurisdiction subclass as follows:
1 = ShippingJurisdiction.
2 = TaxJurisdiction.

Returns:
java.lang.Integer

getZipcodeEnd

public java.lang.String getZipcodeEnd()

This method provides access to the JURST.ZIPCODEEND column of DB2 type VARCHAR(40) NULL.

The following is a description of this column:

The ending ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.

Returns:
java.lang.String

getZipcodeStart

public java.lang.String getZipcodeStart()

This method provides access to the JURST.ZIPCODESTART column of DB2 type VARCHAR(40) NULL.

The following is a description of this column:

The starting ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.

Returns:
java.lang.String

setCity

public void setCity(java.lang.String aCity)

This method provides access to the JURST.CITY column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The city or an equivalent. Its definition should always match the one in the ADDRESS table.

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

setCode

public void setCode(java.lang.String aCode)

This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A tax code based on geographical region. This column is used to support Taxware integration. Its definition should always match the one in the ADDRESS table.

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

setCountry

public void setCountry(java.lang.String aCountry)

This method provides access to the JURST.COUNTRY column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The country or region. Its definition should always match the one in the ADDRESS table.

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

setCountryAbbreviation

public void setCountryAbbreviation(java.lang.String aCountryAbbreviation)

This method provides access to the JURST.COUNTRYABBR column of DB2 type VARCHAR(10) NULL.

The following is a description of this column:

An optional abbreviation code for the country or region (as specified in the COUNTRY column). It supports the use of normal form or short form in the ADDRESS table.

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

setCounty

public void setCounty(java.lang.String aCounty)

This method provides access to the JURST.COUNTY column of DB2 type VARCHAR(30) NULL.

The following is a description of this column:

The county or an equivalent.

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

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the JURST.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the jurisdiction, suitable for display by a user interface that manages jurisdiction definitions.

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

setDistrict

public void setDistrict(java.lang.String aDistrict)

This method provides access to the JURST.DISTRICT column of DB2 type VARCHAR(30) NULL.

The following is a description of this column:

The district or an equivalent.

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

setGeoCode

public void setGeoCode(java.lang.String aGeoCode)

This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A tax code based on geographical region. This column is used to support Taxware integration. Its definition should always match the one in the ADDRESS table.

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

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

This method provides access to the JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aMarkForDelete - java.lang.Integer
Returns:
void

setState

public void setState(java.lang.String aState)

This method provides access to the JURST.STATE column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The state, province, or an equivalent. Its definition should always match the one in the ADDRESS table.

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

setStateAbbreviation

public void setStateAbbreviation(java.lang.String aStateAbbreviation)

This method provides access to the JURST.STATEABBR column of DB2 type VARCHAR(10) NULL.

The following is a description of this column:

An optional abbreviation code for the state or province (as specified in the STATE column). It supports the use of normal form or short form in the ADDRESS table.

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

setStoreEntityId

public void setStoreEntityId(java.lang.Integer aStoreEntityId)

This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreEntity associated with this jurisdiction definition.

Parameters:
aStoreEntityId - java.lang.Integer
Returns:
void

setSubclass

public void setSubclass(java.lang.Integer aSubclass)

This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates the jurisdiction subclass as follows:
1 = ShippingJurisdiction.
2 = TaxJurisdiction.

Parameters:
aSubclass - java.lang.Integer
Returns:
void

setZipcodeEnd

public void setZipcodeEnd(java.lang.String aZipcodeEnd)

This method provides access to the JURST.ZIPCODEEND column of DB2 type VARCHAR(40) NULL.

The following is a description of this column:

The ending ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.

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

setZipcodeStart

public void setZipcodeStart(java.lang.String aZipcodeStart)

This method provides access to the JURST.ZIPCODESTART column of DB2 type VARCHAR(40) NULL.

The following is a description of this column:

The starting ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.

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