|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.CalculationRangeLookupResultBean
This bean provides access to the CALRLOOKUP table.
The following is a description of this table:
Each row in this table represents a CalculationRangeLookupResult, which is part of a CalculationRange.
Constructor Summary | |
CalculationRangeLookupResultBean()
|
Method Summary | |
java.lang.Integer |
getCalculationRangeId()
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationRangeLookupResultId()
This method provides access to the CALRLOOKUP.CALRLOOKUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the CALRLOOKUP.SETCCURR column of DB2 type CHAR(3) NULL. |
java.math.BigDecimal |
getValue()
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setCalculationRangeId(java.lang.Integer aCalculationRangeId)
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the CALRLOOKUP.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setValue(java.math.BigDecimal aValue)
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL. |
Constructor Detail |
public CalculationRangeLookupResultBean()
Method Detail |
public java.lang.Integer getCalculationRangeId()
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRange of which this CalculationRangeLookupResult is a part.
public java.lang.Integer getCalculationRangeLookupResultId()
This method provides access to the CALRLOOKUP.CALRLOOKUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
public java.lang.String getCurrency()
This method provides access to the CALRLOOKUP.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
If specified, this is the currency of the monetary amount in the VALUE column. This is a currency code as per ISO 4217 standards.
public java.math.BigDecimal getValue()
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The value of the CalculationRangeLookupResult, used by the CalculationRangeMethod of the CalculationRange to determine a monetary result.
public void setCalculationRangeId(java.lang.Integer aCalculationRangeId)
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRange of which this CalculationRangeLookupResult is a part.
aCalculationRangeId
- java.lang.Integerpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the CALRLOOKUP.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
If specified, this is the currency of the monetary amount in the VALUE column. This is a currency code as per ISO 4217 standards.
aCurrency
- java.lang.Stringpublic void setValue(java.math.BigDecimal aValue)
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The value of the CalculationRangeLookupResult, used by the CalculationRangeMethod of the CalculationRange to determine a monetary result.
aValue
- java.math.BigDecimal
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |