public class TaxTypeDataBean
extends com.ibm.commerce.taxation.beansrc.TaxTypeDataBeanBase
implements com.ibm.commerce.taxation.beans.TaxTypeInputDataBean, com.ibm.commerce.taxation.beans.TaxTypeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
TaxTypeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyNTaxTypeId()
This method returns NTaxTypeId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the TaxTypeDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyNTaxTypeId(java.lang.String aNTaxTypeId)
This method sets NTaxTypeId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findAll, getEntity, getSequence, getSequenceInEntityType, getTaxCodeSchemeId, getTaxCodeSchemeIdInEntityType, getTaxTypeId, getTaxTypeIdInEntityType, instantiateEntity, setInitKey_nTaxTypeId, setInitKey_nTaxTypeId, setSequence, setSequence, setTaxCodeSchemeId, setTaxCodeSchemeId, setTaxTypeId, setTaxTypeIdpublic 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 getDataBeanKeyNTaxTypeId()
getDataBeanKeyNTaxTypeId in interface com.ibm.commerce.taxation.beans.TaxTypeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNTaxTypeId(java.lang.String aNTaxTypeId)
setDataBeanKeyNTaxTypeId in interface com.ibm.commerce.taxation.beans.TaxTypeInputDataBeanaNTaxTypeId - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception