public class VendorDescriptionDataBean
extends com.ibm.commerce.inventory.beansrc.VendorDescriptionDataBeanBase
implements com.ibm.commerce.inventory.beans.VendorDescriptionInputDataBean, com.ibm.commerce.inventory.beans.VendorDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
VendorDescriptionDataBean() |
| 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:language id.
|
java.lang.String |
getDataBeanKeyVendorId()
This method returns the databean key:vendor id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the VendorDescriptionDataBean.
|
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:language id.
|
void |
setDataBeanKeyVendorId(java.lang.String aVendorId)
This method sets the databean key:vendor id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByStoreentIdAndLanguageIdSortedByVendorName, findByVendorId, getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getLastupdate, getLastupdateInEntityType, getStAddressId, getStAddressIdInEntityType, getVendorId, getVendorIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_languageId, setInitKey_vendorId, setInitKey_vendorId, setLanguageId, setLanguageId, setLastupdate, setLastupdate, setStAddressId, setStAddressId, setVendorId, setVendorIdpublic 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.VendorDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyVendorId()
getDataBeanKeyVendorId in interface com.ibm.commerce.inventory.beans.VendorDescriptionSmartDataBeanpublic 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.VendorDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyVendorId(java.lang.String aVendorId)
setDataBeanKeyVendorId in interface com.ibm.commerce.inventory.beans.VendorDescriptionInputDataBeanaVendorId - java.lang.Stringpublic void populate()
iDataBeanKeyLanguageId and iDataBeanKeyVendorId
using the setDataBeanKeyLanguageId(String) and setDataBeanKeyVendorId(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyLanguageId(String),
setDataBeanKeyVendorId(String)