public class OperatorDescriptionDataBean
extends com.ibm.commerce.catalog.beansrc.OperatorDescriptionDataBeanBase
implements com.ibm.commerce.catalog.beans.OperatorDescriptionInputDataBean, com.ibm.commerce.catalog.beans.OperatorDescriptionSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: OperatorDescription
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 |
|---|
OperatorDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
Gets the language ID.
|
java.lang.String |
getDataBeanKeyOperatorId()
Gets the Operator ID.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets the language ID.
|
void |
setDataBeanKeyOperatorId(java.lang.String aOperatorId)
Sets the Operator ID.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByLanguage, getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getOperatorId, getOperatorIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_languageId, setInitKey_operatorId, setInitKey_operatorId, setLanguageId, setLanguageId, setOperatorId, setOperatorIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - the request property.public java.lang.String getDataBeanKeyOperatorId()
getDataBeanKeyOperatorId in interface com.ibm.commerce.catalog.beans.OperatorDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.catalog.beans.OperatorDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanthe - command context value to be set.public void setDataBeanKeyOperatorId(java.lang.String aOperatorId)
setDataBeanKeyOperatorId in interface com.ibm.commerce.catalog.beans.OperatorDescriptionInputDataBeanaOperatorId - the Operator ID.public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.catalog.beans.OperatorDescriptionInputDataBeanaLanguageId - the language ID.public void populate()
populate in interface SmartDataBeanjava.lang.Exception