public class CatalogEntryShippingDataBean
extends com.ibm.commerce.fulfillment.beansrc.CatalogEntryShippingDataBeanBase
implements com.ibm.commerce.fulfillment.beans.CatalogEntryShippingInputDataBean, com.ibm.commerce.fulfillment.beans.CatalogEntryShippingSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
CatalogEntryShippingDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogEntryId()
This method returns the databean key:catalog entry id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CatalogEntryShippingDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
This method sets the databean key:catalog entry id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegate
findByCatalogEntryIds, findByCatalogEntryIdsNoCache, findWithPushDownQuery, findWithPushDownQueryNoCache, getCatalogEntryId, getCatalogEntryIdInEntityType, getEntity, getHeight, getHeightInEntityType, getLength, getLengthInEntityType, getNominalQuantity, getNominalQuantityInEntityType, getQuantityMeasure, getQuantityMultiple, getQuantityMultipleInEntityType, getSizeMeasure, getWeight, getWeightInEntityType, getWeightMeasure, getWidth, getWidthInEntityType, instantiateEntity, setHeight, setHeight, setInitKey_catalogEntryId, setInitKey_catalogEntryId, setLength, setLength, setNominalQuantity, setNominalQuantity, setQuantityMeasure, setQuantityMultiple, setQuantityMultiple, setSizeMeasure, setWeight, setWeight, setWeightMeasure, setWidth, setWidth
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 getDataBeanKeyCatalogEntryId()
getDataBeanKeyCatalogEntryId
in interface com.ibm.commerce.fulfillment.beans.CatalogEntryShippingSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
setDataBeanKeyCatalogEntryId
in interface com.ibm.commerce.fulfillment.beans.CatalogEntryShippingInputDataBean
aCatalogEntryId
- java.lang.Stringpublic void populate()
iDataBeanKeyCatalogEntryId
using the setDataBeanKeyCatalogEntryId(java.lang.String) method before running the populate()
method.populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyCatalogEntryId(java.lang.String)