public class ShippingModeDescriptionDataBean
extends com.ibm.commerce.fulfillment.beansrc.ShippingModeDescriptionDataBeanBase
implements com.ibm.commerce.fulfillment.beans.ShippingModeDescriptionInputDataBean, com.ibm.commerce.fulfillment.beans.ShippingModeDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ShippingModeDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns the databean key:LanguageId.
|
java.lang.String |
getDataBeanKeyShipModeId()
This method returns the databean key:ShipModeId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ShippingModeDescriptionDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the databean key:LanguageId.
|
void |
setDataBeanKeyShipModeId(java.lang.String aShipModeId)
This method sets the databean key:ShipModeId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindAll, findAllNoCache, getDescription, getEntity, getField1, getField2, getLanguageId, getLanguageIdInEntityType, getShipModeId, getShipModeIdInEntityType, instantiateEntity, setDescription, setField1, setField2, setInitKey_languageId, setInitKey_languageId, setInitKey_shipModeId, setInitKey_shipModeIdpublic 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 getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.fulfillment.beans.ShippingModeDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyShipModeId()
getDataBeanKeyShipModeId in interface com.ibm.commerce.fulfillment.beans.ShippingModeDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.fulfillment.beans.ShippingModeDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyShipModeId(java.lang.String aShipModeId)
setDataBeanKeyShipModeId in interface com.ibm.commerce.fulfillment.beans.ShippingModeDescriptionInputDataBeanaShipModeId - java.lang.Stringpublic void populate()
iDataBeanKeyLanguageId and iDataBeanKeyShipModeId
using the setDataBeanKeyLanguageId(java.lang.String) and setDataBeanKeyShipModeId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyLanguageId(java.lang.String),
setDataBeanKeyShipModeId(java.lang.String)