com.ibm.commerce.ordermanagement.beans
Class RMADataBean

com.ibm.commerce.ordermanagement.beans.RMADataBean

public class RMADataBean

This data bean represents an order.


Field Summary
protected  CommandContext commandContext
           
static java.lang.String COPYRIGHT
          The internal copyright field.
protected  TypedProperty requestProperties
           
 
Constructor Summary
RMADataBean()
          OrderDataBean constructor comment.
 
Method Summary
 CommandContext getCommandContext()
           
 TypedProperty getRequestProperties()
           
 java.lang.String getRmaId()
           
 void populate()
           
 void setCommandContext(CommandContext context)
          setCommandContext method comment.
 void setRequestProperties(TypedProperty param)
           
 void setRmaId(java.lang.String anRmaId)
          set an order id.
 

Field Detail

commandContext

protected CommandContext commandContext

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.

requestProperties

protected TypedProperty requestProperties
Constructor Detail

RMADataBean

public RMADataBean()
OrderDataBean constructor comment.
Method Detail

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.