Package de.aeb.xnsg.dl.bf.shipment.item
Class DLProcessItemRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.dl.bf.shipment.item.DLProcessItemRequestDTO
Request DTO for the processItem business facade method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionReference to the item to be processed.Item update data.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemReference
Reference to the item to be processed. -
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()
-