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, setTaxTypeId
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- public java.lang.String getDataBeanKeyNTaxTypeId()
getDataBeanKeyNTaxTypeId
in interface com.ibm.commerce.taxation.beans.TaxTypeSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNTaxTypeId(java.lang.String aNTaxTypeId)
setDataBeanKeyNTaxTypeId
in interface com.ibm.commerce.taxation.beans.TaxTypeInputDataBean
aNTaxTypeId
- java.lang.Stringpublic void populate()
populate()
method.populate
in interface SmartDataBean
java.lang.Exception