public class QuantityUnitDescriptionDataBean extends QuantityUnitDescriptionDataBeanBase implements QuantityUnitDescriptionInputDataBean, QuantityUnitDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
| Constructor and Description |
|---|
QuantityUnitDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguage_id()
This method returns the data bean key:Language_id.
|
java.lang.String |
getDataBeanKeyQuantityUnitId()
This method returns the data bean key:QuantityUnitId.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the QuantityUnitDescriptionDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
This method sets the data bean key:QuantityUnitId.
|
void |
setDataBeanKeyQuantityUnitId(java.lang.String aQuantityUnitId)
This method sets the data bean key:QuantityUnitId.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByLanguage, getDescription, getEntity, getLanguage_id, getLanguage_idInEntityType, getQuantityUnitId, instantiateEntity, setDescription, setInitKey_language_id, setInitKey_language_id, setInitKey_quantityUnitId, setLanguage_id, setLanguage_id, setQuantityUnitIdpublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyLanguage_id()
getDataBeanKeyLanguage_id in interface QuantityUnitDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyQuantityUnitId()
getDataBeanKeyQuantityUnitId in interface QuantityUnitDescriptionSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
iDataBeanKeyLanguage_id and iDataBeanKeyQuantityUnitId
using the setDataBeanKeyLanguage_id(String) and setDataBeanKeyQuantityUnitId(String)
method before running the populate() method.populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.ExceptionsetDataBeanKeyLanguage_id(String),
setDataBeanKeyQuantityUnitId(String)public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
setDataBeanKeyLanguage_id in interface QuantityUnitDescriptionInputDataBeanaLanguage_id - java.lang.Stringpublic void setDataBeanKeyQuantityUnitId(java.lang.String aQuantityUnitId)
setDataBeanKeyQuantityUnitId in interface QuantityUnitDescriptionInputDataBeanaQuantityUnitId - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -