Package de.aeb.xnsg.lis20.bf
Class LISTransport20DTO
java.lang.Object
de.aeb.xnsg.lis20.bf.LISTransport20DTO
A transport message sent by the supplier or buyer. It is usually sent to a
forwarder to request the transportation of goods.
Version 2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe storage data of the archived documents of the transportDocuments of the transport.The head of the transport.Indication whether the transport is data complete.Meta data of the message (e.g. sender, receiver, message number). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
metaData
Meta data of the message (e.g. sender, receiver, message number). -
head
The head of the transport. -
documents
Documents of the transport. -
archivedDocuments
The storage data of the archived documents of the transport -
isDataComplete
Indication whether the transport is data complete. Possible values: true or false. If left empty: default for new objects is 'false'.
-
-
Constructor Details
-
LISTransport20DTO
public LISTransport20DTO()
-