Class OfferInfo
java.lang.Object
OfferInfo
- Direct Known Subclasses:
- OrderInfo
public class OfferInfo
- extends java.lang.Object
Stores an offer from a supplier or manufacturer. If it is from
a supplier, there may be two alternatives: relaxed quantity and relaxed due
date. If there is no alternative offer, the alternative reference is null.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
productID
public int productID
offerID
public int offerID
quantity
public int quantity
price
public int price
dueDate
public int dueDate
name
public java.lang.String name
alternative
public OfferInfo alternative
rfq
public RFQInfo rfq
index
public int index
ordered
public boolean ordered
OfferInfo
public OfferInfo()
OfferInfo
public OfferInfo(int offerID,
int quantity,
int dueDate,
int price,
RFQInfo rfq,
int index)
- Parameters:
offerID
- ID numberquantity
- quantity offeresdueDate
- delivery dateprice
- price per unitrfq
- RFQInfo object for the corresponding RFQindex
- product index (not ID)