public class RMATaxDataBean
extends com.ibm.commerce.ordermanagement.beansrc.RMATaxDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.RMATaxInputDataBean, com.ibm.commerce.ordermanagement.beans.RMATaxSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
RMATaxDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyRmaId()
This method returns RmaId.
|
java.lang.String |
getDataBeanKeyTaxCategoryId()
This method returns TaxCategoryId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the RMATaxDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyRmaId(java.lang.String aRmaId)
This method sets RmaId.
|
void |
setDataBeanKeyTaxCategoryId(java.lang.String aTaxCategoryId)
This method sets TaxCategoryId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByRmaId, findByRmaIdForUpdate, getEntity, getLastUpdate, getLastUpdateInEntityType, getRmaId, getRmaIdInEntityType, getTaxAmount, getTaxAmountInEntityType, getTaxCategoryId, getTaxCategoryIdInEntityType, instantiateEntity, setInitKey_rmaId, setInitKey_rmaId, setInitKey_taxCategoryId, setInitKey_taxCategoryId, setLastUpdate, setLastUpdate, setRmaId, setRmaId, 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 - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyTaxCategoryId()
getDataBeanKeyTaxCategoryId in interface com.ibm.commerce.ordermanagement.beans.RMATaxSmartDataBeanpublic java.lang.String getDataBeanKeyRmaId()
getDataBeanKeyRmaId in interface com.ibm.commerce.ordermanagement.beans.RMATaxSmartDataBeanpublic 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.ordermanagement.beans.RMATaxInputDataBeanaTaxCategoryId - java.lang.Stringpublic void setDataBeanKeyRmaId(java.lang.String aRmaId)
setDataBeanKeyRmaId in interface com.ibm.commerce.ordermanagement.beans.RMATaxInputDataBeanaRmaId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyRmaId(String),
setDataBeanKeyTaxCategoryId(String)