java.lang.Object | +--com.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
java.lang.Exception
public void setCommandContext(CommandContext context)
context
- CommandContextpublic void setRequestProperties(TypedProperty param)
param
- TypedPropertypublic void setRmaId(java.lang.String anRmaId)
anRmaId
- order id