public class StateProvinceDataBean
extends com.ibm.commerce.taxation.beansrc.StateProvinceDataBeanBase
implements com.ibm.commerce.taxation.beans.StateProvinceInputDataBean, com.ibm.commerce.taxation.beans.StateProvinceSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
StateProvinceDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyNLanguageId()
This method returns NLanguageId.
|
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 StateProvinceDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyNLanguageId(java.lang.String aNLanguageId)
This method sets NLanguageId.
|
void |
setDataBeanKeyStrStateAbbr(java.lang.String aStrStateAbbr)
This method sets StrStateAbbr.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByCountryNameAndLanguageId, findByCountryNameAndLanguageIdNoCache, findByLanguageIdAndState, findByLanguageIdAndStateName, findByLanguageIdAndStateNoCache, findByLanguageIdStateAbbrAndCountryAbbr, findByLanguageIdStateAbbrAndCountryAbbrNoCache, findByLanguageIdStateAndCountryAbbr, findByLanguageIdStateNameAndCountryAbbr, findByNameAndCountryAbbreviationCode, findByNameAndCountryAbbreviationCodeNoCache, getCountryAbbr, getEntity, getLanguageId, getLanguageIdInEntityType, getName, getStateAbbr, instantiateEntity, setCountryAbbr, setInitKey_nLanguageId, setInitKey_nLanguageId, setInitKey_strStateAbbr, setLanguageId, setLanguageId, setName, setStateAbbrpublic 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 getDataBeanKeyNLanguageId()
getDataBeanKeyNLanguageId in interface com.ibm.commerce.taxation.beans.StateProvinceSmartDataBeanpublic java.lang.String getDataBeanKeyStrStateAbbr()
getDataBeanKeyStrStateAbbr in interface com.ibm.commerce.taxation.beans.StateProvinceSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNLanguageId(java.lang.String aNLanguageId)
setDataBeanKeyNLanguageId in interface com.ibm.commerce.taxation.beans.StateProvinceInputDataBeanaNLanguageId - java.lang.Stringpublic void setDataBeanKeyStrStateAbbr(java.lang.String aStrStateAbbr)
setDataBeanKeyStrStateAbbr in interface com.ibm.commerce.taxation.beans.StateProvinceInputDataBeanaStrStateAbbr - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception