public class TaxCategoryDataBean
extends com.ibm.commerce.taxation.beansrc.TaxCategoryDataBeanBase
implements com.ibm.commerce.taxation.beans.TaxCategoryInputDataBean, com.ibm.commerce.taxation.beans.TaxCategorySmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
TaxCategoryDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyNCategoryId()
This method returns NCategoryId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the TaxCategoryDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyNCategoryId(java.lang.String aNCategoryId)
This method sets NCategoryId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findAllDisplayed, findByStore, findByStoreAndTaxType, findByStoreAndTaxTypeNoCache, findByStoreAndTaxTypeWithDisplayTaxUsage, findByStoreNoCache, findByStoreWithDisplayTaxUsage, getCalculationSequence, getCalculationSequenceInEntityType, getCategoryId, getCategoryIdInEntityType, getDescription, getDescriptionNoCache, getDisplaySequence, getDisplaySequenceInEntityType, getDisplayUsage, getDisplayUsageInEntityType, getEntity, getField1, getField1InEntityType, getField2, getField2InEntityType, getField3, getMarkForDelete, getMarkForDeleteInEntityType, getName, getStoreEntityId, getStoreEntityIdInEntityType, getTypeId, getTypeIdInEntityType, instantiateEntity, setCalculationSequence, setCalculationSequence, setCategoryId, setCategoryId, setDisplaySequence, setDisplaySequence, setDisplayUsage, setDisplayUsage, setField1, setField1, setField2, setField2, setField3, setInitKey_nCategoryId, setInitKey_nCategoryId, setMarkForDelete, setMarkForDelete, setName, setStoreEntityId, setStoreEntityId, setTypeId, setTypeIdpublic 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 getDataBeanKeyNCategoryId()
getDataBeanKeyNCategoryId in interface com.ibm.commerce.taxation.beans.TaxCategorySmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNCategoryId(java.lang.String aNCategoryId)
setDataBeanKeyNCategoryId in interface com.ibm.commerce.taxation.beans.TaxCategoryInputDataBeanaNCategoryId - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception