com.ibm.commerce.fulfillment.objects
Class CalculationRuleScaleRelationshipBean

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

public class CalculationRuleScaleRelationshipBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CalculationRuleScaleRelationshipBean

public CalculationRuleScaleRelationshipBean()
Method Detail

getCalculationRuleId

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.

Returns:
java.lang.Integer

getCalculationScaleId

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.

Returns:
java.lang.Integer