public class SubOrderAdjustmentDataBean extends SubOrderAdjustmentDataBeanBase implements com.ibm.commerce.order.beans.SubOrderAdjustmentInputDataBean, com.ibm.commerce.order.beans.SubOrderAdjustmentSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
SubOrderAdjustmentDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyOrderAdjustmentId()
This method returns OrderAdjustmentId.
|
java.lang.String |
getDataBeanKeySubOrderId()
This method returns SubOrderId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the SubOrderAdjustmentDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
This method sets OrderAdjustmentId.
|
void |
setDataBeanKeySubOrderId(java.lang.String aSubOrderId)
This method sets SubOrderId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOrderAdjustmentId, findByOrderAdjustmentIdForUpdate, findBySubOrder, findBySubOrderForUpdate, getEntity, getOrderAdjustmentId, getOrderAdjustmentIdInEntityType, getSubOrderId, getSubOrderIdInEntityType, getTotalAdjustment, getTotalAdjustmentInEntityType, instantiateEntity, setInitKey_orderAdjustmentId, setInitKey_orderAdjustmentId, setInitKey_subOrderId, setInitKey_subOrderId, setSubOrderId, setSubOrderId, setTotalAdjustment, setTotalAdjustmentpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - TypedPropertypublic java.lang.String getDataBeanKeySubOrderId()
getDataBeanKeySubOrderId in interface com.ibm.commerce.order.beans.SubOrderAdjustmentSmartDataBeanpublic java.lang.String getDataBeanKeyOrderAdjustmentId()
getDataBeanKeyOrderAdjustmentId in interface com.ibm.commerce.order.beans.SubOrderAdjustmentSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeySubOrderId(java.lang.String aSubOrderId)
setDataBeanKeySubOrderId in interface com.ibm.commerce.order.beans.SubOrderAdjustmentInputDataBeanaSubOrderId - java.lang.Stringpublic void setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
setDataBeanKeyOrderAdjustmentId in interface com.ibm.commerce.order.beans.SubOrderAdjustmentInputDataBeanaOrderAdjustmentId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyOrderAdjustmentId(String),
setDataBeanKeySubOrderId(String)