|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.CalculationRangeBean
This bean provides access to the CALRANGE table.
The following is a description of this table:
Each row of this table represents a CalculationRange, which conceptually represents a row in a CalculationScale.
Constructor Summary | |
CalculationRangeBean()
|
Method Summary | |
java.lang.Integer |
getCalculationMethodId()
This method provides access to the CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationRangeId()
This method provides access to the CALRANGE.CALRANGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationScaleId()
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getCumulative()
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL. |
java.math.BigDecimal |
getField1()
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField2()
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the CALRANGE.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getMarkForDelete()
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.math.BigDecimal |
getRangeStart()
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL. |
void |
setCalculationMethodId(java.lang.Integer aCalculationMethodId)
This method provides access to the CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationScaleId(java.lang.Integer aCalculationScaleId)
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL. |
void |
setCumulative(java.lang.Integer aCumulative)
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL. |
void |
setField1(java.math.BigDecimal aField1)
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField2(java.math.BigDecimal aField2)
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the CALRANGE.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setRangeStart(java.math.BigDecimal aRangeStart)
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL. |
Constructor Detail |
public CalculationRangeBean()
Method Detail |
public java.lang.Integer getCalculationMethodId()
This method provides access to the CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRangeMethod that determines a monetary amount from the CalculationRangeLookupResult. For example, FixedAmountCalculationRangeCmd, PerUnitAmountCalculationRangeCmd, or PercentageCalculationRangeCmd.
public java.lang.Integer getCalculationRangeId()
This method provides access to the CALRANGE.CALRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
public java.lang.Integer getCalculationScaleId()
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationScale of which this CalculationRange is a part.
public java.lang.Integer getCumulative()
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Valid values:
0 = only the matching CalculationRange with the highest RANGESTART value is used.
1 = all matching CalculationRanges are used. The calculated monetary amounts are summed to arrive at the final result.
public java.math.BigDecimal getField1()
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField2()
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the CALRANGE.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getMarkForDelete()
This method provides access to the CALRANGE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.math.BigDecimal getRangeStart()
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
If a lookup number is greater than or equal to RANGESTART, or if RANGESTART is NULL, this row matches the lookup number.
public void setCalculationMethodId(java.lang.Integer aCalculationMethodId)
This method provides access to the CALRANGE.CALMETHOD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRangeMethod that determines a monetary amount from the CalculationRangeLookupResult. For example, FixedAmountCalculationRangeCmd, PerUnitAmountCalculationRangeCmd, or PercentageCalculationRangeCmd.
aCalculationMethodId
- java.lang.Integerpublic void setCalculationScaleId(java.lang.Integer aCalculationScaleId)
This method provides access to the CALRANGE.CALSCALE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationScale of which this CalculationRange is a part.
aCalculationScaleId
- java.lang.Integerpublic void setCumulative(java.lang.Integer aCumulative)
This method provides access to the CALRANGE.CUMULATIVE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Valid values:
0 = only the matching CalculationRange with the highest RANGESTART value is used.
1 = all matching CalculationRanges are used. The calculated monetary amounts are summed to arrive at the final result.
aCumulative
- java.lang.Integerpublic void setField1(java.math.BigDecimal aField1)
This method provides access to the CALRANGE.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField1
- java.math.BigDecimalpublic void setField2(java.math.BigDecimal aField2)
This method provides access to the CALRANGE.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField2
- java.math.BigDecimalpublic void setField3(java.lang.String aField3)
This method provides access to the CALRANGE.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the CALRANGE.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 setRangeStart(java.math.BigDecimal aRangeStart)
This method provides access to the CALRANGE.RANGESTART column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
If a lookup number is greater than or equal to RANGESTART, or if RANGESTART is NULL, this row matches the lookup number.
aRangeStart
- java.math.BigDecimal
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |