|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectRFQInfo
public class RFQInfo
Stores a single RFQ, either for a manufacturer or a supplier.
| Field Summary | |
|---|---|
int |
dueDate
|
java.lang.String |
name
|
int |
penalty
|
int |
productID
|
int |
quantity
|
int |
receivedDate
|
int |
reservePrice
|
int |
rfqID
|
| Constructor Summary | |
|---|---|
RFQInfo()
|
|
RFQInfo(int rfqID,
int productID,
int quantity,
int dueDate,
int reservePrice,
int penalty,
java.lang.String name)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int rfqID
public int quantity
public int productID
public int dueDate
public int reservePrice
public int penalty
public java.lang.String name
public int receivedDate
| Constructor Detail |
|---|
public RFQInfo()
public RFQInfo(int rfqID,
int productID,
int quantity,
int dueDate,
int reservePrice,
int penalty,
java.lang.String name)
rfqID - the ID numberproductID - the product requestedquantity - quantity requesteddueDate - date duereservePrice - reserve price per unitpenalty - penalty per day latename - recipient of the RFQ
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||