public class AttributeIntegerValueDataBean
extends com.ibm.commerce.catalog.beansrc.AttributeIntegerValueDataBeanBase
implements com.ibm.commerce.catalog.beans.AttributeIntegerValueInputDataBean, com.ibm.commerce.catalog.beans.AttributeIntegerValueSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: AttributeIntegerValue
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 |
|---|
AttributeIntegerValueDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyAttributeValueReferenceNumber()
Gets the reference number of the attribute value.
|
java.lang.String |
getDataBeanKeyLanguage_id()
Gets the language ID of the attribute value.
|
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 |
setDataBeanKeyAttributeValueReferenceNumber(java.lang.String aAttributeValueReferenceNumber)
Sets the reference number of the attribute value.
|
void |
setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
Sets the language ID for the attribute value.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByAttribute, findByAttributeIdLanguageAndName, findByAttributeIdLanguageAndSequence, findByAttributeIdWithDefaultCatalogEntry, findByAttributeValueId, findByAttributeValueIdWithDefaultCatalogEntry, findByCatalogEntry, findByCatalogEntryLanguageAndName, findByCatEntryIdLanguageIdAndAttributeId, getAttribute, getAttributeReferenceNumber, getAttributeReferenceNumberInEntityType, getAttributeValue, getAttributeValueReferenceNumber, getAttributeValueReferenceNumberInEntityType, getCatalogEntryReferenceNumber, getCatalogEntryReferenceNumberInEntityType, getEntity, getField1, getField1InEntityType, getField2, getField3, getImage1, getImage2, getLanguage_id, getLanguage_idInEntityType, getMaxSequenceForAttributeAndLanguage, getMaxSequenceForAttributeAndLanguageAndCatEntry, getName, getOid, getOperatorId, getOperatorIdInEntityType, getSequenceNumber, getSequenceNumberInEntityType, getType, instantiateEntity, setAttributeReferenceNumber, setAttributeReferenceNumber, setAttributeValue, setAttributeValueReferenceNumber, setAttributeValueReferenceNumber, setCatalogEntryReferenceNumber, setCatalogEntryReferenceNumber, setField1, setField1, setField2, setField3, setImage1, setImage2, setInitKey_attributeValueReferenceNumber, setInitKey_attributeValueReferenceNumber, setInitKey_language_id, setInitKey_language_id, setLanguage_id, setLanguage_id, setName, setOid, setOperatorId, setOperatorId, setSequenceNumber, setSequenceNumberpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
The following values are set in this method:
setRequestProperties in interface InputDataBeanaRequestProperty - the request propertypublic java.lang.String getDataBeanKeyAttributeValueReferenceNumber()
getDataBeanKeyAttributeValueReferenceNumber in interface com.ibm.commerce.catalog.beans.AttributeIntegerValueSmartDataBeanpublic java.lang.String getDataBeanKeyLanguage_id()
getDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.AttributeIntegerValueSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyAttributeValueReferenceNumber(java.lang.String aAttributeValueReferenceNumber)
setDataBeanKeyAttributeValueReferenceNumber in interface com.ibm.commerce.catalog.beans.AttributeIntegerValueInputDataBeanaAttributeValueReferenceNumber - the attribute value reference numberpublic void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
setDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.AttributeIntegerValueInputDataBeanaLanguage_id - the language IDpublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception