|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.SubOrderAccessBean
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
SubOrderAccessBean()
Default constructor. |
|
SubOrderAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
SubOrderAccessBean(java.lang.Long anOrderId,
java.lang.Long anAddressId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
SubOrderAccessBean(com.ibm.commerce.order.objects.SubOrderKey aOrderAccessBean1)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByOrder(java.lang.Long anOrder)
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 astrWithPushDownQuery)
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 NULL. |
java.lang.Long |
getAddressIdInEJBType()
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.String |
getField1()
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField1InEJBType()
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.String |
getField2()
This method provides access to the SUBORDERS.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField2InEJBType()
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.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) NULL. |
java.math.BigDecimal |
getProductTotalInEJBType()
This method provides access to the SUBORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getShippingTaxTotal()
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getShippingTaxTotalInEJBType()
This method provides access to the SUBORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getShippingTotal()
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getShippingTotalInEJBType()
This method provides access to the SUBORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
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) NULL. |
java.lang.String |
getTaxTotal()
This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTaxTotalInEJBType()
This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getTotalAdjustment()
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTotalAdjustmentInEJBType()
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAddressId(java.lang.Long aAddressId)
This method provides access to the SUBORDERS.ADDRESS_ID column of DB2 type BIGINT NULL. |
void |
setAddressId(java.lang.String 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 |
setField1(java.lang.String 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 |
setField2(java.lang.String 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 |
setInitKey_suborderId(java.lang.String aInitKey_suborderId)
Set the primary key for this object |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the SUBORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderId(java.lang.String aOrderId)
This method provides access to the SUBORDERS.ORDERS_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 |
setProductTotal(java.lang.String 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 |
setShippingTaxTotal(java.lang.String 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 |
setShippingTotal(java.lang.String 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.TOTALTAX column of DB2 type DECIMAL(20,5) NULL. |
void |
setTaxTotal(java.lang.String aTaxTotal)
This method provides access to the SUBORDERS.TOTALTAX 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. |
void |
setTotalAdjustment(java.lang.String aTotalAdjustment)
This method provides access to the SUBORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubOrderAccessBean()
Default constructor. Maps to findByPrimaryKey.
public SubOrderAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic SubOrderAccessBean(java.lang.Long anOrderId, java.lang.Long anAddressId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
anOrderId
- java.lang.Long The order this suborder is part of.anAddressId
- java.lang.Long The shipping address.javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic SubOrderAccessBean(com.ibm.commerce.order.objects.SubOrderKey aOrderAccessBean1) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aOrderAccessBean1
- com.ibm.commerce.order.objects.SubOrderKeyjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByOrder(java.lang.Long anOrder) 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 = ?)
anOrder
- java.lang.Long The order this suborder is part ofjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findWithPushDownQuery(java.lang.String astrWithPushDownQuery) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves suborders identified by the specified WHERE clause.
astrWithPushDownQuery
- java.lang.String The WHERE clause string.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The shipping address.
getAddressId
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The shipping address.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) 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.
getCurrency
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
Customizable.
getField1
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Customizable.
getField2
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Customizable.
getField3
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) 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.
getProductTotal
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) 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.
getShippingTaxTotal
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) 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.
getShippingTotal
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Customizable.
getTaxCountry
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) 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.
getTotalAdjustment
in interface SubOrderAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 setAddressId(java.lang.String 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.
setAddressId
in interface SubOrderAccessBeanData
aAddressId
- java.lang.Stringpublic 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.
setCurrency
in interface SubOrderAccessBeanData
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 setField1(java.lang.String aField1)
This method provides access to the SUBORDERS.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField1
in interface SubOrderAccessBeanData
aField1
- java.lang.Stringpublic 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 setField2(java.lang.String 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.
setField2
in interface SubOrderAccessBeanData
aField2
- java.lang.Stringpublic 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.
setField3
in interface SubOrderAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_suborderId(java.lang.String aInitKey_suborderId)
Set the primary key for this object
aInitKey_suborderId
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
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.
aOrderId
- java.lang.Longpublic void setOrderId(java.lang.String aOrderId)
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
aOrderId
- java.lang.Stringpublic 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 setProductTotal(java.lang.String 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.
setProductTotal
in interface SubOrderAccessBeanData
aProductTotal
- java.lang.Stringpublic 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 setShippingTaxTotal(java.lang.String 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.
setShippingTaxTotal
in interface SubOrderAccessBeanData
aShippingTaxTotal
- java.lang.Stringpublic 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 setShippingTotal(java.lang.String 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.
setShippingTotal
in interface SubOrderAccessBeanData
aShippingTotal
- java.lang.Stringpublic 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.
setTaxCountry
in interface SubOrderAccessBeanData
aTaxCountry
- java.lang.Stringpublic void setTaxTotal(java.math.BigDecimal aTaxTotal)
This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20,5) NULL.
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.
aTaxTotal
- java.math.BigDecimalpublic void setTaxTotal(java.lang.String aTaxTotal)
This method provides access to the SUBORDERS.TOTALTAX column of DB2 type DECIMAL(20,5) NULL.
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
aTaxTotal
- java.lang.Stringpublic 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.BigDecimalpublic void setTotalAdjustment(java.lang.String 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.
setTotalAdjustment
in interface SubOrderAccessBeanData
aTotalAdjustment
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |