public final class StoreCurrencyFormatDescriptionDataBean
extends java.lang.Object
implements com.ibm.commerce.beans.SmartDataBean
Constructor and Description |
---|
StoreCurrencyFormatDescriptionDataBean() |
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 |
getCurrencyCode()
Returns the currency code for the specified currency.
|
java.lang.String |
getCurrencySymbol()
Returns the currency symbol for the specified currency.
|
java.lang.String |
getDecimalPlaces()
Returns the number of decimal places for a specified currency.
|
java.lang.String |
getLangId()
Returns the language ID.
|
java.lang.String |
getNumberUsage()
Return the number usage.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
java.lang.String |
getStoreId()
Returns the store ID in use.
|
void |
populate()
This method is used to populate the CurrencyFormatDescriptionDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setCurrencyCode(java.lang.String astrCurrencyCode)
Sets the currency code to use for finding more information about this currency.
|
void |
setCurrencySymbol(java.lang.String astrCurrencySymbol)
Sets the currency symbol for the specified currency.
|
void |
setLangId(java.lang.String astrLangId)
Sets the language ID to use.
|
void |
setNumberUsage(java.lang.String astrNumberUsage)
Set the number usage, such as '-1'.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
void |
setStoreId(java.lang.String astrStoreId)
Set the store ID to use.
|
public StoreCurrencyFormatDescriptionDataBean()
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
public java.lang.String getCurrencyCode()
public java.lang.String getCurrencySymbol() throws com.ibm.commerce.exception.ECSystemException
com.ibm.commerce.exception.ECSystemException
public java.lang.String getDecimalPlaces() throws com.ibm.commerce.exception.ECSystemException
com.ibm.commerce.exception.ECSystemException
public java.lang.String getLangId()
public java.lang.String getNumberUsage()
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
public java.lang.String getStoreId()
public void populate() throws java.lang.Exception
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 setCurrencyCode(java.lang.String astrCurrencyCode)
astrCurrencyCode
- The currency code to use to determine what currency is in use.public void setCurrencySymbol(java.lang.String astrCurrencySymbol)
astrCurrencySymbol
- The currency symbol to use for the specified currency.public void setLangId(java.lang.String astrLangId)
astrLangId
- The language ID to use such as '-1' for en_US.public void setNumberUsage(java.lang.String astrNumberUsage)
astrNumberUsage
- The number usage to set.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
- public void setStoreId(java.lang.String astrStoreId)
astrStoreId
- The store ID to use.