public class BaseItemDataBean
extends com.ibm.commerce.inventory.beansrc.BaseItemDataBeanBase
implements com.ibm.commerce.inventory.beans.BaseItemInputDataBean, com.ibm.commerce.inventory.beans.BaseItemSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
BaseItemDataBean() |
| 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:BaseItemId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the BaseItemDataBean.
|
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:BaseItemId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findByMemberIdAndPartNumber, getBaseItemId, getBaseItemIdInEntityType, getEntity, getItemTypeId, getLastupdate, getLastupdateInEntityType, getMarkForDelete, getMarkForDeleteInEntityType, getMemberId, getMemberIdInEntityType, getPartnumber, getQuantityMeasure, getQuantityMultiple, getQuantityMultipleInEntityType, instantiateEntity, setBaseItemId, setBaseItemId, setInitKey_baseItemId, setInitKey_baseItemId, setItemTypeId, setLastupdate, setLastupdate, setMarkForDelete, setMarkForDelete, setMemberId, setMemberId, setPartnumber, setQuantityMeasure, setQuantityMultiple, setQuantityMultiplepublic 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 getDataBeanKeyBaseItemId()
getDataBeanKeyBaseItemId in interface com.ibm.commerce.inventory.beans.BaseItemSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyBaseItemId(java.lang.String aBaseItemId)
setDataBeanKeyBaseItemId in interface com.ibm.commerce.inventory.beans.BaseItemInputDataBeanaBaseItemId - java.lang.Stringpublic void populate()
iDataBeanKeyBaseItemId
using the setDataBeanKeyBaseItemId(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyBaseItemId(String)