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.
|
getDelegate
findByOrderAdjustmentIds, findByOrderAdjustmentIdsForUpdate, getEntity, getOrderAdjustmentId, getOrderAdjustmentIdInEntityType, getTaxCategoryId, getTaxCategoryIdInEntityType, instantiateEntity, setInitKey_orderAdjustmentId, setInitKey_orderAdjustmentId, setInitKey_taxCategoryId, setInitKey_taxCategoryId, setOrderAdjustmentId, setOrderAdjustmentId, setTaxCategoryId, setTaxCategoryId
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyTaxCategoryId()
getDataBeanKeyTaxCategoryId
in interface com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptSmartDataBean
public java.lang.String getDataBeanKeyOrderAdjustmentId()
getDataBeanKeyOrderAdjustmentId
in interface com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyTaxCategoryId(java.lang.String aTaxCategoryId)
setDataBeanKeyTaxCategoryId
in interface com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptInputDataBean
aTaxCategoryId
- java.lang.Stringpublic void setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
setDataBeanKeyOrderAdjustmentId
in interface com.ibm.commerce.order.beans.OrderAdjustmentTaxExemptInputDataBean
aOrderAdjustmentId
- java.lang.Stringpublic void populate()
populate()
method.
populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyOrderAdjustmentId(String)
,
setDataBeanKeyTaxCategoryId(String)