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.
|
getDelegate
findByLanguage, getDescription, getEntity, getLanguage_id, getLanguage_idInEntityType, getQuantityUnitId, instantiateEntity, setDescription, setInitKey_language_id, setInitKey_language_id, setInitKey_quantityUnitId, setLanguage_id, setLanguage_id, setQuantityUnitId
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
public java.lang.String getDataBeanKeyLanguage_id()
getDataBeanKeyLanguage_id
in interface QuantityUnitDescriptionSmartDataBean
public java.lang.String getDataBeanKeyQuantityUnitId()
getDataBeanKeyQuantityUnitId
in interface QuantityUnitDescriptionSmartDataBean
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
public 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.SmartDataBean
java.lang.Exception
setDataBeanKeyLanguage_id(String)
,
setDataBeanKeyQuantityUnitId(String)
public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
setDataBeanKeyLanguage_id
in interface QuantityUnitDescriptionInputDataBean
aLanguage_id
- java.lang.Stringpublic void setDataBeanKeyQuantityUnitId(java.lang.String aQuantityUnitId)
setDataBeanKeyQuantityUnitId
in interface QuantityUnitDescriptionInputDataBean
aQuantityUnitId
- java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
-