Package de.aeb.xnsg.dl.bf.shipment.item
Class DLProcessItemReferenceDTO
java.lang.Object
de.aeb.xnsg.dl.bf.shipment.item.DLProcessItemReferenceDTO
- 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.Another item reference number.The shipment containing the item. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
DLProcessItemReferenceDTO
public DLProcessItemReferenceDTO()
-
-
Method Details
-
getItemTransactionId
- Specified by:
getItemTransactionIdin interfaceIDLShipmentItemReferenceDTO
-
getReferenceNumber1
- Specified by:
getReferenceNumber1in interfaceIDLShipmentItemReferenceDTO
-