public class InventoryReserveDataBean
extends com.ibm.commerce.inventory.beansrc.InventoryReserveDataBeanBase
implements com.ibm.commerce.inventory.beans.InventoryReserveInputDataBean, com.ibm.commerce.inventory.beans.InventoryReserveSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
InventoryReserveDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyInvReserveId()
This method returns the databean key:InvReserveId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the InventoryReserveDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyInvReserveId(java.lang.String aInvReserveId)
This method sets the databean key:InvReserveId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegate
getDescription, getEntity, getExpiration, getExpirationInEntityType, getFfmCenterId, getFfmCenterIdInEntityType, getInvReserveId, getInvReserveIdInEntityType, getInvRsrvTypeId, getInvRsrvTypeIdInEntityType, getItemSpcId, getItemSpcIdInEntityType, getLastUpdate, getLastUpdateInEntityType, getQuantity, getQuantityInEntityType, getStoreId, getStoreIdInEntityType, instantiateEntity, setDescription, setExpiration, setExpiration, setFfmCenterId, setFfmCenterId, setInitKey_invReserveId, setInitKey_invReserveId, setInvReserveId, setInvReserveId, setInvRsrvTypeId, setInvRsrvTypeId, setItemSpcId, setItemSpcId, setLastUpdate, setLastUpdate, setQuantity, setQuantity, setStoreId, setStoreId
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyInvReserveId()
getDataBeanKeyInvReserveId
in interface com.ibm.commerce.inventory.beans.InventoryReserveSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyInvReserveId(java.lang.String aInvReserveId)
setDataBeanKeyInvReserveId
in interface com.ibm.commerce.inventory.beans.InventoryReserveInputDataBean
aInvReserveId
- java.lang.Stringpublic void populate()
iDataBeanKeyInvReserveId
using the setDataBeanKeyInvReserveId(String) method before running the populate()
method.populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyInvReserveId(String)