java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.SubOrderAccessBean
Each row of this table contains subtotals of amounts for all the OrderItems of an Order with the same shipping address.
Constructor Summary | |
---|---|
SubOrderAccessBean() constructor | |
SubOrderAccessBean(javax.ejb.EJBObject o) constructor | |
SubOrderAccessBean(java.lang.Long arg0,
java.lang.Long arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByOrder(java.lang.Long arg0)
Retrieves suborders for the specified order.
The SQL query used to fetch all the required rows from the
SUBORDERS table
is:SELECT * FROM SUBORDERS T1 WHERE (T1.ORDERS_ID = ?) |
java.util.Enumeration |
findWithPushDownQuery(java.lang.String arg0) Retrieves suborders identified by the specified WHERE clause. |
java.lang.String |
getAddressId() This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT. |
java.lang.Long |
getAddressIdInEJBType() This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT. |
java.lang.String |
getCurrency() This method provides access to the SUBORDERS.CURRENCY column of DB2 type CHAR(10). |
java.lang.String |
getField1() This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER. |
java.lang.Integer |
getField1InEJBType() This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER. |
java.lang.String |
getField2() This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getField2InEJBType() This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20 5). |
java.lang.String |
getField3() This method provides access to the SUBORDERS.FIELD3 column of DB2 type VARCHAR(254). |
java.lang.String |
getOrderId() This method provides access to the SUBORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderIdInEJBType() This method provides access to the SUBORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getProductTotal() This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.math.BigDecimal |
getProductTotalInEJBType() This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.lang.String |
getShippingTaxTotal() This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.math.BigDecimal |
getShippingTaxTotalInEJBType() This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.lang.String |
getShippingTotal() This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.math.BigDecimal |
getShippingTotalInEJBType() This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.lang.String |
getSuborderId() This method provides access to the SUBORDERS.SUBORDER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getSuborderIdInEJBType() 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). |
java.lang.String |
getTaxTotal() This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.math.BigDecimal |
getTaxTotalInEJBType() This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.lang.String |
getTotalAdjustment() This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.math.BigDecimal |
getTotalAdjustmentInEJBType() This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAddressId(java.lang.Long newValue) This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT. |
void |
setAddressId(java.lang.String newValue) This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT. |
void |
setCurrency(java.lang.String newValue) This method provides access to the SUBORDERS.CURRENCY column of DB2 type CHAR(10). |
void |
setField1(java.lang.Integer newValue) This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER. |
void |
setField1(java.lang.String newValue) This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER. |
void |
setField2(java.math.BigDecimal newValue) This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20 5). |
void |
setField2(java.lang.String newValue) This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20 5). |
void |
setField3(java.lang.String newValue) This method provides access to the SUBORDERS.FIELD3 column of DB2 type VARCHAR(254). |
void |
setInitKey_suborderId(java.lang.String newValue) Set the primary key for this object |
void |
setOrderId(java.lang.Long newValue) This method provides access to the SUBORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderId(java.lang.String newValue) This method provides access to the SUBORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setProductTotal(java.math.BigDecimal newValue) This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setProductTotal(java.lang.String newValue) This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setShippingTaxTotal(java.math.BigDecimal newValue) This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setShippingTaxTotal(java.lang.String newValue) This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setShippingTotal(java.math.BigDecimal newValue) This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setShippingTotal(java.lang.String newValue) This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setTaxCountry(java.lang.String newValue) This method provides access to the SUBORDERS.COUNTRY column of DB2 type CHAR(30). |
void |
setTaxTotal(java.math.BigDecimal newValue) This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setTaxTotal(java.lang.String newValue) This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setTotalAdjustment(java.math.BigDecimal newValue) This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setTotalAdjustment(java.lang.String newValue) This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public SubOrderAccessBean()
public SubOrderAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public SubOrderAccessBean(java.lang.Long arg0, java.lang.Long arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findByOrder(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves suborders for the specified order.
The SQL query used to fetch all the required rows from the
SUBORDERS table
is:
SELECT * FROM SUBORDERS T1 WHERE (T1.ORDERS_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findWithPushDownQuery(java.lang.String arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves suborders identified by the specified WHERE clause.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_suborderId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getTaxTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
The total of ORDERITEMS.TAXAMOUNT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
getTaxTotal
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getTaxTotalInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
The total of ORDERITEMS.TAXAMOUNT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTaxTotal(java.lang.String newValue)
This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
The total of ORDERITEMS.TAXAMOUNT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
setTaxTotal
in interface
SubOrderAccessBeanData
newValue
- Stringpublic void setTaxTotal(java.math.BigDecimal newValue)
This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
The total of ORDERITEMS.TAXAMOUNT for all the OrderItems with the same shipping address as the SubOrder, in the Currency specified by CURRENCY.
newValue
- java.math.BigDecimalpublic java.lang.String getShippingTaxTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
getShippingTaxTotal
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getShippingTaxTotalInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShippingTaxTotal(java.lang.String newValue)
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
setShippingTaxTotal
in interface
SubOrderAccessBeanData
newValue
- Stringpublic void setShippingTaxTotal(java.math.BigDecimal newValue)
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
newValue
- java.math.BigDecimalpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.CURRENCY column of DB2 type CHAR(10).
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.
getCurrency
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
This method provides access to the SUBORDERS.CURRENCY column of DB2 type CHAR(10).
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.
setCurrency
in interface
SubOrderAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
getField3
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField3(java.lang.String newValue)
This method provides access to the SUBORDERS.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField3
in interface
SubOrderAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
getField2
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField2(java.lang.String newValue)
This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
setField2
in interface
SubOrderAccessBeanData
newValue
- Stringpublic void setField2(java.math.BigDecimal newValue)
This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
newValue
- java.math.BigDecimalpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
getField1
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
setField1
in interface
SubOrderAccessBeanData
newValue
- Stringpublic void setField1(java.lang.Integer newValue)
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
newValue
- java.lang.Integerpublic java.lang.String getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
getOrderId
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOrderIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderId(java.lang.String newValue)
This method provides access to the SUBORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
setOrderId
in interface
SubOrderAccessBeanData
newValue
- Stringpublic void setOrderId(java.lang.Long newValue)
This method provides access to the SUBORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
newValue
- java.lang.Longpublic java.lang.String getProductTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
getProductTotal
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getProductTotalInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setProductTotal(java.lang.String newValue)
This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
setProductTotal
in interface
SubOrderAccessBeanData
newValue
- Stringpublic void setProductTotal(java.math.BigDecimal newValue)
This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
newValue
- java.math.BigDecimalpublic java.lang.String getShippingTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
getShippingTotal
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getShippingTotalInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShippingTotal(java.lang.String newValue)
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
setShippingTotal
in interface
SubOrderAccessBeanData
newValue
- Stringpublic void setShippingTotal(java.math.BigDecimal newValue)
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
newValue
- java.math.BigDecimalpublic java.lang.String getSuborderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getSuborderId
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getSuborderIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping address.
getAddressId
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping address.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAddressId(java.lang.String newValue)
This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping address.
setAddressId
in interface
SubOrderAccessBeanData
newValue
- Stringpublic void setAddressId(java.lang.Long newValue)
This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping address.
newValue
- java.lang.Longpublic java.lang.String getTotalAdjustment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
getTotalAdjustment
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getTotalAdjustmentInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTotalAdjustment(java.lang.String newValue)
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
setTotalAdjustment
in interface
SubOrderAccessBeanData
newValue
- Stringpublic void setTotalAdjustment(java.math.BigDecimal newValue)
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
newValue
- java.math.BigDecimalpublic java.lang.String getTaxCountry() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SUBORDERS.COUNTRY column of DB2 type CHAR(30).
The following is a description of this column:
Customizable.
getTaxCountry
in interface
SubOrderAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTaxCountry(java.lang.String newValue)
This method provides access to the SUBORDERS.COUNTRY column of DB2 type CHAR(30).
The following is a description of this column:
Customizable.
setTaxCountry
in interface
SubOrderAccessBeanData
newValue
- java.lang.String