Class DLProcessItemReferenceDTO

java.lang.Object
de.aeb.xnsg.dl.bf.shipment.item.DLProcessItemReferenceDTO
All Implemented Interfaces:
IDLShipmentItemReferenceDTO

public class DLProcessItemReferenceDTO extends Object implements IDLShipmentItemReferenceDTO
DTO for uniquely identifying an item within a shipment.
  • Field Details

    • shipmentReference

      public DLShipmentReferenceDTO shipmentReference
      The shipment containing the item.
    • itemTransactionId

      public String itemTransactionId
      The number of the client system uniquely referencing an item in a shipment.

      length=50

    • referenceNumber1

      public String referenceNumber1
      Another item reference number. May be used, when an item was not created by the client system and therefore has no itemTransactionId. If both fields are filled, they both must match the item.

      length=50

  • Constructor Details

    • DLProcessItemReferenceDTO

      public DLProcessItemReferenceDTO()
  • Method Details