|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.CalculationRuleScaleRelationshipBean
This bean provides access to the CRULESCALE table.
The following is a description of this table:
Each row in this table shows that a CalculationRule is associated with a CalculationScale. Both are used by the Calculation Framework for discounts, shipping charges, taxes, and so on.
Constructor Summary | |
CalculationRuleScaleRelationshipBean()
|
Method Summary | |
java.lang.Integer |
getCalculationRuleId()
This method provides access to the CRULESCALE.CALRULE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationScaleId()
This method provides access to the CRULESCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public CalculationRuleScaleRelationshipBean()
Method Detail |
public java.lang.Integer getCalculationRuleId()
This method provides access to the CRULESCALE.CALRULE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRule for the calculation. CalclationRules are represented by rows in the CALRULE table.
public java.lang.Integer getCalculationScaleId()
This method provides access to the CRULESCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScale for the calculation. CalculationScales are represented by rows in the CALSCALE table.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |