public class CurrencyCounterValueListDataBean extends CurrencyCounterValueListDataBeanBase implements CurrencyCounterValueListInputDataBean, CurrencyCounterValueListSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
Constructor and Description |
---|
CurrencyCounterValueListDataBean() |
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 |
getDataBeanKeyCounterValueCurrency()
This method returns CounterValueCurrency.
|
java.lang.String |
getDataBeanKeyCurrency()
This method returns Currency.
|
java.lang.String |
getDataBeanKeyDisplaySequence()
This method returns DisplaySequence
|
java.lang.String |
getDataBeanKeyStoreEntityId()
This method returns StoreEntityId.
|
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 CurrencyCounterValueListDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCounterValueCurrency(java.lang.String aCounterValueCurrency)
This method sets CounterValueCurrency.
|
void |
setDataBeanKeyCurrency(java.lang.String aCurrency)
This method sets Currency.
|
void |
setDataBeanKeyDisplaySequence(java.lang.String aDisplaySequence)
This method sets DisplaySequence.
|
void |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
This method sets StoreEntityId.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegate
findAll, getCounterValueCurrency, getCurrency, getDisplaySequence, getEntity, getStoreEntityId, instantiateEntity, setInitKey_counterValueCurrency, setInitKey_currency, setInitKey_displaySequence, setInitKey_storeEntityId
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 getDataBeanKeyCounterValueCurrency()
getDataBeanKeyCounterValueCurrency
in interface CurrencyCounterValueListSmartDataBean
public java.lang.String getDataBeanKeyCurrency()
getDataBeanKeyCurrency
in interface CurrencyCounterValueListSmartDataBean
public java.lang.String getDataBeanKeyDisplaySequence()
getDataBeanKeyDisplaySequence
in interface CurrencyCounterValueListSmartDataBean
public java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId
in interface CurrencyCounterValueListSmartDataBean
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 setDataBeanKeyCounterValueCurrency(java.lang.String aCounterValueCurrency)
setDataBeanKeyCounterValueCurrency
in interface CurrencyCounterValueListInputDataBean
aCounterValueCurrency
- java.lang.Stringpublic void setDataBeanKeyCurrency(java.lang.String aCurrency)
setDataBeanKeyCurrency
in interface CurrencyCounterValueListInputDataBean
aCurrency
- java.lang.Stringpublic void setDataBeanKeyDisplaySequence(java.lang.String aDisplaySequence)
setDataBeanKeyDisplaySequence
in interface CurrencyCounterValueListInputDataBean
aDisplaySequence
- java.lang.Stringpublic void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId
in interface CurrencyCounterValueListInputDataBean
aStoreEntityId
- java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
-