com.ibm.commerce.ordermanagement.beans
Class RMAItemDataBean

java.lang.Object
  com.ibm.commerce.ordermanagement.beansrc.RMAItemDataBeanBase
      com.ibm.commerce.ordermanagement.beans.RMAItemDataBean

public class RMAItemDataBean
extends com.ibm.commerce.ordermanagement.beansrc.RMAItemDataBeanBase

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
request properties
Constructor Summary
RMAItemDataBean()
OrderDataBean constructor comment.
Method Summary
CommandContext getCommandContext()
Returns command context
TypedProperty getRequestProperties()
Returns request properties
java.lang.String getRmaItemId()
Returns RMAItemId
void populate()
Retrieves data from the database
void setCommandContext(CommandContext context)
Sets command context
void setRequestProperties(TypedProperty param)
Sets request properties
void setRmaItemId(java.lang.String aRmaItemId)
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
request properties
Constructor Detail

RMAItemDataBean

public RMAItemDataBean()
OrderDataBean constructor comment.
Method Detail

getCommandContext

public CommandContext getCommandContext()
Returns command context
Returns:

getRequestProperties

public TypedProperty getRequestProperties()
Returns request properties
Returns:

getRmaItemId

public java.lang.String getRmaItemId()
Returns RMAItemId
Returns:

populate

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

setCommandContext

public void setCommandContext(CommandContext context)
Sets command context
Parameters:
context -

setRequestProperties

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

setRmaItemId

public void setRmaItemId(java.lang.String aRmaItemId)
set an order id.
Parameters:
aRmaItemId - RMAItemId

Feedback