com.ibm.commerce.couponredemption.objects
Interface OrderCouponMapAccessBeanData

All Known Implementing Classes:
OrderCouponMapAccessBean

public interface OrderCouponMapAccessBeanData

This table stores information about the electronic coupons that were applied to the given (completed) Order.


Method Summary
java.lang.Long getBcId()
java.lang.Long getOrderId()
void setBcId(java.lang.Long newValue)
void setOrderId(java.lang.Long newValue)

Method Detail

getBcId

public java.lang.Long getBcId()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBcId

public void setBcId(java.lang.Long newValue)

getOrderId

public java.lang.Long getOrderId()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderId

public void setOrderId(java.lang.Long newValue)

Feedback