Shipment

constructor(portId: Int, empty: Boolean, pickups: List<ShipmentItem>, deliveries: List<ShipmentItem>)