public class QuantityUnitFormatDataBean extends QuantityUnitFormatDataBeanBase implements QuantityUnitFormatInputDataBean, QuantityUnitFormatSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
| Constructor and Description |
|---|
QuantityUnitFormatDataBean() |
| 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 |
getDataBeanKeyNumberUsgId()
This method returns the data bean key:NumberUsgId.
|
java.lang.String |
getDataBeanKeyQuantityUnitId()
This method returns the data bean key:QuantityUnitId.
|
java.lang.String |
getDataBeanKeyStoreEntityId()
This method returns the data bean key:StoreEntityId.
|
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 QuantityUnitFormatDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyNumberUsgId(java.lang.String aNumberUsgId)
This method sets the data bean key:NumberUsgId.
|
void |
setDataBeanKeyQuantityUnitId(java.lang.String aQuantityUnitId)
This method sets the data bean key:QuantityUnitId.
|
void |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
This method sets the data bean key:StoreEntityId.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindAll, getDecimalPlace, getDecimalPlaceInEntityType, getDescription, getEntity, getNumberUsgId, getNumberUsgIdInEntityType, getQuantityUnitId, getRoundingMethod, getRoundingMultiple, getRoundingMultipleInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, instantiateEntity, setDecimalPlace, setDecimalPlace, setInitKey_numberUsgId, setInitKey_numberUsgId, setInitKey_quantityUnitId, setInitKey_storeEntityId, setInitKey_storeEntityId, setNumberUsgId, setNumberUsgId, setRoundingMethod, setRoundingMultiple, setRoundingMultiplepublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyNumberUsgId()
getDataBeanKeyNumberUsgId in interface QuantityUnitFormatSmartDataBeanpublic java.lang.String getDataBeanKeyQuantityUnitId()
getDataBeanKeyQuantityUnitId in interface QuantityUnitFormatSmartDataBeanpublic java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId in interface QuantityUnitFormatSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
iDataBeanKeyNumberUsgId and iDataBeanKeyQuantityUnitId and iDataBeanKeyStoreEntityId
using the setDataBeanKeyNumberUsgId(String) and setDataBeanKeyQuantityUnitId(String) and setDataBeanKeyStoreEntityId(String)
method before running the populate() method.populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.ExceptionsetDataBeanKeyNumberUsgId(String),
setDataBeanKeyQuantityUnitId(String),
setDataBeanKeyStoreEntityId(String)public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyNumberUsgId(java.lang.String aNumberUsgId)
setDataBeanKeyNumberUsgId in interface QuantityUnitFormatInputDataBeanaNumberUsgId - java.lang.Stringpublic void setDataBeanKeyQuantityUnitId(java.lang.String aQuantityUnitId)
setDataBeanKeyQuantityUnitId in interface QuantityUnitFormatInputDataBeanaQuantityUnitId - java.lang.Stringpublic void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId in interface QuantityUnitFormatInputDataBeanaStoreEntityId - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -