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 interface is used as an input databean interface for viewing list of applicable coupons for a given order.

The input parameter for this interface is :


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

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

setOrderId

public void setOrderId(java.lang.Long paramOrderId)
Set the orderId.
Parameters:
orderId - The order Id.