public class Delivery extends CommonDelivery<ReferencedDocument>
| Modifier and Type | Method and Description |
|---|---|
ReferencedDocument |
getDeliveryNote()
|
ReferencedDocument |
getDespatchAdvice()
|
List<Consignment> |
getRelatedConsignment()
|
TradeParty |
getShipFrom()
|
Delivery |
setDeliveryNote(ReferencedDocument deliveryNote)
|
Delivery |
setDespatchAdvice(ReferencedDocument despatchAdvice)
|
Delivery |
setRelatedConsignment(List<Consignment> relatedConsignment)
|
Delivery |
setShipFrom(TradeParty shipFrom)
|
getActualDelivery, getShipTo, getUltimateShipTo, setActualDelivery, setShipTo, setUltimateShipTopublic ReferencedDocument getDeliveryNote()
CommonDeliveryGets the delivery note.
getDeliveryNote in class CommonDelivery<ReferencedDocument>public ReferencedDocument getDespatchAdvice()
CommonDeliveryGets the despatch advice.
getDespatchAdvice in class CommonDelivery<ReferencedDocument>public List<Consignment> getRelatedConsignment()
Gets the related consignment.
public TradeParty getShipFrom()
Gets the ship from.
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(List<Consignment> relatedConsignment)
Sets the related consignment.
relatedConsignment - the related consignmentpublic Delivery setShipFrom(TradeParty shipFrom)
Sets the ship from.
shipFrom - the ship fromCopyright © 2014 Konik.io. All Rights Reserved.