public class ProductSetDescriptionDataBean
extends com.ibm.commerce.catalog.beansrc.ProductSetDescriptionDataBeanBase
implements com.ibm.commerce.catalog.beans.ProductSetDescriptionInputDataBean, com.ibm.commerce.catalog.beans.ProductSetDescriptionSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: ProductSetDescription
Mandatory Parameters (for single row retrieval):
Some hints and tips for using this data bean are:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
emptyString| Constructor and Description |
|---|
ProductSetDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguage_id()
Gets the primary key of the language.
|
java.lang.String |
getDataBeanKeyProductSetId()
Gets the primary key of the product set.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
Sets the primary key of the language
|
void |
setDataBeanKeyProductSetId(java.lang.String aProductSetId)
Sets the primary key of the product set
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByProductSetId, getDescription, getEntity, getLanguage_id, getLanguage_idInEntityType, getProductSetId, getProductSetIdInEntityType, instantiateEntity, setDescription, setInitKey_language_id, setInitKey_language_id, setInitKey_productSetId, setInitKey_productSetId, setLanguage_id, setLanguage_id, setProductSetId, setProductSetIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request properties.public java.lang.String getDataBeanKeyProductSetId()
getDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.ProductSetDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyLanguage_id()
getDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.ProductSetDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyProductSetId(java.lang.String aProductSetId)
setDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.ProductSetDescriptionInputDataBeanaProductSetId - the primary key of the product setpublic void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
setDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.ProductSetDescriptionInputDataBeanaLanguage_id - the primary key of the languagepublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception