Package de.aeb.xnsg.lis20.bf
Class LISHandlingUnitExt20DTO
java.lang.Object
de.aeb.xnsg.lis20.bf.LISHandlingUnit20DTO
de.aeb.xnsg.lis20.bf.LISHandlingUnitExt20DTO
Extension class for
LISHandlingUnit20DTO that adds additional fields
so that the resulting LISHandlingUnitExt20DTO can be used stand alone and
independent from a LISConsignment20DTO (or similar).-
Field Summary
FieldsModifier and TypeFieldDescriptionThe actual delivery date.The actual shipping date.The customer of the handling unit.The consignee of the handling unit.Reference to the consignment.Cost center.The expected delivery date.The expected shipping date.The ID of the sending system.Organisational unit 1.The planned delivery date.The planned shipping date.Consignment reference.The reference number of the handling unit given by the supplier (shipper) to the forwarder.The shipping point of the handling unit.The supplier of the handling unit.The terms of delivery, e.g. with the incoterm code.Fields inherited from class de.aeb.xnsg.lis20.bf.LISHandlingUnit20DTO
additionalFields, chargeableWeight, dataSourceIDHost, deliveryNoteNumber, dimensions, equipmentNumber, externalTargetDates, globalUnitNumber, grossWeight, handlingUnitNumberFrom, handlingUnitNumberTo, handlingUnitType, hazardGoodsType, hazardousGoodsData, idHandlingUnit, invoiceNumber, isOutmostHandlingUnit, masterWayBillNumber, netWeight, note, packedInEquipmentClass, packedInGlobalUnitNumber, quantity, refPackedInEquipment, sealNumber, serialShippingContainerCode, toFilterCriteria, volume -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buyer
The customer of the handling unit. (Items may have different parties). Segment NAD (9) -
consignee
The consignee of the handling unit. (Items may have different consignees). Segment NAD (9) -
consignmentNumber
Reference to the consignment. -
refConsignment
Consignment reference. This field references the id of a consignment (LISConsignmentHead20DTO) [idConsignment] It is used to connect this HandlingUnit to a specific consignment with exactly the same id. The field should not be filled with functional data and is not a prominent feature in the gui.length=150
-
costCenter
Cost center. -
actualDeliveryDate
The actual delivery date. e.g. Segment DTM (18) in DESADV -
expectedDeliveryDate
The expected delivery date. e.g. Segment DTM (18) in DESADV -
plannedDeliveryDate
The planned delivery date. -
installationIDHost
The ID of the sending system. It is used for the re-export of tracking events to the sending system.length=30
-
org1
Organisational unit 1. -
shipperReference
The reference number of the handling unit given by the supplier (shipper) to the forwarder. BGM Segment, Element 1004length=40
-
actualShippingDate
The actual shipping date. e.g. Segment DTM (18) in DESADV -
expectedShippingDate
The expected shipping date. e.g. Segment DTM (18) in DESADV -
plannedShippingDate
The planned shipping date. -
shippingPoint
The shipping point of the handling unit. (Items may have different shipping points). Segment NAD (9) -
supplier
The supplier of the handling unit. (Items may have different suppliers). Segment NAD (9) -
termsOfDelivery
The terms of delivery, e.g. with the incoterm code.
-
-
Constructor Details
-
LISHandlingUnitExt20DTO
public LISHandlingUnitExt20DTO()
-