Class LISOFSTransport20DTO

java.lang.Object
de.aeb.xnsg.lis20.bf.LISOFSTransport20DTO

public class LISOFSTransport20DTO extends Object
DTO containing the data for an order fulfillment step of type transport
  • Field Details

    • transportType

      public LISTransportTypeDTO transportType
      The type of the transport.
    • despatchType

      public LISDespatchTypeDTO despatchType
      The despatch type of the transport.
    • serviceType

      public LISServiceTypeDTO serviceType
      The service type of the transport.
    • startLoc

      public LISLocationDTO startLoc
      The start location (shipping point) of the transport.
    • endLoc

      public LISLocationDTO endLoc
      The end location (consignee, DC, etc.) of the transport.
    • forwarder

      public LISPartyShortDTO forwarder
      The forwarder of the transport.
  • Constructor Details

    • LISOFSTransport20DTO

      public LISOFSTransport20DTO()