public class AttributeTypeDataBean
extends com.ibm.commerce.catalog.beansrc.AttributeTypeDataBeanBase
implements com.ibm.commerce.catalog.beans.AttributeTypeInputDataBean, com.ibm.commerce.catalog.beans.AttributeTypeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
emptyString| Constructor and Description |
|---|
AttributeTypeDataBean(java.lang.String aAttributeType_id)
AttributeTypeDatabean constructor using the attribute type ID.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyAttributeType_id()
Gets the attribute type ID in the
AttributeTypeDataBean. |
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 |
setDataBeanKeyAttributeType_id(java.lang.String aAttributeType_id)
Sets the attribute type ID.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findAll, getAttributeType_id, getDescription, getEntity, getOID, instantiateEntity, setAttributeType_id, setDescription, setInitKey_attributeType_id, setOIDpublic static final java.lang.String COPYRIGHT
public AttributeTypeDataBean(java.lang.String aAttributeType_id)
aAttributeType_id - attribute type Id for the attribute typepublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request propertypublic java.lang.String getDataBeanKeyAttributeType_id()
AttributeTypeDataBean.getDataBeanKeyAttributeType_id in interface com.ibm.commerce.catalog.beans.AttributeTypeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyAttributeType_id(java.lang.String aAttributeType_id)
setDataBeanKeyAttributeType_id in interface com.ibm.commerce.catalog.beans.AttributeTypeInputDataBeanaAttributeType_id - attribute type IDpublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception