|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a quote from a supplier in response to a
query-for-price-and-availability (QPA
).
Method Summary | |
java.lang.String |
description()
Returns a description for the product quoted. |
java.lang.String |
productId()
Returns the identifier for the product quoted. |
java.util.Calendar |
promiseDate()
Returns the date promised by the supplier. |
java.util.Calendar |
qpaCreationDate()
Returns the date the QPA associated with this quote was created. |
java.util.Calendar |
quoteDate()
Returns the date this quote was generated by the supplier. |
long |
quotedQty()
Returns the quantity of the product promised by the supplier. |
Money |
quotedUnitPrice()
Returns the unit price quoted by the supplier. |
java.lang.String |
quoteId()
Returns the identifier for this quote. |
java.lang.String |
requestId()
Returns the identifier for the QPA that precipitated this quote. |
java.lang.String |
supplierName()
Returns the name of the supplier who sent this quote. |
Money |
total()
Returns the total cost for the quote. |
Method Detail |
public java.lang.String requestId()
QPA
that precipitated this quote.
public java.lang.String quoteId()
public java.util.Calendar qpaCreationDate()
QPA
associated with this quote was created.
public java.util.Calendar quoteDate()
public java.lang.String supplierName()
public java.lang.String productId()
public java.lang.String description()
public long quotedQty()
public Money quotedUnitPrice()
public java.util.Calendar promiseDate()
public Money total()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |