public class CalculationCodeTaxExemptDataBean
extends com.ibm.commerce.taxation.beansrc.CalculationCodeTaxExemptDataBeanBase
implements com.ibm.commerce.taxation.beans.CalculationCodeTaxExemptInputDataBean, com.ibm.commerce.taxation.beans.CalculationCodeTaxExemptSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
CalculationCodeTaxExemptDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyNCalculationCodeId()
This method returns NCalculationCodeId.
|
java.lang.String |
getDataBeanKeyStrTaxCategoryId()
This method returns StrTaxCategoryId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CalculationCodeTaxExemptDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyNCalculationCodeId(java.lang.String aNCalculationCodeId)
This method sets NCalculationCodeId.
|
void |
setDataBeanKeyStrTaxCategoryId(java.lang.String aStrTaxCategoryId)
This method sets StrTaxCategoryId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByCalculationCode, getCalculationCodeId, getCalculationCodeIdInEntityType, getEntity, getTaxCategoryId, getTaxCategoryIdInEntityType, instantiateEntity, setCalculationCodeId, setCalculationCodeId, setInitKey_nCalculationCodeId, setInitKey_nCalculationCodeId, setInitKey_strTaxCategoryId, setInitKey_strTaxCategoryId, 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 getDataBeanKeyNCalculationCodeId()
getDataBeanKeyNCalculationCodeId in interface com.ibm.commerce.taxation.beans.CalculationCodeTaxExemptSmartDataBeanpublic java.lang.String getDataBeanKeyStrTaxCategoryId()
getDataBeanKeyStrTaxCategoryId in interface com.ibm.commerce.taxation.beans.CalculationCodeTaxExemptSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNCalculationCodeId(java.lang.String aNCalculationCodeId)
setDataBeanKeyNCalculationCodeId in interface com.ibm.commerce.taxation.beans.CalculationCodeTaxExemptInputDataBeanaNCalculationCodeId - java.lang.Stringpublic void setDataBeanKeyStrTaxCategoryId(java.lang.String aStrTaxCategoryId)
setDataBeanKeyStrTaxCategoryId in interface com.ibm.commerce.taxation.beans.CalculationCodeTaxExemptInputDataBeanaStrTaxCategoryId - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception