|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.SubOrderBean
This bean provides access to the SUBORDERS table.
The following is a description of this table:
Each row of this table contains subtotals of amounts for all the OrderItems of an Order with the same shipping address.
Constructor Summary | |
SubOrderBean()
|
Method Summary | |
java.lang.Long |
getAddressId()
This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getCurrency()
This method provides access to the SUBORDERS.CURRENCY column of DB2 type CHAR(10) NULL. |
java.lang.Integer |
getField1()
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER NULL. |
java.math.BigDecimal |
getField2()
This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the SUBORDERS.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getOrderId()
This method provides access to the SUBORDERS.SUBORDER_ID column of DB2 type BIGINT NOT NULL. |
java.math.BigDecimal |
getProductTotal()
This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getShippingTaxTotal()
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getShippingTotal()
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Long |
getSuborderId()
This method provides access to the SUBORDERS.SUBORDER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getTaxCountry()
This method provides access to the SUBORDERS.COUNTRY column of DB2 type CHAR(30) NULL. |
java.math.BigDecimal |
getTaxTotal()
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTotalAdjustment()
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL. |
void |
setAddressId(java.lang.Long aAddressId)
This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the SUBORDERS.CURRENCY column of DB2 type CHAR(10) NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.math.BigDecimal aField2)
This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the SUBORDERS.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the SUBORDERS.SUBORDER_ID column of DB2 type BIGINT NOT NULL. |
void |
setProductTotal(java.math.BigDecimal aProductTotal)
This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20,5) NULL. |
void |
setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
void |
setShippingTotal(java.math.BigDecimal aShippingTotal)
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
void |
setTaxCountry(java.lang.String aTaxCountry)
This method provides access to the SUBORDERS.COUNTRY column of DB2 type CHAR(30) NULL. |
void |
setTaxTotal(java.math.BigDecimal aTaxTotal)
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
void |
setTotalAdjustment(java.math.BigDecimal aTotalAdjustment)
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL. |
Constructor Detail |
public SubOrderBean()
Method Detail |
public java.lang.Long getAddressId()
This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The shipping address.
public java.lang.String getCurrency()
This method provides access to the SUBORDERS.CURRENCY column of DB2 type CHAR(10) NULL.
The following is a description of this column:
The currency for monetary amounts in the SubOrder. This is a currency code as per ISO 4217 standards.
public java.lang.Integer getField1()
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField2()
This method provides access to the SUBORDERS.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 SUBORDERS.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Long getOrderId()
This method provides access to the SUBORDERS.SUBORDER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.math.BigDecimal getProductTotal()
This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.TOTALPRODUCT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
public java.math.BigDecimal getShippingTaxTotal()
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.SHIPTAXAMOUNT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
public java.math.BigDecimal getShippingTotal()
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.SHIPCHARGE for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
public java.lang.Long getSuborderId()
This method provides access to the SUBORDERS.SUBORDER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.String getTaxCountry()
This method provides access to the SUBORDERS.COUNTRY column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Customizable.
public java.math.BigDecimal getTaxTotal()
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.SHIPTAXAMOUNT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
public java.math.BigDecimal getTotalAdjustment()
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.TOTALADJUSTMENT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
public void setAddressId(java.lang.Long aAddressId)
This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The shipping address.
aAddressId
- java.lang.Longpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the SUBORDERS.CURRENCY column of DB2 type CHAR(10) NULL.
The following is a description of this column:
The currency for monetary amounts in the SubOrder. This is a currency code as per ISO 4217 standards.
aCurrency
- java.lang.Stringpublic void setField1(java.lang.Integer aField1)
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField2(java.math.BigDecimal aField2)
This method provides access to the SUBORDERS.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 SUBORDERS.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the SUBORDERS.SUBORDER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aOrderId
- java.lang.Longpublic void setProductTotal(java.math.BigDecimal aProductTotal)
This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.TOTALPRODUCT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
aProductTotal
- java.math.BigDecimalpublic void setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.SHIPTAXAMOUNT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
aShippingTaxTotal
- java.math.BigDecimalpublic void setShippingTotal(java.math.BigDecimal aShippingTotal)
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.SHIPCHARGE for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
aShippingTotal
- java.math.BigDecimalpublic void setTaxCountry(java.lang.String aTaxCountry)
This method provides access to the SUBORDERS.COUNTRY column of DB2 type CHAR(30) NULL.
The following is a description of this column:
Customizable.
aTaxCountry
- java.lang.Stringpublic void setTaxTotal(java.math.BigDecimal aTaxTotal)
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.SHIPTAXAMOUNT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
aTaxTotal
- java.math.BigDecimalpublic void setTotalAdjustment(java.math.BigDecimal aTotalAdjustment)
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total of ORDERITEMS.TOTALADJUSTMENT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
aTotalAdjustment
- java.math.BigDecimal
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |