com.ibm.commerce.ordermanagement.beans
Class RMADataBean

java.lang.Object
  com.ibm.commerce.ordermanagement.beansrc.RMADataBeanBase
      com.ibm.commerce.ordermanagement.beans.RMADataBean

public class RMADataBean
extends com.ibm.commerce.ordermanagement.beansrc.RMADataBeanBase

This data bean represents an order.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.
See Also:
Constant Field Values

commandContext

protected CommandContext commandContext
command context

requestProperties

protected TypedProperty requestProperties
requst properties
Constructor Detail

RMADataBean

public RMADataBean()
OrderDataBean constructor comment.
Method Detail

getCommandContext

public CommandContext getCommandContext()
Returns command context
Returns:

getRequestProperties

public TypedProperty getRequestProperties()
Returns request properties
Returns:

getRmaId

public java.lang.String getRmaId()
Returns RMAId
Returns:

populate

public void populate()
              throws java.lang.Exception
Retrieves data from the database
Throws:
java.lang.Exception

setCommandContext

public void setCommandContext(CommandContext context)
setCommandContext method comment.
Parameters:
context - CommandContext

setRequestProperties

public void setRequestProperties(TypedProperty param)
Sets request properties
Parameters:
param - TypedProperty

setRmaId

public void setRmaId(java.lang.String anRmaId)
set an order id.
Parameters:
anRmaId - order id

Feedback