|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.ShippingJurisdictionGroupCalculationRuleBean
This bean provides access to the SHPJCRULE table.
The following is a description of this table:
This table can be used by the shipping CalculationRuleQualifyMethod to choose a CalculationRule based on ShippingMode and FulfillmentCenter when the shipping address matches one of the ShippingJurisdictions in a particular ShippingJurisdictionGroup.
Constructor Summary | |
ShippingJurisdictionGroupCalculationRuleBean()
|
Method Summary | |
java.lang.Integer |
getCalculationRuleId()
This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFulfillmentCenterId()
This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getJurisdictionGroupId()
This method provides access to the SHPJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL. |
java.lang.Double |
getPrecedence()
This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
java.lang.Integer |
getShipModeId()
This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getShippingJurisdictionGroupCalculationRuleId()
This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL. |
void |
setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
This method provides access to the SHPJCRULE.FFMCENTER_ID column of DB2 type INTEGER NULL. |
void |
setPrecedence(java.lang.Double aPrecedence)
This method provides access to the SHPJCRULE.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
void |
setShipModeId(java.lang.Integer aShipModeId)
This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL. |
void |
setShippingJurisdictionGroupCalculationRuleId(java.lang.Integer aShippingJurisdictionGroupCalculationRuleId)
This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public ShippingJurisdictionGroupCalculationRuleBean()
Method Detail |
public java.lang.Integer getCalculationRuleId()
This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Integer getFulfillmentCenterId()
This method provides access to the SHPJCRULE.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 SHPJCRULE.JURSTGROUP_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The ShippingJurisdictionGroup. If this is NULL, then this row applies to all ShippingJurisdictionGroups.
public java.lang.Double getPrecedence()
This method provides access to the SHPJCRULE.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 ShippingJurisdictionGroups, for the same FulfillmentCenter and ShippingMode, only the CalculationRule with the highest SHPJCRULE.PRECEDENCE value qualifies.
public java.lang.Integer getShipModeId()
This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The ShippingMode.
public java.lang.Integer getShippingJurisdictionGroupCalculationRuleId()
This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
This method provides access to the SHPJCRULE.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 setPrecedence(java.lang.Double aPrecedence)
This method provides access to the SHPJCRULE.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 ShippingJurisdictionGroups, for the same FulfillmentCenter and ShippingMode, only the CalculationRule with the highest SHPJCRULE.PRECEDENCE value qualifies.
aPrecedence
- java.lang.Doublepublic void setShipModeId(java.lang.Integer aShipModeId)
This method provides access to the SHPJCRULE.SHIPMODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The ShippingMode.
aShipModeId
- java.lang.Integerpublic void setShippingJurisdictionGroupCalculationRuleId(java.lang.Integer aShippingJurisdictionGroupCalculationRuleId)
This method provides access to the SHPJCRULE.SHPJCRULE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
aShippingJurisdictionGroupCalculationRuleId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |