com.ibm.commerce.couponredemption.databeans
Interface ViewApplicableCouponInputDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable
All Known Implementing Classes:
ViewApplicableCouponDataBean

public interface ViewApplicableCouponInputDataBean
extends InputDataBean

This data bean is used to view the set of eCoupons that are applicable for the given order.

The input parameter for this data bean is :

This can be queried for the following :


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Method Summary
 void setOrderId(java.lang.Long paramOrderId)
          Sets the orderId.
 
Methods inherited from interface com.ibm.commerce.beans. InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Method Detail

setOrderId

public void setOrderId(java.lang.Long paramOrderId)
Sets the orderId.