Class LISHandlingUnitExt20DTO

java.lang.Object
de.aeb.xnsg.lis20.bf.LISHandlingUnit20DTO
de.aeb.xnsg.lis20.bf.LISHandlingUnitExt20DTO

public class LISHandlingUnitExt20DTO extends LISHandlingUnit20DTO
Extension class for LISHandlingUnit20DTO that adds additional fields so that the resulting LISHandlingUnitExt20DTO can be used stand alone and independent from a LISConsignment20DTO (or similar).
  • Field Details

    • buyer

      public LISPartyDTO buyer
      The customer of the handling unit. (Items may have different parties). Segment NAD (9)
    • consignee

      public LISPartyLongDTO consignee
      The consignee of the handling unit. (Items may have different consignees). Segment NAD (9)
    • consignmentNumber

      public String consignmentNumber
      Reference to the consignment.
    • refConsignment

      public String refConsignment
      Consignment reference. This field references the id of a consignment (LISConsignmentHead20DTO) [idConsignment] It is used to connect this HandlingUnit to a specific consignment with exactly the same id. The field should not be filled with functional data and is not a prominent feature in the gui.

      length=150

    • costCenter

      public LISPartyShortDTO costCenter
      Cost center.
    • actualDeliveryDate

      public LISDateAndZoneDTO actualDeliveryDate
      The actual delivery date. e.g. Segment DTM (18) in DESADV
    • expectedDeliveryDate

      public LISDateAndZoneDTO expectedDeliveryDate
      The expected delivery date. e.g. Segment DTM (18) in DESADV
    • plannedDeliveryDate

      public LISDateAndZoneDTO plannedDeliveryDate
      The planned delivery date.
    • installationIDHost

      public String installationIDHost
      The ID of the sending system. It is used for the re-export of tracking events to the sending system.

      length=30

    • org1

      public LISPartyShortDTO org1
      Organisational unit 1.
    • shipperReference

      public String shipperReference
      The reference number of the handling unit given by the supplier (shipper) to the forwarder. BGM Segment, Element 1004

      length=40

    • actualShippingDate

      public LISDateAndZoneDTO actualShippingDate
      The actual shipping date. e.g. Segment DTM (18) in DESADV
    • expectedShippingDate

      public LISDateAndZoneDTO expectedShippingDate
      The expected shipping date. e.g. Segment DTM (18) in DESADV
    • plannedShippingDate

      public LISDateAndZoneDTO plannedShippingDate
      The planned shipping date.
    • shippingPoint

      public LISPartyLongDTO shippingPoint
      The shipping point of the handling unit. (Items may have different shipping points). Segment NAD (9)
    • supplier

      public LISPartyDTO supplier
      The supplier of the handling unit. (Items may have different suppliers). Segment NAD (9)
    • termsOfDelivery

      public LISTermsOfDeliveryDTO termsOfDelivery
      The terms of delivery, e.g. with the incoterm code.
  • Constructor Details

    • LISHandlingUnitExt20DTO

      public LISHandlingUnitExt20DTO()