public class StoreItemFulfillmentCenterDataBean
extends com.ibm.commerce.inventory.beansrc.StoreItemFulfillmentCenterDataBeanBase
implements com.ibm.commerce.inventory.beans.StoreItemFulfillmentCenterInputDataBean, com.ibm.commerce.inventory.beans.StoreItemFulfillmentCenterSmartDataBean
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 | iDataBeanKeyFfmCenterId |
protected java.lang.String | iDataBeanKeyStoreentId |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
StoreItemFulfillmentCenterDataBean() |
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 | getDataBeanKeyFfmCenterId()
This method returns the databean key:fulfillment center 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 StoreItemFulfillmentCenterDataBean.
|
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 | setDataBeanKeyFfmCenterId(java.lang.String aFfmCenterId)
This method sets the databean key:fulfillment center 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 iDataBeanKeyFfmCenterId
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 getDataBeanKeyFfmCenterId()
public java.lang.String getDataBeanKeyBaseItemId()
public java.lang.String getDataBeanKeyStoreentId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyFfmCenterId(java.lang.String aFfmCenterId)
public void setDataBeanKeyBaseItemId(java.lang.String aBaseItemId)
public void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
public void populate() throws java.lang.Exception