public class Delivery extends CommonDelivery<ReferencedDocument>
| Constructor and Description |
|---|
Delivery(ZfDate actualDelivery)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedDocument |
getDeliveryNote()
Gets the delivery note.
|
ReferencedDocument |
getDespatchAdvice()
Gets the despatch advice.
|
Consignment |
getRelatedConsignment()
Gets the related consignment.
|
TradeParty |
getShipFrom()
Gets the ship from.
|
TradeParty |
getShipTo()
Gets the ship to.
|
TradeParty |
getUltimateShipTo()
Gets the ultimate ship to.
|
Delivery |
setDeliveryNote(ReferencedDocument deliveryNote)
Sets the delivery note.
|
Delivery |
setDespatchAdvice(ReferencedDocument despatchAdvice)
Sets the despatch advice.
|
Delivery |
setRelatedConsignment(Consignment relatedConsignment)
Sets the related consignment.
|
Delivery |
setShipFrom(TradeParty shipFrom)
Sets the ship from.
|
getActualDelivery, setActualDelivery, setShipTo, setUltimateShipTo@Comfort public ReferencedDocument getDeliveryNote()
CommonDeliveryGets the delivery note.
getDeliveryNote in class CommonDelivery<ReferencedDocument>@Extended public ReferencedDocument getDespatchAdvice()
CommonDeliveryGets the despatch advice.
getDespatchAdvice in class CommonDelivery<ReferencedDocument>@Extended public Consignment getRelatedConsignment()
Gets the related consignment.
@Extended public TradeParty getShipFrom()
Gets the ship from.
@Extended public TradeParty getShipTo()
CommonDeliveryGets the ship to.
getShipTo in class CommonDelivery<ReferencedDocument>@Extended public TradeParty getUltimateShipTo()
CommonDeliveryGets the ultimate ship to.
getUltimateShipTo in class CommonDelivery<ReferencedDocument>public Delivery setDeliveryNote(ReferencedDocument deliveryNote)
CommonDeliverySets the delivery note.
setDeliveryNote in class CommonDelivery<ReferencedDocument>deliveryNote - the delivery notepublic Delivery setDespatchAdvice(ReferencedDocument despatchAdvice)
CommonDeliverySets the despatch advice.
setDespatchAdvice in class CommonDelivery<ReferencedDocument>despatchAdvice - the despatch advicepublic Delivery setRelatedConsignment(Consignment relatedConsignment)
Sets the related consignment.
relatedConsignment - the related consignmentpublic Delivery setShipFrom(TradeParty shipFrom)
Sets the ship from.
shipFrom - the ship fromCopyright © 2014-2016 Konik.io. All Rights Reserved.