public class SpecifiedDelivery extends CommonDelivery<ReferencedDocumentItem>
Constructor and Description |
---|
SpecifiedDelivery()
Instantiates a new trade delivery.
|
SpecifiedDelivery(Quantity billed)
The Constructor.
|
SpecifiedDelivery(Quantity billed,
ZfDate actualDelivery)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
ZfDate |
getActualDelivery()
Gets the actual delivery event.
|
Quantity |
getBilled()
Gets the billed quantity.
|
Quantity |
getChargeFree()
Gets the charge free.
|
ReferencedDocumentItem |
getDeliveryNote()
Gets the delivery note.
|
ReferencedDocumentItem |
getDespatchAdvice()
Gets the despatch advice.
|
Quantity |
getPackageQuantity()
Gets the package quantity.
|
ReferencedDocumentItem |
getReceivingAdvice()
Gets the receiving advice.
|
TradeParty |
getShipTo()
Gets the ship to.
|
TradeParty |
getUltimateShipTo()
Gets the ultimate ship to.
|
SpecifiedDelivery |
setBilled(Quantity billedQuantity)
Sets the billed quantity.
|
SpecifiedDelivery |
setChargeFree(Quantity chargeFree)
Sets the charge free.
|
SpecifiedDelivery |
setDeliveryNote(ReferencedDocumentItem deliveryNote)
Sets the delivery note.
|
SpecifiedDelivery |
setDespatchAdvice(ReferencedDocumentItem despatchAdvice)
Sets the despatch advice.
|
SpecifiedDelivery |
setPackageQuantity(Quantity packageQuantity)
Sets the package quantity.
|
SpecifiedDelivery |
setReceivingAdvice(ReferencedDocumentItem receivingAdvice)
Sets the receiving advice.
|
setActualDelivery, setShipTo, setUltimateShipTo
public SpecifiedDelivery()
Instantiates a new trade delivery.
public SpecifiedDelivery(Quantity billed)
The Constructor.
billed
- the billedpublic SpecifiedDelivery(Quantity billed, ZfDate actualDelivery)
The Constructor.
billed
- the billedactualDelivery
- the actual delivery@Extended public ZfDate getActualDelivery()
CommonDelivery
Gets the actual delivery event.
Delivery and performance date in sales tax purposes
getActualDelivery
in class CommonDelivery<ReferencedDocumentItem>
@Basic @NotNull public Quantity getBilled()
Gets the billed quantity.
@Extended public Quantity getChargeFree()
Gets the charge free.
@Extended public ReferencedDocumentItem getDeliveryNote()
CommonDelivery
Gets the delivery note.
getDeliveryNote
in class CommonDelivery<ReferencedDocumentItem>
@Extended public ReferencedDocumentItem getDespatchAdvice()
CommonDelivery
Gets the despatch advice.
getDespatchAdvice
in class CommonDelivery<ReferencedDocumentItem>
@Extended public Quantity getPackageQuantity()
Gets the package quantity.
@Extended public ReferencedDocumentItem getReceivingAdvice()
Gets the receiving advice.
@Extended public TradeParty getShipTo()
CommonDelivery
Gets the ship to.
getShipTo
in class CommonDelivery<ReferencedDocumentItem>
@Extended public TradeParty getUltimateShipTo()
CommonDelivery
Gets the ultimate ship to.
getUltimateShipTo
in class CommonDelivery<ReferencedDocumentItem>
public SpecifiedDelivery setBilled(Quantity billedQuantity)
Sets the billed quantity.
billedQuantity
- the new billed quantitypublic SpecifiedDelivery setChargeFree(Quantity chargeFree)
Sets the charge free.
chargeFree
- the charge freepublic SpecifiedDelivery setDeliveryNote(ReferencedDocumentItem deliveryNote)
CommonDelivery
Sets the delivery note.
setDeliveryNote
in class CommonDelivery<ReferencedDocumentItem>
deliveryNote
- the delivery notepublic SpecifiedDelivery setDespatchAdvice(ReferencedDocumentItem despatchAdvice)
CommonDelivery
Sets 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(ReferencedDocumentItem receivingAdvice)
Sets the receiving advice.
receivingAdvice
- the receiving adviceCopyright © 2014-2018 Konik.io. All Rights Reserved.