public class BaseItemDescriptionDataBean
extends com.ibm.commerce.inventory.beansrc.BaseItemDescriptionDataBeanBase
implements com.ibm.commerce.inventory.beans.BaseItemDescriptionInputDataBean, com.ibm.commerce.inventory.beans.BaseItemDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
BaseItemDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyBaseItemId()
This method gets the databean key:BaseItemId.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns the databean key:LanguageId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the BaseItemDescriptionDataBean.
|
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 |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the databean key:LanguageId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByBaseItemId, findByStoreentIdAndLanguageIdSortedByShortDescription, getBaseItemId, getBaseItemIdInEntityType, getEntity, getLanguageId, getLanguageIdInEntityType, getLastUpdate, getLastUpdateInEntityType, getLongDescription, getShortdescription, instantiateEntity, setBaseItemId, setBaseItemId, setInitKey_baseItemId, setInitKey_baseItemId, setInitKey_languageId, setInitKey_languageId, setLanguageId, setLanguageId, setLastUpdate, setLastUpdate, setLongDescription, setShortdescriptionpublic 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.inventory.beans.BaseItemDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyBaseItemId()
getDataBeanKeyBaseItemId in interface com.ibm.commerce.inventory.beans.BaseItemDescriptionSmartDataBeanpublic 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.inventory.beans.BaseItemDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyBaseItemId(java.lang.String aBaseItemId)
setDataBeanKeyBaseItemId in interface com.ibm.commerce.inventory.beans.BaseItemDescriptionInputDataBeanaBaseItemId - java.lang.Stringpublic void populate()
iDataBeanKeyBaseItemId and iDataBeanKeyLanguageId
using the setDataBeanKeyBaseItemId(String) and setDataBeanKeyLanguageId(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyBaseItemId(String),
setDataBeanKeyLanguageId(String)