Class DLShipmentItemReferenceDTO

java.lang.Object
de.aeb.xnsg.dl.bf.DLShipmentItemReferenceDTO
All Implemented Interfaces:
IDLShipmentItemReferenceDTO

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

    • packedItemTransactionId

      public String packedItemTransactionId

      The shipment wide unique id for the packed shipment item.

      length=50

    • 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

    • quantityValue

      public BigDecimal quantityValue
      It is not supported in case of deleting an item.
      The quantity of the referenced item to be used. The value can be equal or less than the item's quantity and must be supplied in the item's quantity unit.
  • Constructor Details

    • DLShipmentItemReferenceDTO

      public DLShipmentItemReferenceDTO()
  • Method Details