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.
|
getDelegate
findAll, 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, setRoundingMultiple
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 getDataBeanKeyNumberUsgId()
getDataBeanKeyNumberUsgId
in interface QuantityUnitFormatSmartDataBean
public java.lang.String getDataBeanKeyQuantityUnitId()
getDataBeanKeyQuantityUnitId
in interface QuantityUnitFormatSmartDataBean
public java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId
in interface QuantityUnitFormatSmartDataBean
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
public 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.SmartDataBean
java.lang.Exception
setDataBeanKeyNumberUsgId(String)
,
setDataBeanKeyQuantityUnitId(String)
,
setDataBeanKeyStoreEntityId(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 setDataBeanKeyNumberUsgId(java.lang.String aNumberUsgId)
setDataBeanKeyNumberUsgId
in interface QuantityUnitFormatInputDataBean
aNumberUsgId
- java.lang.Stringpublic void setDataBeanKeyQuantityUnitId(java.lang.String aQuantityUnitId)
setDataBeanKeyQuantityUnitId
in interface QuantityUnitFormatInputDataBean
aQuantityUnitId
- java.lang.Stringpublic void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId
in interface QuantityUnitFormatInputDataBean
aStoreEntityId
- java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
-