public class Delivery extends java.lang.Object
| Constructor and Description |
|---|
Delivery()
|
Delivery(Quantity billedQuantity,
Event deliveryEvent)
|
| Modifier and Type | Method and Description |
|---|---|
Quantity |
getBilledQuantity()
|
Event |
getEvent()
|
ReferencedDocument |
getNote()
|
Delivery |
setBilledQuantity(Quantity billedQuantity)
|
Delivery |
setEvent(Event deliveryEvent)
|
Delivery |
setNote(ReferencedDocument note)
|
public Delivery()
Instantiates a new trade delivery.
public Quantity getBilledQuantity()
Gets the billed quantity.
BASIC
public ReferencedDocument getNote()
Gets the delivery note referenced document.
public Delivery setBilledQuantity(Quantity billedQuantity)
Sets the billed quantity.
BASIC
billedQuantity - the new billed quantitypublic Delivery setEvent(Event deliveryEvent)
Sets the actual delivery event.
deliveryEvent - the new actual delivery eventpublic Delivery setNote(ReferencedDocument note)
Sets the note.
note - the new delivery note referenced documentCopyright © 2014 konik.io. All Rights Reserved.