Package de.aeb.xnsg.dl.bf
Class DLShipmentItemReferenceDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLShipmentItemReferenceDTO
- All Implemented Interfaces:
IDLShipmentItemReferenceDTO
DTO for uniquely identifying an item within a shipment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe number of the client system uniquely referencing an item in a shipment.The shipment wide unique id for the packed shipment item.It is not supported in case of deleting an item.
The quantity of the referenced item to be used.Another item reference number.The shipment containing the item. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
packedItemTransactionId
The shipment wide unique id for the packed shipment item.
length=50
-
shipmentReference
The shipment containing the item. -
itemTransactionId
The number of the client system uniquely referencing an item in a shipment.length=50
-
referenceNumber1
Another item reference number. May be used, when an item was not created by the client system and therefore has noitemTransactionId. If both fields are filled, they both must match the item.length=50
-
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
-
getItemTransactionId
- Specified by:
getItemTransactionIdin interfaceIDLShipmentItemReferenceDTO
-
getReferenceNumber1
- Specified by:
getReferenceNumber1in interfaceIDLShipmentItemReferenceDTO
-