public class TaxCodeClassificationDataBean
extends com.ibm.commerce.taxation.beansrc.TaxCodeClassificationDataBeanBase
implements com.ibm.commerce.taxation.beans.TaxCodeClassificationInputDataBean, com.ibm.commerce.taxation.beans.TaxCodeClassificationSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
TaxCodeClassificationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyNClassificationId()
This method returns NClassificationId.
|
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 |
setDataBeanKeyNClassificationId(java.lang.String aNClassificationId)
This method sets NClassificationId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegategetClassificationId, getClassificationIdInEntityType, getDescription, getEntity, getName, getSchemeId, getSchemeIdInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, instantiateEntity, setClassificationId, setClassificationId, setDescription, setInitKey_nClassificationId, setInitKey_nClassificationId, setName, setSchemeId, setSchemeId, setStoreEntityId, setStoreEntityIdpublic 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 getDataBeanKeyNClassificationId()
getDataBeanKeyNClassificationId in interface com.ibm.commerce.taxation.beans.TaxCodeClassificationSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNClassificationId(java.lang.String aNClassificationId)
setDataBeanKeyNClassificationId in interface com.ibm.commerce.taxation.beans.TaxCodeClassificationInputDataBeanaNClassificationId - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception