public class CurrencyDescriptionDataBean
extends com.ibm.commerce.common.beansrc.CurrencyDescriptionDataBeanBase
implements com.ibm.commerce.common.beans.CurrencyDescriptionInputDataBean, com.ibm.commerce.common.beans.CurrencyDescriptionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext
Command context
|
protected java.lang.String | iDataBeanKeyCurrencyCode
CurrencyCode
|
protected java.lang.String | iDataBeanKeyLanguageId
LanguageId
|
protected TypedProperty | iRequestProperties
Request properties
|
Constructor and Description |
---|
CurrencyDescriptionDataBean() |
Modifier and Type | Method and Description |
---|---|
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.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the CurrencyDescriptionDataBean.
|
void | setCommandContext(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(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyLanguageId
protected java.lang.String iDataBeanKeyCurrencyCode
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyLanguageId()
public java.lang.String getDataBeanKeyCurrencyCode()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
public void setDataBeanKeyCurrencyCode(java.lang.String aCurrencyCode)
public void populate() throws java.lang.Exception