public class CalculationRuleScaleRelationshipDataBean
extends com.ibm.commerce.fulfillment.beansrc.CalculationRuleScaleRelationshipDataBeanBase
implements com.ibm.commerce.fulfillment.beans.CalculationRuleScaleRelationshipInputDataBean, com.ibm.commerce.fulfillment.beans.CalculationRuleScaleRelationshipSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
CalculationRuleScaleRelationshipDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCalculationRuleId()
This method returns the databean key:calculation rule id.
|
java.lang.String |
getDataBeanKeyCalculationScaleId()
This method returns the databean key:calculation scale id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CalculationRuleScaleRelationshipDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCalculationRuleId(java.lang.String aCalculationRuleId)
This method sets the databean key:calculation rule id.
|
void |
setDataBeanKeyCalculationScaleId(java.lang.String aCalculationScaleId)
This method sets the databean key:calculation scale id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByCalculationRule, findByCalculationScale, getCalculationRuleId, getCalculationRuleIdInEntityType, getCalculationScaleId, getCalculationScaleIdInEntityType, getEntity, instantiateEntity, setInitKey_calculationRuleId, setInitKey_calculationRuleId, setInitKey_calculationScaleId, setInitKey_calculationScaleIdpublic static final java.lang.String COPYRIGHT
public CalculationRuleScaleRelationshipDataBean()
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyCalculationScaleId()
getDataBeanKeyCalculationScaleId in interface com.ibm.commerce.fulfillment.beans.CalculationRuleScaleRelationshipSmartDataBeanpublic java.lang.String getDataBeanKeyCalculationRuleId()
getDataBeanKeyCalculationRuleId in interface com.ibm.commerce.fulfillment.beans.CalculationRuleScaleRelationshipSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCalculationScaleId(java.lang.String aCalculationScaleId)
setDataBeanKeyCalculationScaleId in interface com.ibm.commerce.fulfillment.beans.CalculationRuleScaleRelationshipInputDataBeanaCalculationScaleId - java.lang.Stringpublic void setDataBeanKeyCalculationRuleId(java.lang.String aCalculationRuleId)
setDataBeanKeyCalculationRuleId in interface com.ibm.commerce.fulfillment.beans.CalculationRuleScaleRelationshipInputDataBeanaCalculationRuleId - java.lang.Stringpublic void populate()
iDataBeanKeyCalculationScaleId and iDataBeanKeyCalculationRuleId
using the setDataBeanKeyCalculationScaleId(java.lang.String) and setDataBeanKeyCalculationRuleId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyCalculationScaleId(java.lang.String),
setDataBeanKeyCalculationRuleId(java.lang.String)