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.
|
getDelegate
findByCountryNameAndLanguageId, 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, setStateAbbr
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- public java.lang.String getDataBeanKeyNLanguageId()
getDataBeanKeyNLanguageId
in interface com.ibm.commerce.taxation.beans.StateProvinceSmartDataBean
public java.lang.String getDataBeanKeyStrStateAbbr()
getDataBeanKeyStrStateAbbr
in interface com.ibm.commerce.taxation.beans.StateProvinceSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNLanguageId(java.lang.String aNLanguageId)
setDataBeanKeyNLanguageId
in interface com.ibm.commerce.taxation.beans.StateProvinceInputDataBean
aNLanguageId
- java.lang.Stringpublic void setDataBeanKeyStrStateAbbr(java.lang.String aStrStateAbbr)
setDataBeanKeyStrStateAbbr
in interface com.ibm.commerce.taxation.beans.StateProvinceInputDataBean
aStrStateAbbr
- java.lang.Stringpublic void populate()
populate
in interface SmartDataBean
java.lang.Exception