public class SubOrderTaxDataBean
extends com.ibm.commerce.taxation.beansrc.SubOrderTaxDataBeanBase
implements com.ibm.commerce.taxation.beans.SubOrderTaxInputDataBean, com.ibm.commerce.taxation.beans.SubOrderTaxSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
SubOrderTaxDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyNSubOrderId()
This method returns NSubOrderId.
|
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 SubOrderTaxDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyNSubOrderId(java.lang.String aNSubOrderId)
This method sets NSubOrderId.
|
void |
setDataBeanKeyNTaxCategoryId(java.lang.String aNTaxCategoryId)
This method sets NTaxCategoryId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findBySubOrder, findBySubOrderForUpdate, getEntity, getSubOrderId, getSubOrderIdInEntityType, getTaxAmount, getTaxAmountInEntityType, getTaxCategoryId, getTaxCategoryIdInEntityType, instantiateEntity, setInitKey_nSubOrderId, setInitKey_nSubOrderId, setInitKey_nTaxCategoryId, setInitKey_nTaxCategoryId, setSubOrderId, setSubOrderId, 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 getDataBeanKeyNSubOrderId()
getDataBeanKeyNSubOrderId in interface com.ibm.commerce.taxation.beans.SubOrderTaxSmartDataBeanpublic java.lang.String getDataBeanKeyNTaxCategoryId()
getDataBeanKeyNTaxCategoryId in interface com.ibm.commerce.taxation.beans.SubOrderTaxSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNSubOrderId(java.lang.String aNSubOrderId)
setDataBeanKeyNSubOrderId in interface com.ibm.commerce.taxation.beans.SubOrderTaxInputDataBeanaNSubOrderId - java.lang.Stringpublic void setDataBeanKeyNTaxCategoryId(java.lang.String aNTaxCategoryId)
setDataBeanKeyNTaxCategoryId in interface com.ibm.commerce.taxation.beans.SubOrderTaxInputDataBeanaNTaxCategoryId - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception