public class OrderItemTaxDataBean
extends com.ibm.commerce.taxation.beansrc.OrderItemTaxDataBeanBase
implements com.ibm.commerce.taxation.beans.OrderItemTaxInputDataBean, com.ibm.commerce.taxation.beans.OrderItemTaxSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderItemTaxDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyNOrderItemsId()
This method returns NOrderItemsId.
|
java.lang.String |
getDataBeanKeyNTaxCategoryId()
This method returns NTaxCategoryId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderItemTaxDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyNOrderItemsId(java.lang.String aNOrderItemsId)
This method sets NOrderItemsId.
|
void |
setDataBeanKeyNTaxCategoryId(java.lang.String aNTaxCategoryId)
This method sets NTaxCategoryId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findByOrderItem, findByOrderItemAndTaxCategory, getEntity, getOrderItemsId, getOrderItemsIdInEntityType, getTaxAmount, getTaxAmountInEntityType, getTaxCategoryId, getTaxCategoryIdInEntityType, instantiateEntity, setInitKey_nOrderItemsId, setInitKey_nOrderItemsId, setInitKey_nTaxCategoryId, setInitKey_nTaxCategoryId, setOrderItemsId, setOrderItemsId, setTaxAmount, setTaxAmount, setTaxCategoryId, setTaxCategoryIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - public java.lang.String getDataBeanKeyNOrderItemsId()
getDataBeanKeyNOrderItemsId in interface com.ibm.commerce.taxation.beans.OrderItemTaxSmartDataBeanpublic java.lang.String getDataBeanKeyNTaxCategoryId()
getDataBeanKeyNTaxCategoryId in interface com.ibm.commerce.taxation.beans.OrderItemTaxSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNOrderItemsId(java.lang.String aNOrderItemsId)
setDataBeanKeyNOrderItemsId in interface com.ibm.commerce.taxation.beans.OrderItemTaxInputDataBeanaNOrderItemsId - java.lang.Stringpublic void setDataBeanKeyNTaxCategoryId(java.lang.String aNTaxCategoryId)
setDataBeanKeyNTaxCategoryId in interface com.ibm.commerce.taxation.beans.OrderItemTaxInputDataBeanaNTaxCategoryId - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception