Package de.aeb.xnsg.lis20.bf
Class LISOFSTransport20DTO
java.lang.Object
de.aeb.xnsg.lis20.bf.LISOFSTransport20DTO
DTO containing the data for an order fulfillment step of type transport
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe despatch type of the transport.The end location (consignee, DC, etc.) of the transport.The forwarder of the transport.The service type of the transport.The start location (shipping point) of the transport.The type of the transport. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
transportType
The type of the transport. -
despatchType
The despatch type of the transport. -
serviceType
The service type of the transport. -
startLoc
The start location (shipping point) of the transport. -
endLoc
The end location (consignee, DC, etc.) of the transport. -
forwarder
The forwarder of the transport.
-
-
Constructor Details
-
LISOFSTransport20DTO
public LISOFSTransport20DTO()
-