|
CLASS Sales.SalesOrder IMPLEMENTS PrintDocument
Field Summary | |
---|---|
DATE
|
dueDate
PUBLIC
Due date is when the order must be delivered (not just shipped). |
Property Summary | |
---|---|
INT64
|
CustomerID
PUBLIC GET PRIVATE SET
|
CHARACTER
|
PONum
PUBLIC GET SET
Assignment will notify the account manager of the new PO number. |
Method Summary | |
---|---|
|
CONSTRUCTOR
(INT64 customerID)
A sales order may not be constructed without a CustomerID. |
INT64
|
print
()
Print the sales order. |
VOID
|
print
(INT64 printerID)
Deprecated. Use print() instead. |
VOID
|
printPreview
()
Preview the sales order. |
Field Detail |
---|
DATE PUBLIC
Property Detail |
---|
INT64 PUBLIC GET PRIVATE SET
CHARACTER PUBLIC GET SET
Method Detail |
---|
CONSTRUCTOR(INT64 customerID)
PUBLIC INT64
print()
PUBLIC VOID
print(INT64 printerID)
PUBLIC VOID
printPreview()