com.ibm.commerce.fulfillment.beans
Class CalculationRangeDataBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.fulfillment.objects.CalculationRangeAccessBean
-
- com.ibm.commerce.fulfillment.beansrc.CalculationRangeDataBeanBase
-
- com.ibm.commerce.fulfillment.beans.CalculationRangeDataBean
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.fulfillment.beans.CalculationRangeInputDataBean, com.ibm.commerce.fulfillment.beans.CalculationRangeSmartDataBean, Delegator, java.io.Serializable
public class CalculationRangeDataBean extends com.ibm.commerce.fulfillment.beansrc.CalculationRangeDataBeanBase implements com.ibm.commerce.fulfillment.beans.CalculationRangeInputDataBean, com.ibm.commerce.fulfillment.beans.CalculationRangeSmartDataBean
This databean represents a CalculationRangeDataBean object.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM copyright notice field.-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description CalculationRangeDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.-
Methods inherited from class com.ibm.commerce.fulfillment.beansrc.CalculationRangeDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.fulfillment.objects.CalculationRangeAccessBean
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
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
The IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getRequestProperties
public TypedProperty getRequestProperties()
This method returns the request property set within this bean.- Specified by:
getRequestProperties
in interfaceInputDataBean
- Returns:
- com.ibm.commerce.datatype.TypedProperty
-
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.- Specified by:
setRequestProperties
in interfaceInputDataBean
- Parameters:
aRequestProperty
- com.ibm.commerce.datatype.TypedProperty
-
getDataBeanKeyCalculationRangeId
public java.lang.String getDataBeanKeyCalculationRangeId()
This method returns the databean key:calculation range id.- Specified by:
getDataBeanKeyCalculationRangeId
in interfacecom.ibm.commerce.fulfillment.beans.CalculationRangeSmartDataBean
- Returns:
- java.lang.String the databean key:calculation range id.
-
getCommandContext
public CommandContext getCommandContext()
This method returns the command context set within this bean.- Specified by:
getCommandContext
in interfaceSmartDataBean
- Returns:
- com.ibm.commerce.command.CommandContext
-
setCommandContext
public void setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.- Specified by:
setCommandContext
in interfaceSmartDataBean
- Parameters:
aCommandContext
- com.ibm.commerce.command.CommandContext
-
setDataBeanKeyCalculationRangeId
public void setDataBeanKeyCalculationRangeId(java.lang.String aCalculationRangeId)
This method sets the databean key:calculation range id.- Specified by:
setDataBeanKeyCalculationRangeId
in interfacecom.ibm.commerce.fulfillment.beans.CalculationRangeInputDataBean
- Parameters:
aCalculationRangeId
- java.lang.String
-
populate
public void populate()
This method is used to populate the CalculationRangeDataBean. You must setiDataBeanKeyCalculationRangeId
using the setDataBeanKeyCalculationRangeId(java.lang.String) method before running thepopulate()
method.- Specified by:
populate
in interfaceSmartDataBean
- Throws:
java.lang.Exception
- See Also:
setDataBeanKeyCalculationRangeId(java.lang.String)
-
-