public class CountryCodeDataBean
extends com.ibm.commerce.taxation.beansrc.CountryCodeDataBeanBase
implements com.ibm.commerce.taxation.beans.CountryCodeInputDataBean, com.ibm.commerce.taxation.beans.CountryCodeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
CountryCodeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyStrCountryAbbr()
This method returns StrCountryAbbr.
|
java.lang.String |
getDataBeanKeyStrProductVendor()
This method returns StrProductVendor.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CountryCodeDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyStrCountryAbbr(java.lang.String aStrCountryAbbr)
This method sets StrCountryAbbr.
|
void |
setDataBeanKeyStrProductVendor(java.lang.String aStrProductVendor)
This method sets StrProductVendor.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findByProductVendorAndCountryName, findByProductVendorLanguageIdAndCountry, findByProductVendorLanguageIdAndCountryAbbr, findByProductVendorLanguageIdAndCountryName, getCountryAbbr, getCountryCode, getEntity, getProductVendor, instantiateEntity, setCountryAbbr, setCountryCode, setInitKey_strCountryAbbr, setInitKey_strProductVendor, setProductVendorpublic 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.CountryCodeSmartDataBeanpublic java.lang.String getDataBeanKeyStrCountryAbbr()
getDataBeanKeyStrCountryAbbr in interface com.ibm.commerce.taxation.beans.CountryCodeSmartDataBeanpublic 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.CountryCodeInputDataBeanaStrProductVendor - java.lang.Stringpublic void setDataBeanKeyStrCountryAbbr(java.lang.String aStrCountryAbbr)
setDataBeanKeyStrCountryAbbr in interface com.ibm.commerce.taxation.beans.CountryCodeInputDataBeanaStrCountryAbbr - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.Exception