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, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String COPYRIGHT
public java.lang.String getCurrencyCode()
getCurrencyCode
in interface CurrencySmartDataBean
public java.lang.String getDescription()
getDescription
in interface CurrencySmartDataBean
public java.lang.String getLanguageId()
getLanguageId
in interface CurrencySmartDataBean
public void populate() throws java.lang.Exception
populate
in interface com.ibm.commerce.beans.SmartDataBean
populate
in class com.ibm.commerce.beans.SmartDataBeanImpl
java.lang.Exception
public void setCurrencyCode(java.lang.String newCurrencyCode)
setCurrencyCode
in interface CurrencyInputDataBean
newCurrencyCode
- new currency codepublic void setDescription(java.lang.String newDescription)
setDescription
in interface CurrencyInputDataBean
newDescription
- new currency descriptionpublic void setLanguageId(java.lang.String newLanguageId)
setLanguageId
in interface CurrencyInputDataBean
newLanguageId
- new language Id.