public class InventoryAdjustmentDataBean
extends com.ibm.commerce.inventory.beansrc.InventoryAdjustmentDataBeanBase
implements com.ibm.commerce.inventory.beans.InventoryAdjustmentInputDataBean, com.ibm.commerce.inventory.beans.InventoryAdjustmentSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyInvadjustId |
protected java.lang.String | iDataBeanKeyInvAdjustNum |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
InventoryAdjustmentDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyInvadjustId()
This method returns the databean key:InvadjustId.
|
java.lang.String | getDataBeanKeyInvAdjustNum()
This method returns the databean key:InvAdjustNum.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the InventoryAdjustmentDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyInvadjustId(java.lang.String aInvadjustId)
This method sets the databean key:InvadjustId
|
void | setDataBeanKeyInvAdjustNum(java.lang.String aInvAdjustNum)
This method sets the databean key:InvAdjustNum
|
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 iDataBeanKeyInvAdjustNum
protected java.lang.String iDataBeanKeyInvadjustId
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 getDataBeanKeyInvAdjustNum()
public java.lang.String getDataBeanKeyInvadjustId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyInvAdjustNum(java.lang.String aInvAdjustNum)
public void setDataBeanKeyInvadjustId(java.lang.String aInvadjustId)
public void populate() throws java.lang.Exception