com.ibm.commerce.ordermanagement.beans
Class RMAItemDataBean

com.ibm.commerce.ordermanagement.beans.RMAItemDataBean

public class RMAItemDataBean

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
RMAItemDataBean()
          OrderDataBean constructor comment.
 
Method Summary
 CommandContext getCommandContext()
           
 TypedProperty getRequestProperties()
           
 java.lang.String getRmaItemId()
           
 void populate()
           
 void setCommandContext(CommandContext context)
          setCommandContext method comment.
 void setRequestProperties(TypedProperty param)
           
 void setRmaItemId(java.lang.String aRmaItemId)
          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

RMAItemDataBean

public RMAItemDataBean()
OrderDataBean constructor comment.
Method Detail

getCommandContext

public CommandContext getCommandContext()

getRequestProperties

public TypedProperty getRequestProperties()

getRmaItemId

public java.lang.String getRmaItemId()

populate

public void populate()
              throws java.lang.Exception

setCommandContext

public void setCommandContext(CommandContext context)
setCommandContext method comment.

setRequestProperties

public void setRequestProperties(TypedProperty param)

setRmaItemId

public void setRmaItemId(java.lang.String aRmaItemId)
set an order id.