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.
|
protected CommandContext | iCommandContext
command context
|
protected java.lang.String | iDataBeanKeyIMemberGroupId
member group id
|
protected java.lang.String | iDataBeanKeyIOrdersId
orders id
|
protected TypedProperty | iRequestProperties
request properties
|
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.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyIOrdersId
protected java.lang.String iDataBeanKeyIMemberGroupId
public OrderMemberGroupRelationshipDataBean(java.lang.String aIOrdersId, java.lang.String aIMemberGroupId)
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyIOrdersId()
public java.lang.String getDataBeanKeyIMemberGroupId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyIOrdersId(java.lang.String aIOrdersId)
public void setDataBeanKeyIMemberGroupId(java.lang.String aIMemberGroupId)
public void populate() throws java.lang.Exception