java.lang.Objectcom.ibm.commerce.ordermanagement.beansrc.RMAItemDataBeanBase
com.ibm.commerce.ordermanagement.beans.RMAItemDataBean
This data bean represents an order.
Field Summary | |
protected CommandContext | commandContext command context |
static java.lang.String | COPYRIGHT The internal copyright field. |
protected TypedProperty | requestProperties request properties |
Constructor Summary | |
RMAItemDataBean() OrderDataBean constructor comment. |
Method Summary | |
CommandContext | getCommandContext() Returns command context |
TypedProperty | getRequestProperties() Returns request properties |
java.lang.String | getRmaItemId() Returns RMAItemId |
void | populate() Retrieves data from the database |
void | setCommandContext(CommandContext context) Sets command context |
void | setRequestProperties(TypedProperty param) Sets request properties |
void | setRmaItemId(java.lang.String aRmaItemId) set an order id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
protected CommandContext commandContext
protected TypedProperty requestProperties
Constructor Detail |
public RMAItemDataBean()
Method Detail |
public CommandContext getCommandContext()
public TypedProperty getRequestProperties()
public java.lang.String getRmaItemId()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext context)
public void setRequestProperties(TypedProperty param)
public void setRmaItemId(java.lang.String aRmaItemId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.