public class RMAItemComponentDataBean
extends com.ibm.commerce.ordermanagement.beansrc.RMAItemComponentDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.RMAItemComponentInputDataBean, com.ibm.commerce.ordermanagement.beans.RMAItemComponentSmartDataBean
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 | iDataBeanKeyRmaItemCmpId
RmaItemCmpId
|
protected TypedProperty | iRequestProperties
Request properties
|
Constructor and Description |
---|
RMAItemComponentDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyRmaItemCmpId()
This method returns RmaItemCmpId.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
com.ibm.commerce.ordermanagement.beans.RMASerialNumbersDataBean[] | getRmaSerialNumbersDataBeans()
This method returns all rma serial numbers data beans associated to this rma item component.
|
void | populate()
This method is used to populate the RMAItemComponentDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyRmaItemCmpId(java.lang.String aRmaItemCmpId)
This method sets RmaItemCmpId.
|
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 iDataBeanKeyRmaItemCmpId
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 getDataBeanKeyRmaItemCmpId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyRmaItemCmpId(java.lang.String aRmaItemCmpId)
public void populate() throws java.lang.Exception
public com.ibm.commerce.ordermanagement.beans.RMASerialNumbersDataBean[] getRmaSerialNumbersDataBeans()