This table contains the minimum purchase amount that must be in the shopping cart before this coupon is applicable.
Method Summary | |
java.math.BigDecimal | getOrderMax() |
java.math.BigDecimal | getOrderMin() |
java.lang.Integer | getPromoId() |
void | setOrderMax(java.math.BigDecimal newValue) |
void | setOrderMin(java.math.BigDecimal newValue) |
void | setPromoId(java.lang.Integer newValue) |
Method Detail |
public java.math.BigDecimal getOrderMin() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setOrderMin(java.math.BigDecimal newValue)
public java.math.BigDecimal getOrderMax() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setOrderMax(java.math.BigDecimal newValue)
public java.lang.Integer getPromoId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPromoId(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.