public class CalculationRuleMemberGroupRelationshipDataBean
extends com.ibm.commerce.fulfillment.beansrc.CalculationRuleMemberGroupRelationshipDataBeanBase
implements com.ibm.commerce.fulfillment.beans.CalculationRuleMemberGroupRelationshipInputDataBean, com.ibm.commerce.fulfillment.beans.CalculationRuleMemberGroupRelationshipSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
CalculationRuleMemberGroupRelationshipDataBean() |
| 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 |
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 CalculationRuleMemberGroupRelationshipDataBean.
|
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 |
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.
|
getDelegatefindByCalculationRule, findByCalculationRuleAndStore, findByMemberGroup, getCalculationRuleId, getCalculationRuleIdInEntityType, getEntity, getMemberGroupId, getMemberGroupIdInEntityType, instantiateEntity, setInitKey_calculationRuleId, setInitKey_calculationRuleId, setInitKey_memberGroupId, setInitKey_memberGroupIdpublic static final java.lang.String COPYRIGHT
public CalculationRuleMemberGroupRelationshipDataBean()
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyMemberGroupId()
getDataBeanKeyMemberGroupId in interface com.ibm.commerce.fulfillment.beans.CalculationRuleMemberGroupRelationshipSmartDataBeanpublic java.lang.String getDataBeanKeyCalculationRuleId()
getDataBeanKeyCalculationRuleId in interface com.ibm.commerce.fulfillment.beans.CalculationRuleMemberGroupRelationshipSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyMemberGroupId(java.lang.String aMemberGroupId)
setDataBeanKeyMemberGroupId in interface com.ibm.commerce.fulfillment.beans.CalculationRuleMemberGroupRelationshipInputDataBeanaMemberGroupId - java.lang.Stringpublic void setDataBeanKeyCalculationRuleId(java.lang.String aCalculationRuleId)
setDataBeanKeyCalculationRuleId in interface com.ibm.commerce.fulfillment.beans.CalculationRuleMemberGroupRelationshipInputDataBeanaCalculationRuleId - java.lang.Stringpublic void populate()
iDataBeanKeyMemberGroupId and iDataBeanKeyCalculationRuleId
using the setDataBeanKeyMemberGroupId(java.lang.String) and setDataBeanKeyCalculationRuleId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyMemberGroupId(java.lang.String),
setDataBeanKeyCalculationRuleId(java.lang.String)