public class OrderMemberGroupRelationshipDataBean extends OrderMemberGroupRelationshipDataBeanBase implements com.ibm.commerce.order.beans.OrderMemberGroupRelationshipInputDataBean, com.ibm.commerce.order.beans.OrderMemberGroupRelationshipSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderMemberGroupRelationshipDataBean(java.lang.String aIOrdersId,
java.lang.String aIMemberGroupId)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIMemberGroupId()
This method gets the member group id.
|
java.lang.String |
getDataBeanKeyIOrdersId()
This method gets the order id.
|
TypedProperty |
getRequestProperties()
This method gets the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderMemberGroupRelationshipDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyIMemberGroupId(java.lang.String aIMemberGroupId)
This method sets the member group id.
|
void |
setDataBeanKeyIOrdersId(java.lang.String aIOrdersId)
This method sets the order id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegategetEntity, getMemberGroupId, getMemberGroupIdInEntityType, getOrdersId, getOrdersIdInEntityType, instantiateEntity, setInitKey_iMemberGroupId, setInitKey_iMemberGroupId, setInitKey_iOrdersId, setInitKey_iOrdersId, setMemberGroupId, setMemberGroupId, setOrdersId, setOrdersIdpublic static final java.lang.String COPYRIGHT
public OrderMemberGroupRelationshipDataBean(java.lang.String aIOrdersId,
java.lang.String aIMemberGroupId)
aIOrdersId - order id.aIMemberGroupId - member group idpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - request propertypublic java.lang.String getDataBeanKeyIOrdersId()
getDataBeanKeyIOrdersId in interface com.ibm.commerce.order.beans.OrderMemberGroupRelationshipSmartDataBeanpublic java.lang.String getDataBeanKeyIMemberGroupId()
getDataBeanKeyIMemberGroupId in interface com.ibm.commerce.order.beans.OrderMemberGroupRelationshipSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - command contextpublic void setDataBeanKeyIOrdersId(java.lang.String aIOrdersId)
setDataBeanKeyIOrdersId in interface com.ibm.commerce.order.beans.OrderMemberGroupRelationshipInputDataBeanaIOrdersId - order idpublic void setDataBeanKeyIMemberGroupId(java.lang.String aIMemberGroupId)
setDataBeanKeyIMemberGroupId in interface com.ibm.commerce.order.beans.OrderMemberGroupRelationshipInputDataBeanaIMemberGroupId - member group idpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyIMemberGroupId(String),
setDataBeanKeyIOrdersId(String)