public class CurrencyDataBean extends com.ibm.commerce.beans.SmartDataBeanImpl implements CurrencyInputDataBean, CurrencySmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
CurrencyDataBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrencyCode()
This method gets the currency code.
|
java.lang.String |
getDescription()
This method gets currency description.
|
java.lang.String |
getLanguageId()
This method gets language Id.
|
void |
populate()
This method is used to populate the CurrencyDataBean.
|
void |
setCurrencyCode(java.lang.String newCurrencyCode)
This method sets the currency code.
|
void |
setDescription(java.lang.String newDescription)
This method sets the currency description.
|
void |
setLanguageId(java.lang.String newLanguageId)
This method sets the language Id.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String COPYRIGHT
public java.lang.String getCurrencyCode()
getCurrencyCode in interface CurrencySmartDataBeanpublic java.lang.String getDescription()
getDescription in interface CurrencySmartDataBeanpublic java.lang.String getLanguageId()
getLanguageId in interface CurrencySmartDataBeanpublic void populate()
throws java.lang.Exception
populate in interface com.ibm.commerce.beans.SmartDataBeanpopulate in class com.ibm.commerce.beans.SmartDataBeanImpljava.lang.Exceptionpublic void setCurrencyCode(java.lang.String newCurrencyCode)
setCurrencyCode in interface CurrencyInputDataBeannewCurrencyCode - new currency codepublic void setDescription(java.lang.String newDescription)
setDescription in interface CurrencyInputDataBeannewDescription - new currency descriptionpublic void setLanguageId(java.lang.String newLanguageId)
setLanguageId in interface CurrencyInputDataBeannewLanguageId - new language Id.