Class DLProcessItemRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.dl.bf.shipment.item.DLProcessItemRequestDTO

public class DLProcessItemRequestDTO extends AbstractRequestDTO
Request DTO for the processItem business facade method.
  • Field Details

    • itemReference

      public DLProcessItemReferenceDTO itemReference
      Reference to the item to be processed.
    • itemUpdateData

      public DLProcessItemUpdateRequestDataDTO itemUpdateData
      Item update data. The field may be empty when the item should not be updated.

      Notably, the item can be updated even if it is already (partially) packed into a package. The caller is responsible for ensuring that the item data is not changed in a way that leads to inconsistencies.
  • Constructor Details

    • DLProcessItemRequestDTO

      public DLProcessItemRequestDTO()