public class QuantityUnitMappingDataBean extends QuantityUnitMappingDataBeanBase implements QuantityUnitMappingInputDataBean, QuantityUnitMappingSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
| Constructor and Description |
|---|
QuantityUnitMappingDataBean(java.lang.String aUomCode,
java.lang.String aUomStandard)
This is the Databean constructor.
|
| 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 |
getDataBeanKeyUomCode()
This method returns the databean key:UomCode.
|
java.lang.String |
getDataBeanKeyUomStandard()
This method returns the databean key:UomStandard.
|
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 QuantityUnitMappingDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyUomCode(java.lang.String aUomCode)
This method sets the databean key:UomCode.
|
void |
setDataBeanKeyUomStandard(java.lang.String aUomStandard)
This method sets the databean key:UomStandard.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByQuantityUnitAndUOMStandard, getEntity, getField1, getQuantityUnitId, getUomCode, getUomStandard, instantiateEntity, setField1, setInitKey_uomCode, setInitKey_uomStandard, setQuantityUnitId, setUomCode, setUomStandardpublic static final java.lang.String COPYRIGHT
public QuantityUnitMappingDataBean(java.lang.String aUomCode,
java.lang.String aUomStandard)
aUomCode - java.lang.StringaUomStandard - java.lang.Stringpublic com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyUomCode()
getDataBeanKeyUomCode in interface QuantityUnitMappingSmartDataBeanpublic java.lang.String getDataBeanKeyUomStandard()
getDataBeanKeyUomStandard in interface QuantityUnitMappingSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
iDataBeanKeyUomCode and iDataBeanKeyUomStandard
using the setDataBeanKeyUomCode(String) and setDataBeanKeyUomStandard(String)
method before running the populate() method.populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.ExceptionsetDataBeanKeyUomCode(String),
setDataBeanKeyUomStandard(String)public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyUomCode(java.lang.String aUomCode)
setDataBeanKeyUomCode in interface QuantityUnitMappingInputDataBeanaUomCode - java.lang.Stringpublic void setDataBeanKeyUomStandard(java.lang.String aUomStandard)
setDataBeanKeyUomStandard in interface QuantityUnitMappingInputDataBeanaUomStandard - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -