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.
|
emptyString| 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.
|
getDelegategetAdjustmentComment, getAdjustmentDate, getAdjustmentDateInEntityType, getEntity, getInvadjCodeId, getInvadjCodeIdInEntityType, getInvadjustId, getInvadjustIdInEntityType, getInvAdjustNum, getInvAdjustNumInEntityType, getLastupdate, getLastupdateInEntityType, getQuantity, getQuantityInEntityType, getReceiptId, getReceiptIdInEntityType, instantiateEntity, setAdjustmentComment, setAdjustmentDate, setAdjustmentDate, setInitKey_invadjustId, setInitKey_invadjustId, setInitKey_invAdjustNum, setInitKey_invAdjustNum, setInvadjCodeId, setInvadjCodeId, setInvadjustId, setInvadjustId, setInvAdjustNum, setInvAdjustNum, setLastupdate, setLastupdate, setQuantity, setQuantity, setReceiptId, setReceiptIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyInvAdjustNum()
getDataBeanKeyInvAdjustNum in interface com.ibm.commerce.inventory.beans.InventoryAdjustmentSmartDataBeanpublic java.lang.String getDataBeanKeyInvadjustId()
getDataBeanKeyInvadjustId in interface com.ibm.commerce.inventory.beans.InventoryAdjustmentSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyInvAdjustNum(java.lang.String aInvAdjustNum)
setDataBeanKeyInvAdjustNum in interface com.ibm.commerce.inventory.beans.InventoryAdjustmentInputDataBeanaInvAdjustNum - java.lang.Stringpublic void setDataBeanKeyInvadjustId(java.lang.String aInvadjustId)
setDataBeanKeyInvadjustId in interface com.ibm.commerce.inventory.beans.InventoryAdjustmentInputDataBeanaInvadjustId - java.lang.Stringpublic void populate()
iDataBeanKeyInvadjustId and iDataBeanKeyInvAdjustNum
using the setDataBeanKeyInvadjustId(String) and setDataBeanKeyInvAdjustNum(String)
method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyInvadjustId(String),
setDataBeanKeyInvAdjustNum(String)