java.lang.Objectcom.ibm.commerce.ordermanagement.beansrc.RMADataBeanBase
com.ibm.commerce.ordermanagement.beans.RMADataBean
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 requst properties |
Constructor Summary | |
RMADataBean() OrderDataBean constructor comment. |
Method Summary | |
CommandContext | getCommandContext() Returns command context |
TypedProperty | getRequestProperties() Returns request properties |
java.lang.String | getRmaId() Returns RMAId |
void | populate() Retrieves data from the database |
void | setCommandContext(CommandContext context) setCommandContext method comment. |
void | setRequestProperties(TypedProperty param) Sets request properties |
void | setRmaId(java.lang.String anRmaId) 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 RMADataBean()
Method Detail |
public CommandContext getCommandContext()
public TypedProperty getRequestProperties()
public java.lang.String getRmaId()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext context)
public void setRequestProperties(TypedProperty param)
public void setRmaId(java.lang.String anRmaId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.