public class CalculationCodeMemberGroupDataBean
extends com.ibm.commerce.fulfillment.beansrc.CalculationCodeMemberGroupDataBeanBase
implements com.ibm.commerce.fulfillment.beans.CalculationCodeMemberGroupInputDataBean, com.ibm.commerce.fulfillment.beans.CalculationCodeMemberGroupSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
CalculationCodeMemberGroupDataBean() |
| 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 |
getDataBeanKeyMemberGroupId()
This method returns the databean key:member group id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CalculationCodeMemberGroupDataBean.
|
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 |
setDataBeanKeyMemberGroupId(java.lang.String aMemberGroupId)
This method sets the databean key:member group id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByCalculationCodeId, findByMemberGroupId, getCalculationCodeId, getCalculationCodeIdInEntityType, getEntity, getMemberGroupId, getMemberGroupIdInEntityType, instantiateEntity, setCalculationCodeId, setCalculationCodeId, setInitKey_calculationCodeId, setInitKey_calculationCodeId, setInitKey_memberGroupId, setInitKey_memberGroupId, setMemberGroupId, setMemberGroupIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyCalculationCodeId()
getDataBeanKeyCalculationCodeId in interface com.ibm.commerce.fulfillment.beans.CalculationCodeMemberGroupSmartDataBeanpublic java.lang.String getDataBeanKeyMemberGroupId()
getDataBeanKeyMemberGroupId in interface com.ibm.commerce.fulfillment.beans.CalculationCodeMemberGroupSmartDataBeanpublic 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.CalculationCodeMemberGroupInputDataBeanaCalculationCodeId - java.lang.Stringpublic void setDataBeanKeyMemberGroupId(java.lang.String aMemberGroupId)
setDataBeanKeyMemberGroupId in interface com.ibm.commerce.fulfillment.beans.CalculationCodeMemberGroupInputDataBeanaMemberGroupId - java.lang.Stringpublic void populate()
iDataBeanKeyCalculationCodeId and iDataBeanKeyMemberGroupId
using the setDataBeanKeyCalculationCodeId(java.lang.String) and setDataBeanKeyMemberGroupId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyCalculationCodeId(java.lang.String),
setDataBeanKeyMemberGroupId(java.lang.String)