public class VendorDescriptionDataBean
extends com.ibm.commerce.inventory.beansrc.VendorDescriptionDataBeanBase
implements com.ibm.commerce.inventory.beans.VendorDescriptionInputDataBean, com.ibm.commerce.inventory.beans.VendorDescriptionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyLanguageId |
protected java.lang.String | iDataBeanKeyVendorId |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
VendorDescriptionDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyLanguageId()
This method returns the databean key:language id.
|
java.lang.String | getDataBeanKeyVendorId()
This method returns the databean key:vendor id.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the VendorDescriptionDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the databean key:language id.
|
void | setDataBeanKeyVendorId(java.lang.String aVendorId)
This method sets the databean key:vendor id.
|
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 iDataBeanKeyVendorId
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 getDataBeanKeyVendorId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
public void setDataBeanKeyVendorId(java.lang.String aVendorId)
public void populate() throws java.lang.Exception