public class CalculationCodeDescriptionDataBean
extends com.ibm.commerce.fulfillment.beansrc.CalculationCodeDescriptionDataBeanBase
implements com.ibm.commerce.fulfillment.beans.CalculationCodeDescriptionInputDataBean, com.ibm.commerce.fulfillment.beans.CalculationCodeDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
CalculationCodeDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCalculationCodeId()
This method returns the databean key:calculation code id.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns the databean key:language id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CalculationCodeDescriptionDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCalculationCodeId(java.lang.String aCalculationCodeId)
This method sets the databean key:calculation code id.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the databean key:language id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByCalculationCode, findByCalculationCodeNoCache, getCalculationCodeId, getCalculationCodeIdInEntityType, getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getLongDescription, instantiateEntity, setDescription, setInitKey_calculationCodeId, setInitKey_calculationCodeId, setInitKey_languageId, setInitKey_languageId, setLongDescriptionpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - TypedPropertypublic java.lang.String getDataBeanKeyCalculationCodeId()
getDataBeanKeyCalculationCodeId in interface com.ibm.commerce.fulfillment.beans.CalculationCodeDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.fulfillment.beans.CalculationCodeDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCalculationCodeId(java.lang.String aCalculationCodeId)
setDataBeanKeyCalculationCodeId in interface com.ibm.commerce.fulfillment.beans.CalculationCodeDescriptionInputDataBeanaCalculationCodeId - java.lang.Stringpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.fulfillment.beans.CalculationCodeDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void populate()
iDataBeanKeyCalculationCodeId and iDataBeanKeyLanguageId
using the setDataBeanKeyCalculationCodeId(java.lang.String) and setDataBeanKeyLanguageId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyCalculationCodeId(java.lang.String),
setDataBeanKeyLanguageId(java.lang.String)