|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.taxation.objects.TaxJurisdictionGroupCalculationRuleBean
This bean provides access to the TAXJCRULE table.
The following is a description of this table:
This table can be used by a tax CalculationRuleQualifyMethod to choose a CalculationRule when shipping from a FulfillmentCenter to a shipping address that matches one of the TaxJurisdictions in a particular TaxJurisdictionGroup.
Constructor Summary | |
TaxJurisdictionGroupCalculationRuleBean()
|
Method Summary | |
java.lang.Integer |
getCalculationRuleId()
This method provides access to the TAXJCRULE.CALRULE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFulfillmentCenterId()
This method provides access to the TAXJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getJurisdictionGroupId()
This method provides access to the TAXJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL. |
java.lang.Double |
getPrecedence()
This method provides access to the TAXJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
void |
setCalculationRuleId(java.lang.Integer aCalculationRuleId)
This method provides access to the TAXJCRULE.CALRULE_ID column of DB2 type INTEGER NOT NULL. |
void |
setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
This method provides access to the TAXJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL. |
void |
setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the TAXJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL. |
void |
setPrecedence(java.lang.Double aPrecedence)
This method provides access to the TAXJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
Constructor Detail |
public TaxJurisdictionGroupCalculationRuleBean()
Method Detail |
public java.lang.Integer getCalculationRuleId()
This method provides access to the TAXJCRULE.CALRULE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRule.
public java.lang.Integer getFulfillmentCenterId()
This method provides access to the TAXJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The FulfillmentCenter. If this is NULL then this row applies to all FulfillmentCenters.
public java.lang.Integer getJurisdictionGroupId()
This method provides access to the TAXJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxJurisdictionGroup. If this is NULL, then this row applies to all TaxJurisdictionGroups.
public java.lang.Double getPrecedence()
This method provides access to the TAXJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
When a shipping address falls within more than one of the specified TaxJurisdictionGroups, for the same FulfillmentCenter, only the CalculationRule with the highest TAXJCRULE.PRECEDENCE value qualifies.
public void setCalculationRuleId(java.lang.Integer aCalculationRuleId)
This method provides access to the TAXJCRULE.CALRULE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRule.
aCalculationRuleId
- java.lang.Integerpublic void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
This method provides access to the TAXJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The FulfillmentCenter. If this is NULL then this row applies to all FulfillmentCenters.
aFulfillmentCenterId
- java.lang.Integerpublic void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the TAXJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxJurisdictionGroup. If this is NULL, then this row applies to all TaxJurisdictionGroups.
aJurisdictionGroupId
- java.lang.Integerpublic void setPrecedence(java.lang.Double aPrecedence)
This method provides access to the TAXJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
When a shipping address falls within more than one of the specified TaxJurisdictionGroups, for the same FulfillmentCenter, only the CalculationRule with the highest TAXJCRULE.PRECEDENCE value qualifies.
aPrecedence
- java.lang.Double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |