Package de.aeb.xnsg.dl.bf
Class DLPickupReferenceDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLPickupReferenceDTO
DTO for uniquely identifying a shipment pickup within a client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe number of the pickup given by the carrier engine.
May be null, when the referenced pickup was not initially created by the carrier engine.Another client system system reference number for the pickup.The transaction id of the pickup given by the client system.
May be null, when the referenced pickup was not initially created by the client system. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
transactionId
The transaction id of the pickup given by the client system.
May be null, when the referenced pickup was not initially created by the client system.length=250
-
referenceNumber1
Another client system system reference number for the pickup.length=50
-
pickupNumber
The number of the pickup given by the carrier engine.
May be null, when the referenced pickup was not initially created by the carrier engine.length=20
-
-
Constructor Details
-
DLPickupReferenceDTO
public DLPickupReferenceDTO()
-