com.ibm.commerce.edp.beans
Class EDPReleasesDataBean
- java.lang.Object
-
- com.ibm.commerce.edp.beans.AEDPDataBean
-
- com.ibm.commerce.edp.beans.EDPReleasesDataBean
-
- All Implemented Interfaces:
- CommandDataBean, DataBean, InputDataBean, java.io.Serializable
public class EDPReleasesDataBean extends AEDPDataBean
This databean gets the releases in Payment Rules of current order from the
com.ibm.commerce.edp.commands
data bean command.- See Also:
com.ibm.commerce.edp.commands
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM copyright notice field.-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description EDPReleasesDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
The IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
setCommandInterfaceName
public void setCommandInterfaceName(java.lang.String ifname)
This method sets the command interface name. The data can be got through the specified databean command.- Parameters:
ifname
- A String that specifies the command interface name to be set.
-
getCommandInterfaceName
public java.lang.String getCommandInterfaceName()
This method gets the command interface name that populates this data bean. The default command interfaceName iscom.ibm.commerce.edp.commands
.- Returns:
- A String that specifies the name of the command interface.
-
setOrderId
public void setOrderId(java.lang.Long orderId)
This method sets the order ID. This data bean represents the releases in Payment Rules of the order with the order ID.- Parameters:
orderId
- A Long that specifies the order ID to be set.
-
getOrderId
public java.lang.Long getOrderId()
This method sets the order ID. This data bean represents the releases in Payment Rules of the order with the order ID.- Returns:
- A Long that specifies the order id.
-
setReleases
public void setReleases(java.util.ArrayList paramReleases)
This method sets the list of releases.- Parameters:
paramReleases
- An ArrayList that represents the list of releases to be set.
-
getReleases
public java.util.ArrayList getReleases()
This method gets the list of payment releases.- Returns:
- An ArrayList that represents the list of releases.
-
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperties)
This method sets the parameters passed as part of the URL if any.- Parameters:
aRequestProperties
- A TypedProperty that specifies the parameters passed as part of the URL if any.
-
getRequestProperties
public TypedProperty getRequestProperties()
This method gets the parameters passed as part of the URL if any.- Returns:
- A TypedProperty that specifies the parameters passed as part of the URL if any.
-
-