public class OrderChannelTypeDataBean
extends com.ibm.commerce.inventory.beansrc.OrderChannelTypeDataBeanBase
implements com.ibm.commerce.inventory.beans.OrderChannelTypeInputDataBean, com.ibm.commerce.inventory.beans.OrderChannelTypeSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyOrdChnlTypId |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
OrderChannelTypeDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyOrdChnlTypId()
This method returns the databean key:OrdChnlTypId.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the OrderChannelTypeDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyOrdChnlTypId(java.lang.String aOrdChnlTypId)
This method sets the databean key:OrdChnlTypId
|
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 iDataBeanKeyOrdChnlTypId
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 getDataBeanKeyOrdChnlTypId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyOrdChnlTypId(java.lang.String aOrdChnlTypId)
public void populate() throws java.lang.Exception