public class TaxCodeSchemeDataBean
extends com.ibm.commerce.taxation.beansrc.TaxCodeSchemeDataBeanBase
implements com.ibm.commerce.taxation.beans.TaxCodeSchemeInputDataBean, com.ibm.commerce.taxation.beans.TaxCodeSchemeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
TaxCodeSchemeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyNTaxCodeSchemeId()
This method returns NTaxCodeSchemeId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the TaxCodeClassificationDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyNTaxCodeSchemeId(java.lang.String aNTaxCodeSchemeId)
This method sets NTaxCodeSchemeId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegategetDescription, getEntity, getSoftware, getTaxCodeSchemeId, getTaxCodeSchemeIdInEntityType, getVendor, instantiateEntity, setDescription, setInitKey_nTaxCodeSchemeId, setInitKey_nTaxCodeSchemeId, setSoftware, setTaxCodeSchemeId, setTaxCodeSchemeId, setVendorpublic 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 getDataBeanKeyNTaxCodeSchemeId()
getDataBeanKeyNTaxCodeSchemeId in interface com.ibm.commerce.taxation.beans.TaxCodeSchemeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNTaxCodeSchemeId(java.lang.String aNTaxCodeSchemeId)
setDataBeanKeyNTaxCodeSchemeId in interface com.ibm.commerce.taxation.beans.TaxCodeSchemeInputDataBeanaNTaxCodeSchemeId - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception