public abstract class CommonDelivery<R extends ReferencedDocument> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CommonDelivery() |
| Modifier and Type | Method and Description |
|---|---|
ZfDate |
getActualDelivery()
|
abstract R |
getDeliveryNote()
|
abstract R |
getDespatchAdvice()
|
TradeParty |
getShipTo()
|
TradeParty |
getUltimateShipTo()
|
CommonDelivery<R> |
setActualDelivery(ZfDate actualDelivery)
|
abstract CommonDelivery<R> |
setDeliveryNote(R deliveryNote)
|
abstract CommonDelivery<R> |
setDespatchAdvice(R despatchAdvice)
|
CommonDelivery<R> |
setShipTo(TradeParty shipTo)
|
CommonDelivery<R> |
setUltimateShipTo(TradeParty ultimateShipTo)
|
protected CommonDelivery()
public ZfDate getActualDelivery()
Gets the actual delivery event.
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.
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 Konik.io. All Rights Reserved.