public class OrderAdjustmentTaxExemptDataBean extends OrderAdjustmentTaxExemptDataBeanBase implements com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptInputDataBean, com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderAdjustmentTaxExemptDataBean() |
| 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 order adjustment id.
|
java.lang.String |
getDataBeanKeyTaxCategoryId()
This method returns tax category key.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderAdjustmentTaxExemptDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
This method sets order adjustment id.
|
void |
setDataBeanKeyTaxCategoryId(java.lang.String aTaxCategoryId)
This method sets tax category id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOrderAdjustmentIds, findByOrderAdjustmentIdsForUpdate, getEntity, getOrderAdjustmentId, getOrderAdjustmentIdInEntityType, getTaxCategoryId, getTaxCategoryIdInEntityType, instantiateEntity, setInitKey_orderAdjustmentId, setInitKey_orderAdjustmentId, setInitKey_taxCategoryId, setInitKey_taxCategoryId, setOrderAdjustmentId, setOrderAdjustmentId, setTaxCategoryId, setTaxCategoryIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyTaxCategoryId()
getDataBeanKeyTaxCategoryId in interface com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptSmartDataBeanpublic java.lang.String getDataBeanKeyOrderAdjustmentId()
getDataBeanKeyOrderAdjustmentId in interface com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyTaxCategoryId(java.lang.String aTaxCategoryId)
setDataBeanKeyTaxCategoryId in interface com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptInputDataBeanaTaxCategoryId - java.lang.Stringpublic void setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
setDataBeanKeyOrderAdjustmentId in interface com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptInputDataBeanaOrderAdjustmentId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyOrderAdjustmentId(String),
setDataBeanKeyTaxCategoryId(String)