|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Represents a purchase order that is to be communicated to supplier(s).
| Method Summary | |
java.util.Calendar |
creationDate()
Returns the date this was created. |
java.lang.String |
description()
Returns a description for the product supplied. |
java.lang.String |
poNumber()
Returns the identifier for this purchase order. |
java.lang.String |
productId()
Returns the identifier for the product supplied. |
java.util.Calendar |
promiseDate()
Returns the date promised by the supplier. |
long |
qty()
Returns the quantity of the product supplied. |
POStatus |
status()
Returns the status of this . |
java.lang.String |
statusString()
Returns the status of this . |
java.lang.String |
supplierName()
Returns the name of the supplier associated with this . |
Money |
total()
Returns the total cost for the . |
Money |
unitPrice()
Returns the unit price for each item supplied. |
| Method Detail |
public java.lang.String poNumber()
public java.util.Calendar creationDate()
PO was created.
public POStatus status()
PO. This value is generally
one of Pending, Acknowledged, Shipped or Received.
public java.lang.String statusString()
PO. This value is generally
one of Pending, Acknowledged, Shipped or Received.
public java.lang.String supplierName()
PO.
public java.lang.String productId()
public java.lang.String description()
public long qty()
public Money unitPrice()
public java.util.Calendar promiseDate()
public Money total()
PO.
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||