com.ibm.commerce.couponpromotion.objects
Interface PromoDiscAccessBeanData

All Known Implementing Classes:
PromoDiscAccessBean

public interface PromoDiscAccessBeanData

This table contains the discount conditions for a promotion. Every coupon has exactly one calculation code.


Method Summary
 java.lang.Integer getCalcCodeId()
           
 java.lang.Integer getPromoDiscId()
           
 java.lang.Integer getPromoId()
           
 void setCalcCodeId(java.lang.Integer newValue)
           
 void setPromoDiscId(java.lang.Integer newValue)
           
 void setPromoId(java.lang.Integer newValue)            
 

Method Detail

getPromoDiscId

public java.lang.Integer getPromoDiscId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPromoDiscId

public void setPromoDiscId(java.lang.Integer newValue)

getCalcCodeId

public java.lang.Integer getCalcCodeId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCalcCodeId

public void setCalcCodeId(java.lang.Integer newValue)

getPromoId

public java.lang.Integer getPromoId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPromoId

public void setPromoId(java.lang.Integer newValue)