|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.OrderCalculationCodeBean
This bean provides access to the ORDCALCD table.
The following is a description of this table:
Each row of this table indicates to the CalculationCodeCombineMethod that a CalculationCode is directly attached to all OrderItems in an Order whose directCalculationCodeAttachment flag in ORDERITEMS.PREPAREFLAGS is 1.
Constructor Summary | |
OrderCalculationCodeBean()
|
Method Summary | |
java.lang.Integer |
getCalculationCodeId()
This method provides access to the ORDCALCD.CALCODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationFlags()
This method provides access to the ORDCALCD.CALFLAGS column of DB2 type INTEGER NOT NULL. |
java.math.BigDecimal |
getCalculationParameterAmount()
This method provides access to the ORDCALCD.CALPARMAMT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.Integer |
getCalculationParameterType()
This method provides access to the ORDCALCD.CALPARMTYPE column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getOrderCalculationCodeId()
This method provides access to the ORDCALCD.ORDCALCD_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORDCALCD.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the ORDCALCD.CALCODE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationFlags(java.lang.Integer aCalculationFlags)
This method provides access to the ORDCALCD.CALFLAGS column of DB2 type INTEGER NOT NULL. |
void |
setCalculationParameterAmount(java.math.BigDecimal aCalculationParameterAmount)
This method provides access to the ORDCALCD.CALPARMAMT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setCalculationParameterType(java.lang.Integer aCalculationParameterType)
This method provides access to the ORDCALCD.CALPARMTYPE column of DB2 type INTEGER NOT NULL. |
void |
setOrderCalculationCodeId(java.lang.Long aOrderCalculationCodeId)
This method provides access to the ORDCALCD.ORDCALCD_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDCALCD.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public OrderCalculationCodeBean()
Method Detail |
public java.lang.Integer getCalculationCodeId()
This method provides access to the ORDCALCD.CALCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationCode.
public java.lang.Integer getCalculationFlags()
This method provides access to the ORDCALCD.CALFLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Contains the following bit flag value:
1 = overrideIndirectAttachments - CalculationCodes indirectly attached to the OrderItem are not effective.
(CalculationCodes can be indirectly attached in the CATENCALCD and CATGPCALCD tables.)
public java.math.BigDecimal getCalculationParameterAmount()
This method provides access to the ORDCALCD.CALPARMAMT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of a fixed or percentage adjustment that can be applied to adjust or replace the results of the CalculationScales associated with the attached CalculationCode.
public java.lang.Integer getCalculationParameterType()
This method provides access to the ORDCALCD.CALPARMTYPE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates how CALPARMAMT is used.
0 = not used.
1 = fixed adjustment.
2 = percentage adjustment.
3 = fixed replacement.
public java.lang.Long getOrderCalculationCodeId()
This method provides access to the ORDCALCD.ORDCALCD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getOrderId()
This method provides access to the ORDCALCD.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
public void setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the ORDCALCD.CALCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationCode.
aCalculationCodeId
- java.lang.Integerpublic void setCalculationFlags(java.lang.Integer aCalculationFlags)
This method provides access to the ORDCALCD.CALFLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Contains the following bit flag value:
1 = overrideIndirectAttachments - CalculationCodes indirectly attached to the OrderItem are not effective.
(CalculationCodes can be indirectly attached in the CATENCALCD and CATGPCALCD tables.)
aCalculationFlags
- java.lang.Integerpublic void setCalculationParameterAmount(java.math.BigDecimal aCalculationParameterAmount)
This method provides access to the ORDCALCD.CALPARMAMT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of a fixed or percentage adjustment that can be applied to adjust or replace the results of the CalculationScales associated with the attached CalculationCode.
aCalculationParameterAmount
- java.math.BigDecimalpublic void setCalculationParameterType(java.lang.Integer aCalculationParameterType)
This method provides access to the ORDCALCD.CALPARMTYPE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates how CALPARMAMT is used.
0 = not used.
1 = fixed adjustment.
2 = percentage adjustment.
3 = fixed replacement.
aCalculationParameterType
- java.lang.Integerpublic void setOrderCalculationCodeId(java.lang.Long aOrderCalculationCodeId)
This method provides access to the ORDCALCD.ORDCALCD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aOrderCalculationCodeId
- java.lang.Longpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDCALCD.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
aOrderId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |