public class FulfillmentCenterDescriptionDataBean
extends com.ibm.commerce.fulfillment.beansrc.FulfillmentCenterDescriptionDataBeanBase
implements com.ibm.commerce.fulfillment.beans.FulfillmentCenterDescriptionInputDataBean, com.ibm.commerce.fulfillment.beans.FulfillmentCenterDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
FulfillmentCenterDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyFulfillmentCenterId()
This method returns the databean key:fulfillment center id.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns the databean key:language id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the FulfillmentCenterDescriptionDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
This method sets the databean key:fulfillment center id.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the databean key:language id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByFulfillmentCenterId, getDescription, getDisplayName, getEntity, getFulfillmentCenterId, getFulfillmentCenterIdInEntityType, getLanguageId, getLanguageIdInEntityType, getStoreAddressId, getStoreAddressIdInEntityType, instantiateEntity, setDescription, setDisplayName, setFulfillmentCenterId, setFulfillmentCenterId, setInitKey_fulfillmentCenterId, setInitKey_fulfillmentCenterId, setInitKey_languageId, setInitKey_languageId, setLanguageId, setLanguageId, setStoreAddressId, setStoreAddressIdpublic static final java.lang.String COPYRIGHT
public FulfillmentCenterDescriptionDataBean()
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.FulfillmentCenterDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyFulfillmentCenterId()
getDataBeanKeyFulfillmentCenterId in interface com.ibm.commerce.fulfillment.beans.FulfillmentCenterDescriptionSmartDataBeanpublic 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.FulfillmentCenterDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
setDataBeanKeyFulfillmentCenterId in interface com.ibm.commerce.fulfillment.beans.FulfillmentCenterDescriptionInputDataBeanaFulfillmentCenterId - java.lang.Stringpublic void populate()
iDataBeanKeyLanguageId and iDataBeanKeyFulfillmentCenterId
using the setDataBeanKeyLanguageId(java.lang.String) and setDataBeanKeyFulfillmentCenterId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyLanguageId(java.lang.String),
setDataBeanKeyFulfillmentCenterId(java.lang.String)