public class CatalogGroupAttributeDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogGroupAttributeDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogGroupAttributeInputDataBean, com.ibm.commerce.catalog.beans.CatalogGroupAttributeSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans:
CatalogGroupAttribute
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
IBM internal use only.
|
emptyString| Constructor and Description |
|---|
CatalogGroupAttributeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyAttributeReferenceNumber()
Gets the reference number for the catalog group attribute.
|
java.lang.String |
getDataBeanKeyLanguage_id()
Gets the language ID for the catalog group attribute.
|
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 |
setDataBeanKeyAttributeReferenceNumber(java.lang.String aAttributeReferenceNumber)
Sets the reference number of the catalog group attribute.
|
void |
setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
Sets the language ID for the attribute.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogGroup, findByCatalogGroup, getAttributeReferenceNumber, getAttributeReferenceNumberInEntityType, getCatalogGroupReferenceNumber, getCatalogGroupReferenceNumberInEntityType, getDescription, getEntity, getLanguage_id, getLanguage_idInEntityType, getName, getOid, getSequence, getSequenceInEntityType, instantiateEntity, setAttributeReferenceNumber, setAttributeReferenceNumber, setCatalogGroupReferenceNumber, setCatalogGroupReferenceNumber, setDescription, setInitKey_attributeReferenceNumber, setInitKey_attributeReferenceNumber, setInitKey_language_id, setInitKey_language_id, setLanguage_id, setLanguage_id, setName, setOid, setSequence, setSequencepublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - the request propertypublic java.lang.String getDataBeanKeyAttributeReferenceNumber()
getDataBeanKeyAttributeReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogGroupAttributeSmartDataBeanpublic java.lang.String getDataBeanKeyLanguage_id()
getDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogGroupAttributeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyAttributeReferenceNumber(java.lang.String aAttributeReferenceNumber)
setDataBeanKeyAttributeReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogGroupAttributeInputDataBeanaAttributeReferenceNumber - the catalog group attribute reference numberpublic void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
setDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogGroupAttributeInputDataBeanaLanguage_id - the language IDpublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception