public class EDPRefundStatusDataBean extends AEDPDataBean
This method gets the latest refund status of a particular RMA from com.ibm.commerce.edp.commands#EDPRefundStatusBeanCmd data bean command.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright notice field.
|
Constructor and Description |
---|
EDPRefundStatusDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCommandInterfaceName()
This method gets the command interface name that populates this data bean.
|
boolean | getNeedGlobalized()
This method gets the flag indicating if the result need to be globalized.
|
java.lang.String | getRefundStatus()
This method gets the latest human-readable refund status of current RMA.
|
TypedProperty | getRequestProperties()
This method gets the parameters passed as part of the URL if any.
|
java.lang.Long | getRmaId()
This method gets the RMA ID.
|
void | setCommandInterfaceName(java.lang.String ifname)
This method sets the command interface name.
|
void | setNeedGlobalized(boolean isNeeded)
This method sets the flag indicating if the result need to be globalized.
|
void | setRefundStatus(java.lang.String status)
This method sets the latest human-readable refund status of current RMA.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method sets the parameters passed as part of the URL if any.
|
void | setRmaId(java.lang.Long paramRmaId)
This method sets the RMA ID.
|
public static final java.lang.String COPYRIGHT
public void setCommandInterfaceName(java.lang.String ifname)
public java.lang.String getCommandInterfaceName()
public void setRefundStatus(java.lang.String status)
public java.lang.String getRefundStatus()
public void setRequestProperties(TypedProperty aRequestProperties)
public TypedProperty getRequestProperties()
public void setRmaId(java.lang.Long paramRmaId)
public java.lang.Long getRmaId()
public void setNeedGlobalized(boolean isNeeded)
public boolean getNeedGlobalized()