public abstract class CommonDelivery<R extends ReferencedDocument> extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
CommonDelivery() |
| Modifier and Type | Method and Description |
|---|---|
ZfDate |
getActualDelivery()
Gets the actual delivery event.
|
abstract R |
getDeliveryNote()
Gets the delivery note.
|
abstract R |
getDespatchAdvice()
Gets the despatch advice.
|
TradeParty |
getShipTo()
Gets the ship to.
|
TradeParty |
getUltimateShipTo()
Gets the ultimate ship to.
|
CommonDelivery<R> |
setActualDelivery(ZfDate actualDelivery)
Sets the actual delivery event.
|
abstract CommonDelivery<R> |
setDeliveryNote(R deliveryNote)
Sets the delivery note.
|
abstract CommonDelivery<R> |
setDespatchAdvice(R despatchAdvice)
Sets the despatch advice.
|
CommonDelivery<R> |
setShipTo(TradeParty shipTo)
Sets the ship to.
|
CommonDelivery<R> |
setUltimateShipTo(TradeParty ultimateShipTo)
Sets the ultimate ship to.
|
protected CommonDelivery()
@Basic public ZfDate getActualDelivery()
Gets the actual delivery event.
Delivery and performance date in sales tax purposes
public abstract R getDeliveryNote()
Gets the delivery note.
public abstract R getDespatchAdvice()
Gets the despatch advice.
public TradeParty getShipTo()
Gets the ship to.
public TradeParty getUltimateShipTo()
Gets the ultimate ship to.
public CommonDelivery<R> setActualDelivery(ZfDate actualDelivery)
Sets the actual delivery event.
Delivery and performance date in sales tax purposes
actualDelivery - the actual deliverypublic abstract CommonDelivery<R> setDeliveryNote(R deliveryNote)
Sets the delivery note.
deliveryNote - the delivery notepublic abstract CommonDelivery<R> setDespatchAdvice(R despatchAdvice)
Sets the despatch advice.
despatchAdvice - the despatch advicepublic CommonDelivery<R> setShipTo(TradeParty shipTo)
Sets the ship to.
shipTo - the ship topublic CommonDelivery<R> setUltimateShipTo(TradeParty ultimateShipTo)
Sets the ultimate ship to.
ultimateShipTo - the ultimate ship toCopyright © 2014-2016 Konik.io. All Rights Reserved.