public class QuantityUnitConversionDataBean extends QuantityUnitConversionDataBeanBase implements QuantityUnitConversionInputDataBean, QuantityUnitConversionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
| Constructor and Description |
|---|
QuantityUnitConversionDataBean() |
| 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 |
getDataBeanKeyQuantityUnitConversionId()
This method returns the data bean key:QuantityUnitConversionId.
|
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 QuantityUnitConversionDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyQuantityUnitConversionId(java.lang.String aQuantityUnitConversionId)
This method sets the data bean key:QuantityUnitConversionId.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindAll, getConversionFactor, getConversionFactorInEntityType, getEntity, getFromQuantityUnitId, getMultiplyOrDivide, getQuantityUnitConversionId, getQuantityUnitConversionIdInEntityType, getToQuantityUnitId, getUpdatable, instantiateEntity, setConversionFactor, setConversionFactor, setFromQuantityUnitId, setInitKey_quantityUnitConversionId, setInitKey_quantityUnitConversionId, setMultiplyOrDivide, setQuantityUnitConversionId, setQuantityUnitConversionId, setToQuantityUnitId, setUpdatablepublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyQuantityUnitConversionId()
getDataBeanKeyQuantityUnitConversionId in interface QuantityUnitConversionSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
iDataBeanKeyQuantityUnitConversionId using the setDataBeanKeyQuantityUnitConversionId(String)
method before running the populate() method.populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.ExceptionsetDataBeanKeyQuantityUnitConversionId(String)public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyQuantityUnitConversionId(java.lang.String aQuantityUnitConversionId)
setDataBeanKeyQuantityUnitConversionId in interface QuantityUnitConversionInputDataBeanaQuantityUnitConversionId - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -