public class QuantityUnitFormatDescriptionDataBean extends QuantityUnitFormatDescriptionDataBeanBase implements QuantityUnitFormatDescriptionInputDataBean, QuantityUnitFormatDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
| Constructor and Description |
|---|
QuantityUnitFormatDescriptionDataBean() |
| 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 |
getDataBeanKeyLanguageId()
This method returns the databean key:LanguageId.
|
java.lang.String |
getDataBeanKeyNumberUsgId()
This method returns the databean key:NumberUsgId.
|
java.lang.String |
getDataBeanKeyQuantityUnitId()
This method returns the databean key:QuantityUnitId.
|
java.lang.String |
getDataBeanKeyStoreEntityId()
This method returns the databean 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 QuantityUnitFormatDescriptionDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the databean key:LanguageId.
|
void |
setDataBeanKeyNumberUsgId(java.lang.String aNumberUsgId)
This method sets the databean key:NumberUsgId.
|
void |
setDataBeanKeyQuantityUnitId(java.lang.String aQuantityUnitId)
This method sets the databean key:QuantityUnitId.
|
void |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
This method sets the databean key:StoreEntityId.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindAll, getCustomizedQuantityString, getDescription, getDisplayLocale, getEntity, getGroupingCharacter, getLanguageId, getLanguageIdInEntityType, getNumberPattern, getNumberUsgId, getNumberUsgIdInEntityType, getQuantityUnitId, getRadixPoint, getStoreEntityId, getStoreEntityIdInEntityType, getUnitPrefixNegative, getUnitPrefixPositive, getUnitSuffixNegative, getUnitSuffixPositive, getUnitSymbol, instantiateEntity, setCustomizedQuantityString, setDescription, setDisplayLocale, setGroupingCharacter, setInitKey_languageId, setInitKey_languageId, setInitKey_numberUsgId, setInitKey_numberUsgId, setInitKey_quantityUnitId, setInitKey_storeEntityId, setInitKey_storeEntityId, setLanguageId, setLanguageId, setNumberPattern, setNumberUsgId, setNumberUsgId, setQuantityUnitId, setRadixPoint, setStoreEntityId, setStoreEntityId, setUnitPrefixNegative, setUnitPrefixPositive, setUnitSuffixNegative, setUnitSuffixPositive, setUnitSymbolpublic static final java.lang.String COPYRIGHT
public QuantityUnitFormatDescriptionDataBean()
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface QuantityUnitFormatDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyNumberUsgId()
getDataBeanKeyNumberUsgId in interface QuantityUnitFormatDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyQuantityUnitId()
getDataBeanKeyQuantityUnitId in interface QuantityUnitFormatDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId in interface QuantityUnitFormatDescriptionSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
iDataBeanKeyLanguageId and iDataBeanKeyNumberUsgId
and setDataBeanKeyLanguageId and setDataBeanKeyNumberUsgId
using the setDataBeanKeyLanguageId(String) and setDataBeanKeyNumberUsgId(String)
and setDataBeanKeyQuantityUnitId(String) and setDataBeanKeyStoreEntityId(String)
method before running the populate() method.populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.ExceptionsetDataBeanKeyLanguageId(String),
setDataBeanKeyNumberUsgId(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 setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface QuantityUnitFormatDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyNumberUsgId(java.lang.String aNumberUsgId)
setDataBeanKeyNumberUsgId in interface QuantityUnitFormatDescriptionInputDataBeanaNumberUsgId - java.lang.Stringpublic void setDataBeanKeyQuantityUnitId(java.lang.String aQuantityUnitId)
setDataBeanKeyQuantityUnitId in interface QuantityUnitFormatDescriptionInputDataBeanaQuantityUnitId - java.lang.Stringpublic void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId in interface QuantityUnitFormatDescriptionInputDataBeanaStoreEntityId - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -