public class EDPRefundInstructionsDataBean extends AEDPDataBean
com.ibm.commerce.edp.commands
data bean Command.
com.ibm.commerce.edp.commands
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
emptyString
Constructor and Description |
---|
EDPRefundInstructionsDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandInterfaceName()
This method gets the command interface name that populates this data
bean.
|
java.util.ArrayList |
getRefundInstructions()
This method gets the list of available refund instructions 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(Return Merchandise Authorization) id, which
represents the refund instructions of the RMA with the specified RMA ID.
|
void |
setCommandInterfaceName(java.lang.String ifname)
This method sets the command interface name.
|
void |
setRefundInstructions(java.util.ArrayList arefundInstructions)
This method sets the list of available refund instructions 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 armaId)
This method sets the RMA(Return Merchandise Authorization) id, which
represents the refund instructions of the RMA with the specified RMA ID.
|
public static final java.lang.String COPYRIGHT
public void setCommandInterfaceName(java.lang.String ifname)
ifname
- A String that specifies the command interface name to be set.public java.lang.String getCommandInterfaceName()
com.ibm.commerce.edp.commands
.public void setRmaId(java.lang.Long armaId)
armaId
- A Long that specifies the RMA id.public java.lang.Long getRmaId()
public void setRefundInstructions(java.util.ArrayList arefundInstructions)
arefundInstructions
- An ArrayList that represents the list of
available refund instructions.public java.util.ArrayList getRefundInstructions()
public void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties
- A TypedProperty that specifies the parameters
passed as part of the URL if any.public TypedProperty getRequestProperties()