|
||||||||
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.OrderAdjustmentAccessBean
This bean provides access to the ORDADJUST table.
The following is a description of this table:
Each row of this table represents an OrderAdjustment.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
OrderAdjustmentAccessBean()
Default constructor. |
|
OrderAdjustmentAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
OrderAdjustmentAccessBean(java.lang.Long anOrderId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
OrderAdjustmentAccessBean(java.lang.Long anOrderId,
java.math.BigDecimal afAmount,
java.lang.Integer anCalculationCode,
java.lang.Integer anCalculationUsage,
java.lang.Integer anDisplayLevel)
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 anOrderId)
Retrieves all the order adjustments for specified order id. The SQL query used to fetch all the required rows from the ORDADJUST table is: SELECT * FROM ORDADJUST T1 WHERE T1.ORDERS_ID = ? |
java.util.Enumeration |
findByOrderAndUsage(java.lang.Long anOrdersId,
java.lang.Integer anCalUsage)
Retrieves all the order adjustments for specified order id and calculation usage. The SQL query used to fetch all the required rows from the ORDADJUST table is: SELECT * FROM ORDADJUST T1 WHERE T1.ORDERS_ID = ? and T1.CALUSAGE_ID = ? |
java.lang.String |
getAmount()
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getAmountInEJBType()
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getCalculationCodeId()
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getCalculationCodeIdInEJBType()
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getCalculationUsageId()
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getCalculationUsageIdInEJBType()
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL. |
OrderAdjustmentDescriptionAccessBean |
getDescription(java.lang.Integer anLanguageId,
java.lang.Integer anStoreId)
Returns an OrderAdjustmentDescriptionAccessBean object associated with languageId. |
java.lang.String |
getDisplayLevel()
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getDisplayLevelInEJBType()
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getOrderAdjustmentId()
This method provides access to the ORDADJUST.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderAdjustmentIdInEJBType()
This method provides access to the ORDADJUST.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrderId()
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderIdInEJBType()
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAmount(java.math.BigDecimal aAmount)
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setAmount(java.lang.String aAmount)
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL. |
void |
setCalculationCodeId(java.lang.String aCalculationCodeId)
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL. |
void |
setCalculationUsageId(java.lang.Integer aCalculationUsageId)
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL. |
void |
setCalculationUsageId(java.lang.String aCalculationUsageId)
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL. |
void |
setDisplayLevel(java.lang.Integer aDisplayLevel)
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL. |
void |
setDisplayLevel(java.lang.String aDisplayLevel)
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_orderAdjustmentId(java.lang.String aInitKey_orderAdjustmentId)
Set the primary key for this object |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderId(java.lang.String aOrderId)
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT 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 OrderAdjustmentAccessBean()
Default constructor. Maps to findByPrimaryKey.
public OrderAdjustmentAccessBean(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 OrderAdjustmentAccessBean(java.lang.Long anOrderId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
anOrderId
- java.lang.Long The order the OrderAdjustment is part ofjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic OrderAdjustmentAccessBean(java.lang.Long anOrderId, java.math.BigDecimal afAmount, java.lang.Integer anCalculationCode, java.lang.Integer anCalculationUsage, java.lang.Integer anDisplayLevel) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
anOrderId
- java.lang.Long The Order the order adjustment is part ofafAmount
- java.math.BigDecimal The amount of the order adjustmentanCalculationCode
- java.lang.Integer The calculation code used to create the order adjustmentanCalculationUsage
- java.lang.Integer The calculation usage of the calculation code used to create the order adjustmentanDisplayLevel
- java.lang.Integer Specifies how the value of this order adjustment should be displayedjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException 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 anOrderId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the order adjustments for specified order id.
The SQL query used to fetch all the required rows from the
ORDADJUST table is:
SELECT * FROM ORDADJUST T1 WHERE T1.ORDERS_ID = ?
anOrderId
- java.lang.Long The order the order adjustments are 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 findByOrderAndUsage(java.lang.Long anOrdersId, java.lang.Integer anCalUsage) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the order adjustments for specified order id and calculation usage.
The SQL query used to fetch all the required rows from the
ORDADJUST table is:
SELECT * FROM ORDADJUST T1 WHERE T1.ORDERS_ID = ? and T1.CALUSAGE_ID = ?
anOrdersId
- java.lang.Long The order the order adjustments are part ofanCalUsage
- java.lang.Integer Calculation usagejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of the OrderAdjustment, in the currency of the order (ORDERS.CURRENCY). This is the sum of its related OrderItemAdjustments.
getAmount
in interface OrderAdjustmentAccessBeanData
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 getAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of the OrderAdjustment, in the currency of the order (ORDERS.CURRENCY). This is the sum of its related OrderItemAdjustments.
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 getCalculationCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationCode, if any, and if it still exists, that was used to create the OrderAdjustment.
getCalculationCodeId
in interface OrderAdjustmentAccessBeanData
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 getCalculationCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationCode, if any, and if it still exists, that was used to create the OrderAdjustment.
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 getCalculationUsageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationUsage, if any, and if it still exists, of the CalculationCode that was used to create the OrderAdjustment.
getCalculationUsageId
in interface OrderAdjustmentAccessBeanData
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 getCalculationUsageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationUsage, if any, and if it still exists, of the CalculationCode that was used to create the OrderAdjustment.
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 OrderAdjustmentDescriptionAccessBean getDescription(java.lang.Integer anLanguageId, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Returns an OrderAdjustmentDescriptionAccessBean object associated with languageId. If there is no description for the specified language, the alternative languages for languageId and storeId will be used to get an appropriate description using the language dance mechanism.
anLanguageId
- java.lang.IntegeranStoreId
- java.lang.Integerjavax.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 java.lang.String getDisplayLevel() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The values for this OrderAdjustment should be displayed with each:
0 = OrderItem
1 = Order
2 = product
3 = item
4 = contract
This value is usually copied from CALCODE.DISPLAYLEVEL.
getDisplayLevel
in interface OrderAdjustmentAccessBeanData
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 getDisplayLevelInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The values for this OrderAdjustment should be displayed with each:
0 = OrderItem
1 = Order
2 = product
3 = item
4 = contract
This value is usually copied from CALCODE.DISPLAYLEVEL.
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 getOrderAdjustmentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
getOrderAdjustmentId
in interface OrderAdjustmentAccessBeanData
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 getOrderAdjustmentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.ORDADJUST_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 getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order the OrderAdjustment is part of.
getOrderId
in interface OrderAdjustmentAccessBeanData
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 ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order the OrderAdjustment is part of.
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 setAmount(java.math.BigDecimal aAmount)
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of the OrderAdjustment, in the currency of the order (ORDERS.CURRENCY). This is the sum of its related OrderItemAdjustments.
aAmount
- java.math.BigDecimalpublic void setAmount(java.lang.String aAmount)
This method provides access to the ORDADJUST.AMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of the OrderAdjustment, in the currency of the order (ORDERS.CURRENCY). This is the sum of its related OrderItemAdjustments.
setAmount
in interface OrderAdjustmentAccessBeanData
aAmount
- java.lang.Stringpublic void setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationCode, if any, and if it still exists, that was used to create the OrderAdjustment.
aCalculationCodeId
- java.lang.Integerpublic void setCalculationCodeId(java.lang.String aCalculationCodeId)
This method provides access to the ORDADJUST.CALCODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationCode, if any, and if it still exists, that was used to create the OrderAdjustment.
setCalculationCodeId
in interface OrderAdjustmentAccessBeanData
aCalculationCodeId
- java.lang.Stringpublic void setCalculationUsageId(java.lang.Integer aCalculationUsageId)
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationUsage, if any, and if it still exists, of the CalculationCode that was used to create the OrderAdjustment.
aCalculationUsageId
- java.lang.Integerpublic void setCalculationUsageId(java.lang.String aCalculationUsageId)
This method provides access to the ORDADJUST.CALUSAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationUsage, if any, and if it still exists, of the CalculationCode that was used to create the OrderAdjustment.
setCalculationUsageId
in interface OrderAdjustmentAccessBeanData
aCalculationUsageId
- java.lang.Stringpublic void setDisplayLevel(java.lang.Integer aDisplayLevel)
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The values for this OrderAdjustment should be displayed with each:
0 = OrderItem
1 = Order
2 = product
3 = item
4 = contract
This value is usually copied from CALCODE.DISPLAYLEVEL.
aDisplayLevel
- java.lang.Integerpublic void setDisplayLevel(java.lang.String aDisplayLevel)
This method provides access to the ORDADJUST.DISPLAYLEVEL column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The values for this OrderAdjustment should be displayed with each:
0 = OrderItem
1 = Order
2 = product
3 = item
4 = contract
This value is usually copied from CALCODE.DISPLAYLEVEL.
setDisplayLevel
in interface OrderAdjustmentAccessBeanData
aDisplayLevel
- java.lang.Stringpublic void setInitKey_orderAdjustmentId(java.lang.String aInitKey_orderAdjustmentId)
Set the primary key for this object
aInitKey_orderAdjustmentId
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order the OrderAdjustment is part of.
aOrderId
- java.lang.Longpublic void setOrderId(java.lang.String aOrderId)
This method provides access to the ORDADJUST.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order the OrderAdjustment is part of.
setOrderId
in interface OrderAdjustmentAccessBeanData
aOrderId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |