public class TaxCategoryDescriptionDataBean
extends com.ibm.commerce.taxation.beansrc.TaxCategoryDescriptionDataBeanBase
implements com.ibm.commerce.taxation.beans.TaxCategoryDescriptionInputDataBean, com.ibm.commerce.taxation.beans.TaxCategoryDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
TaxCategoryDescriptionDataBean(java.lang.String aTaxCategoryId,
java.lang.String aLanguageId)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns LanguageId.
|
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 TaxCategoryDescriptionDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets LanguageId.
|
void |
setDataBeanKeyTaxCategoryId(java.lang.String aTaxCategoryId)
This method sets TaxCategoryId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegategetDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getTaxCategoryId, getTaxCategoryIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_languageId, setInitKey_taxCategoryId, setInitKey_taxCategoryId, setLanguageId, setLanguageId, setTaxCategoryId, setTaxCategoryIdpublic static final java.lang.String COPYRIGHT
public TaxCategoryDescriptionDataBean(java.lang.String aTaxCategoryId,
java.lang.String aLanguageId)
aTaxCategoryId - java.lang.StringaLanguageId - java.lang.Stringpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - public java.lang.String getDataBeanKeyTaxCategoryId()
getDataBeanKeyTaxCategoryId in interface com.ibm.commerce.taxation.beans.TaxCategoryDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.taxation.beans.TaxCategoryDescriptionSmartDataBeanpublic 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.taxation.beans.TaxCategoryDescriptionInputDataBeanaTaxCategoryId - java.lang.Stringpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.taxation.beans.TaxCategoryDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception