public class CurrencyDescriptionDataBean extends CurrencyDescriptionDataBeanBase implements CurrencyDescriptionInputDataBean, CurrencyDescriptionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
CurrencyDescriptionDataBean() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCurrencyCode()
This method returns CurrencyCode.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns LanguageId.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CurrencyDescriptionDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCurrencyCode(java.lang.String aCurrencyCode)
This method sets CurrencyCode.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets LanguageId.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegate
findByLanguageId, findByLanguageIdNoCache, getCurrencyCode, getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, instantiateEntity, setCurrencyCode, setDescription, setInitKey_currencyCode, setInitKey_languageId, setInitKey_languageId, setLanguageId, setLanguageId
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
public java.lang.String getDataBeanKeyCurrencyCode()
getDataBeanKeyCurrencyCode
in interface CurrencyDescriptionSmartDataBean
public java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId
in interface CurrencyDescriptionSmartDataBean
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
public void populate()
populate
in interface com.ibm.commerce.beans.SmartDataBean
java.lang.Exception
public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCurrencyCode(java.lang.String aCurrencyCode)
setDataBeanKeyCurrencyCode
in interface CurrencyDescriptionInputDataBean
aCurrencyCode
- java.lang.Stringpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId
in interface CurrencyDescriptionInputDataBean
aLanguageId
- java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
-