This table stores all of the items from the given (completed) order that were applicable to the selected coupon set.
Method Summary | |
java.lang.Long | getBcId() |
java.math.BigDecimal | getDiscAmt() |
java.lang.Long | getItemId() |
void | setBcId(java.lang.Long newValue) |
void | setDiscAmt(java.math.BigDecimal newValue) |
void | setItemId(java.lang.Long newValue) |
Method Detail |
public java.lang.Long getItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setItemId(java.lang.Long newValue)
public java.lang.Long getBcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setBcId(java.lang.Long newValue)
public java.math.BigDecimal getDiscAmt() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDiscAmt(java.math.BigDecimal newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.