public class CalculationRangeDataBean
extends com.ibm.commerce.fulfillment.beansrc.CalculationRangeDataBeanBase
implements com.ibm.commerce.fulfillment.beans.CalculationRangeInputDataBean, com.ibm.commerce.fulfillment.beans.CalculationRangeSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
CalculationRangeDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCalculationRangeId()
This method returns the databean key:calculation range id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CalculationRangeDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCalculationRangeId(java.lang.String aCalculationRangeId)
This method sets the databean key:calculation range id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegate
findByCalculationScale, findByCalculationScaleAndLookupNumber, getCalculationMethodId, getCalculationMethodIdInEntityType, getCalculationRangeId, getCalculationRangeIdInEntityType, getCalculationScaleId, getCalculationScaleIdInEntityType, getCumulative, getCumulativeInEntityType, getEntity, getField1, getField1InEntityType, getField2, getField2InEntityType, getField3, getMarkForDelete, getMarkForDeleteInEntityType, getRangeStart, getRangeStartInEntityType, instantiateEntity, setCalculationMethodId, setCalculationMethodId, setCalculationScaleId, setCalculationScaleId, setCumulative, setCumulative, setField1, setField1, setField2, setField2, setField3, setInitKey_calculationRangeId, setInitKey_calculationRangeId, setMarkForDelete, setMarkForDelete, setRangeStart, setRangeStart
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyCalculationRangeId()
getDataBeanKeyCalculationRangeId
in interface com.ibm.commerce.fulfillment.beans.CalculationRangeSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCalculationRangeId(java.lang.String aCalculationRangeId)
setDataBeanKeyCalculationRangeId
in interface com.ibm.commerce.fulfillment.beans.CalculationRangeInputDataBean
aCalculationRangeId
- java.lang.Stringpublic void populate()
iDataBeanKeyCalculationRangeId
using the setDataBeanKeyCalculationRangeId(java.lang.String) method before running the populate()
method.populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyCalculationRangeId(java.lang.String)