public class EDPRefundStatusDataBean extends AEDPDataBean
This method gets the latest refund status of a particular RMA from
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 |
---|
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)
ifname
- A String that specifies the command interface name to be set.public java.lang.String getCommandInterfaceName()
com.ibm.commerce.edp.commands
.public void setRefundStatus(java.lang.String status)
status
- A String that specifies the latest human-readable refund status.public java.lang.String getRefundStatus()
public void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties
- A TypedProperty that specifies the parameters passed as part of the URL if any.public TypedProperty getRequestProperties()
public void setRmaId(java.lang.Long paramRmaId)
paramRmaId
- A Long that specifies the RMA ID to be set.public java.lang.Long getRmaId()
public void setNeedGlobalized(boolean isNeeded)
isNeeded
- A boolean that indicates if the result needs to be globalized.public boolean getNeedGlobalized()