public class OrderItemShippingHistoryDataBean
extends com.ibm.commerce.inventory.beansrc.OrderItemShippingHistoryDataBeanBase
implements com.ibm.commerce.inventory.beans.OrderItemShippingHistoryInputDataBean, com.ibm.commerce.inventory.beans.OrderItemShippingHistorySmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyOrderItemsId |
protected java.lang.String | iDataBeanKeyOrdShipHstNum |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
OrderItemShippingHistoryDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyOrderItemsId()
This method returns the databean key:OrderItemsId.
|
java.lang.String | getDataBeanKeyOrdShipHstNum()
This method returns the databean key:OrdShipHstNum.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the OrderItemShippingHistoryDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyOrderItemsId(java.lang.String aOrderItemsId)
This method sets the databean key:OrderItemsId.
|
void | setDataBeanKeyOrdShipHstNum(java.lang.String aOrdShipHstNum)
This method sets the databean key:OrdShipHstNum.
|
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 iDataBeanKeyOrdShipHstNum
protected java.lang.String iDataBeanKeyOrderItemsId
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 getDataBeanKeyOrdShipHstNum()
public java.lang.String getDataBeanKeyOrderItemsId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyOrdShipHstNum(java.lang.String aOrdShipHstNum)
public void setDataBeanKeyOrderItemsId(java.lang.String aOrderItemsId)
public void populate() throws java.lang.Exception