public class OrderReleaseTotalsDataBean
extends com.ibm.commerce.inventory.beansrc.OrderReleaseTotalsDataBeanBase
implements com.ibm.commerce.inventory.beans.OrderReleaseTotalsInputDataBean, com.ibm.commerce.inventory.beans.OrderReleaseTotalsSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderReleaseTotalsDataBean()
This method constructs an OrderReleaseTotalsDataBean.
|
OrderReleaseTotalsDataBean(OrderReleaseTotalsAccessBean aabOrderReleaseTotal)
This method constructs an OrderReleaseTotalsDataBean from an OrderReleaseTotalsAccessBean by
extracting the OrderReleaseTotals EJB reference from the OrderReleaseTotalsAccessBean.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyOrderChargeType()
This method returns the databean key:order charge type.
|
java.lang.String |
getDataBeanKeyOrderId()
This method returns the databean key:order id.
|
java.lang.String |
getDataBeanKeyOrderReleaseNumber()
This method returns the databean key:order release number.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderReleaseTotalsDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyOrderChargeType(java.lang.String aOrderChargeType)
This method sets the databean key:order charge type.
|
void |
setDataBeanKeyOrderId(java.lang.String aOrderId)
This method sets the databean key:order id.
|
void |
setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
This method sets the databean key:order release number.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOrdersId, findByOrdersIdAndOrderReleaseNumber, getAmount, getAmountInEntityType, getChargeType, getEntity, getField1, getField1InEntityType, getField2, getField3, getLastCreated, getLastCreatedInEntityType, getOrderReleaseNum, getOrderReleaseNumInEntityType, getOrdersId, getOrdersIdInEntityType, instantiateEntity, setAmount, setAmount, setChargeType, setField1, setField1, setField2, setField3, setInitKey_chargeType, setInitKey_orderReleaseNum, setInitKey_orderReleaseNum, setInitKey_ordersId, setInitKey_ordersId, setLastCreated, setLastCreated, setOrderReleaseNum, setOrderReleaseNum, setOrdersId, setOrdersIdpublic static final java.lang.String COPYRIGHT
public OrderReleaseTotalsDataBean(OrderReleaseTotalsAccessBean aabOrderReleaseTotal)
aabOrderReleaseTotal - OrderReleaseTotalsAccessBeanjava.lang.Exceptionpublic OrderReleaseTotalsDataBean()
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyOrderId()
getDataBeanKeyOrderId in interface com.ibm.commerce.inventory.beans.OrderReleaseTotalsSmartDataBeanpublic java.lang.String getDataBeanKeyOrderReleaseNumber()
getDataBeanKeyOrderReleaseNumber in interface com.ibm.commerce.inventory.beans.OrderReleaseTotalsSmartDataBeanpublic java.lang.String getDataBeanKeyOrderChargeType()
getDataBeanKeyOrderChargeType in interface com.ibm.commerce.inventory.beans.OrderReleaseTotalsSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyOrderId(java.lang.String aOrderId)
setDataBeanKeyOrderId in interface com.ibm.commerce.inventory.beans.OrderReleaseTotalsInputDataBeanaOrderId - java.lang.Stringpublic void setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
setDataBeanKeyOrderReleaseNumber in interface com.ibm.commerce.inventory.beans.OrderReleaseTotalsInputDataBeanaOrderReleaseNumber - java.lang.Stringpublic void setDataBeanKeyOrderChargeType(java.lang.String aOrderChargeType)
setDataBeanKeyOrderChargeType in interface com.ibm.commerce.inventory.beans.OrderReleaseTotalsInputDataBeanaOrderChargeType - java.lang.Stringpublic void populate()
iDataBeanKeyOrderId and iDataBeanKeyOrderId and iDataBeanKeyOrderReleaseNumber
using the setDataBeanKeyOrderChargeType(String) and setDataBeanKeyOrderId(String)
and setDataBeanKeyOrderReleaseNumber(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyOrderChargeType(String),
setDataBeanKeyOrderId(String),
setDataBeanKeyOrderReleaseNumber(String)