public class EDPReleasesDataBean extends AEDPDataBean
This databean gets the releases in Payment Rules of current order from the com.ibm.commerce.edp.commands#EDPReleasesBeanCmd data bean command.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
EDPReleasesDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCommandInterfaceName()
This method gets the command interface name that populates this data bean.
|
java.lang.Long | getOrderId()
This method sets the order ID.
|
java.util.ArrayList | getReleases()
This method gets the list of payment releases.
|
TypedProperty | getRequestProperties()
This method gets the parameters passed as part of the URL if any.
|
void | setCommandInterfaceName(java.lang.String ifname)
This method sets the command interface name.
|
void | setOrderId(java.lang.Long orderId)
This method sets the order ID.
|
void | setReleases(java.util.ArrayList paramReleases)
This method sets the list of releases.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method sets the parameters passed as part of the URL if any.
|
public static final java.lang.String COPYRIGHT
public void setCommandInterfaceName(java.lang.String ifname)
public java.lang.String getCommandInterfaceName()
public void setOrderId(java.lang.Long orderId)
public java.lang.Long getOrderId()
public void setReleases(java.util.ArrayList paramReleases)
public java.util.ArrayList getReleases()
public void setRequestProperties(TypedProperty aRequestProperties)
public TypedProperty getRequestProperties()