public class StateCodeDataBean
extends com.ibm.commerce.taxation.beansrc.StateCodeDataBeanBase
implements com.ibm.commerce.taxation.beans.StateCodeInputDataBean, com.ibm.commerce.taxation.beans.StateCodeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
StateCodeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyStrProductVendor()
This method returns StrProductVendor.
|
java.lang.String |
getDataBeanKeyStrStateAbbr()
This method returns StrStateAbbr.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the StateCodeDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyStrProductVendor(java.lang.String aStrProductVendor)
This method sets StrProductVendor.
|
void |
setDataBeanKeyStrStateAbbr(java.lang.String aStrStateAbbr)
This method sets StrStateAbbr.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findByProductVendorAndStateProvinceName, findByProductVendorLanguageIdAndState, findByProductVendorLanguageIdAndStateAbbr, findByProductVendorLanguageIdAndStateName, getEntity, getProductVendor, getStateAbbr, getStateCode, instantiateEntity, setInitKey_strProductVendor, setInitKey_strStateAbbr, setProductVendor, setStateAbbr, setStateCodepublic 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 getDataBeanKeyStrProductVendor()
getDataBeanKeyStrProductVendor in interface com.ibm.commerce.taxation.beans.StateCodeSmartDataBeanpublic java.lang.String getDataBeanKeyStrStateAbbr()
getDataBeanKeyStrStateAbbr in interface com.ibm.commerce.taxation.beans.StateCodeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyStrProductVendor(java.lang.String aStrProductVendor)
setDataBeanKeyStrProductVendor in interface com.ibm.commerce.taxation.beans.StateCodeInputDataBeanaStrProductVendor - java.lang.Stringpublic void setDataBeanKeyStrStateAbbr(java.lang.String aStrStateAbbr)
setDataBeanKeyStrStateAbbr in interface com.ibm.commerce.taxation.beans.StateCodeInputDataBeanaStrStateAbbr - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception