com.ibm.commerce.ordermanagement.beans
Class RMADataBean
com.ibm.commerce.ordermanagement.beans.RMADataBean
- public class RMADataBean
This data bean represents an order.
Constructor Summary |
RMADataBean()
OrderDataBean constructor comment. |
commandContext
protected CommandContext commandContext
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The internal copyright field.
requestProperties
protected TypedProperty requestProperties
RMADataBean
public RMADataBean()
- OrderDataBean constructor comment.
getCommandContext
public CommandContext getCommandContext()
getRequestProperties
public TypedProperty getRequestProperties()
getRmaId
public java.lang.String getRmaId()
populate
public void populate()
throws java.lang.Exception
setCommandContext
public void setCommandContext(CommandContext context)
- setCommandContext method comment.
setRequestProperties
public void setRequestProperties(TypedProperty param)
setRmaId
public void setRmaId(java.lang.String anRmaId)
- set an order id.