public class SpecifiedDelivery extends CommonDelivery<ReferencedDocumentItem>
EXTENDED
| Constructor and Description |
|---|
SpecifiedDelivery()
|
SpecifiedDelivery(Quantity billed)
|
SpecifiedDelivery(Quantity billed,
ZfDate actualDelivery)
|
| Modifier and Type | Method and Description |
|---|---|
Quantity |
getBilled()
|
Quantity |
getChargeFree()
|
ReferencedDocumentItem |
getDeliveryNote()
|
ReferencedDocumentItem |
getDespatchAdvice()
|
Quantity |
getPackageQuantity()
|
List<ReferencedDocumentItem> |
getReceivingAdvice()
|
SpecifiedDelivery |
setBilled(Quantity billedQuantity)
|
SpecifiedDelivery |
setChargeFree(Quantity chargeFree)
|
SpecifiedDelivery |
setDeliveryNote(ReferencedDocumentItem deliveryNote)
|
SpecifiedDelivery |
setDespatchAdvice(ReferencedDocumentItem despatchAdvice)
|
SpecifiedDelivery |
setPackageQuantity(Quantity packageQuantity)
|
SpecifiedDelivery |
setReceivingAdvice(List<ReferencedDocumentItem> receivingAdvice)
|
getActualDelivery, getShipTo, getUltimateShipTo, setActualDelivery, setShipTo, setUltimateShipTopublic SpecifiedDelivery()
Instantiates a new trade delivery.
public SpecifiedDelivery(Quantity billed)
The Constructor.
BASIC
billed - the billedpublic SpecifiedDelivery(Quantity billed, ZfDate actualDelivery)
The Constructor.
EXTENDED
billed - the billedactualDelivery - the actual deliverypublic Quantity getBilled()
Gets the billed quantity.
BASIC
public Quantity getChargeFree()
Gets the charge free.
public ReferencedDocumentItem getDeliveryNote()
CommonDeliveryGets the delivery note.
getDeliveryNote in class CommonDelivery<ReferencedDocumentItem>public ReferencedDocumentItem getDespatchAdvice()
CommonDeliveryGets the despatch advice.
getDespatchAdvice in class CommonDelivery<ReferencedDocumentItem>public Quantity getPackageQuantity()
Gets the package quantity.
public List<ReferencedDocumentItem> getReceivingAdvice()
Gets the receiving advice.
public SpecifiedDelivery setBilled(Quantity billedQuantity)
Sets the billed quantity.
BASIC
billedQuantity - the new billed quantitypublic SpecifiedDelivery setChargeFree(Quantity chargeFree)
Sets the charge free.
chargeFree - the charge freepublic SpecifiedDelivery setDeliveryNote(ReferencedDocumentItem deliveryNote)
CommonDeliverySets the delivery note.
setDeliveryNote in class CommonDelivery<ReferencedDocumentItem>deliveryNote - the delivery notepublic SpecifiedDelivery setDespatchAdvice(ReferencedDocumentItem despatchAdvice)
CommonDeliverySets the despatch advice.
setDespatchAdvice in class CommonDelivery<ReferencedDocumentItem>despatchAdvice - the despatch advicepublic SpecifiedDelivery setPackageQuantity(Quantity packageQuantity)
Sets the package quantity.
packageQuantity - the package quantitypublic SpecifiedDelivery setReceivingAdvice(List<ReferencedDocumentItem> receivingAdvice)
Sets the receiving advice.
receivingAdvice - the receiving adviceCopyright © 2014 Konik.io. All Rights Reserved.