public class StoreItemDataBean
extends com.ibm.commerce.inventory.beansrc.StoreItemDataBeanBase
implements com.ibm.commerce.inventory.beans.StoreItemInputDataBean, com.ibm.commerce.inventory.beans.StoreItemSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyBaseItemId |
protected java.lang.String | iDataBeanKeyStoreentId |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
StoreItemDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyBaseItemId()
This method returns the databean key:base item id.
|
java.lang.String | getDataBeanKeyStoreentId()
This method returns the databean key:storeent id.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the StoreItemDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyBaseItemId(java.lang.String aBaseItemId)
This method sets the databean key:base item id.
|
void | setDataBeanKeyStoreentId(java.lang.String aStoreentId)
This method sets the databean key:storeent 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 iDataBeanKeyBaseItemId
protected java.lang.String iDataBeanKeyStoreentId
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 getDataBeanKeyBaseItemId()
public java.lang.String getDataBeanKeyStoreentId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyBaseItemId(java.lang.String aBaseItemId)
public void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
public void populate() throws java.lang.Exception