|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.JurisdictionBean
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.
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 |
public JurisdictionBean()
Method Detail |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
aCity
- java.lang.Stringpublic 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.
aCode
- java.lang.Stringpublic 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.
aCountry
- java.lang.Stringpublic 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.
aCountryAbbreviation
- java.lang.Stringpublic 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.
aCounty
- java.lang.Stringpublic 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.
aDescription
- java.lang.Stringpublic 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.
aDistrict
- java.lang.Stringpublic 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.
aGeoCode
- java.lang.Stringpublic 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.
aMarkForDelete
- java.lang.Integerpublic 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.
aState
- java.lang.Stringpublic 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.
aStateAbbreviation
- java.lang.Stringpublic 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.
aStoreEntityId
- java.lang.Integerpublic 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.
aSubclass
- java.lang.Integerpublic 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.
aZipcodeEnd
- java.lang.Stringpublic 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.
aZipcodeStart
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |