ShippingRegisterSearchResult.java

package com.tradecloud.dto.shipment;

import java.io.Serializable;

public class ShippingRegisterSearchResult implements Serializable {

    private static final long serialVersionUID = 1L;
    private String shipmentReference;
    private String shipmentStatus;
    private String comments;
    private String orderReference;
    private String orderCreationDate;
    private String buyer;
    private String division;
    private String supplier;
    private String countryFrom;
    private String incoterm;
    private String paymentTerm;
    private String paymentMethod;
    private String plannedSettlementsPercentage;
    private String estimatedSettlementDate;
    private String estimateSupplyCosts;
    private String estimateSupplyCostCurrency;
    private String orderSignOffDate;

    private String paymentBasis1;
    private String settlementDate;
    private String availabilityDate;
    private String orderOriginalLatestShipmentDate;
    private String latestShipmentDate;
    private String orderRequiredOnSiteDate;
    private String exFactoryDate;
    private String shippingMode;
    private String portOfLoading;
    private String portOfDocking;
    private String finalDestination;
    private String bookingDate;
    private String lSPBookingRef;
    private String plannedShipmentDate;
    private String estimateArrivalDate;
    private String orderComments;
    private String shipmentScheduledDateOfDeparture;
    private String shipmentActualDateOfDeparture;
    private String shipmentEstimateArrivalDateAtPOD;
    private String shipmentActualArrivalDateAtPOD;
    private String copyDocsReceived;
    private String originalDocsReceived;
    private String vesselNameAndVoyage;
    private String voyageNumber;
    private String billOfLadingNo;
    private String airWayBillNo;
    private String flightNumber;
    private String airline;
    private String houseWayBillNo;
    private String containerReference;

    private String total20;
    private String total40;
    private String totalFCL40GOH;
    private String totalLCL;
    private String totalLCLSea;
    private String totalLCLConsol;

    private String totalTEU;
    private String grossWeight;
    private String grossVolume;
    private String noOfCartonsPerShipment;
    private String directInvoiceNo;
    private String directInvoiceDate;
    private String currency;
    private String directInvoiceValue;
    private String customsEntryDate;
    private String customsExitDate;
    private String vesselDischargeDate;
    private String pickUpDate;
    private String scheduledDateAtFinalDestination;
    private String aTAAtFinalDestination;
    private String consignmentComment;
    private String goodsReceivedDate;
    private String inWarehouseDate;
    private String actualCostingDate;
    private String indirectFreightInvoiceCosts;
    private String freightCurrency;
    private String indirectClearingInvoiceCosts;
    private String clearingCurrency;
    private String indirectCustomsDutyCosts;
    private String dutyCurrency;
    private String indirectCustomsVATCosts;
    private String vATCurrency;
    private String indDocReceivedDate;
    private String finalDestFromContainer;
    private String costingDate;
    private String unitQuantity;
    private String carrier;

    public String getShipmentReference() {
        return shipmentReference;
    }

    public void setShipmentReference(String shipmentReference) {
        this.shipmentReference = shipmentReference;
    }

    public String getShipmentStatus() {
        return shipmentStatus;
    }

    public void setShipmentStatus(String shipmentStatus) {
        this.shipmentStatus = shipmentStatus;
    }

    public String getOrderReference() {
        return orderReference;
    }

    public void setOrderReference(String orderReference) {
        this.orderReference = orderReference;
    }

    public String getOrderCreationDate() {
        return orderCreationDate;
    }

    public void setOrderCreationDate(String orderCreationDate) {
        this.orderCreationDate = orderCreationDate;
    }

    public String getorderSignOffDate() {
        return orderSignOffDate;
    }

    public void setorderSignOffDate(String orderSignOffDate) {
        this.orderSignOffDate = orderSignOffDate;
    }

    public String getcarrier() {
        return carrier;
    }

    public void setcarrier(String carrier) {
        this.carrier = carrier;
    }

    public String getpaymentBasis1() {
        return paymentBasis1;
    }

    public void setpaymentBasis1(String paymentBasis1) {
        this.paymentBasis1 = paymentBasis1;
    }

    public String getBuyer() {
        return buyer;
    }

    public void setBuyer(String buyer) {
        this.buyer = buyer;
    }

    public String getDivision() {
        return division;
    }

    public void setDivision(String division) {
        this.division = division;
    }

    public String getSupplier() {
        return supplier;
    }

    public void setSupplier(String supplier) {
        this.supplier = supplier;
    }

    public String getCountryFrom() {
        return countryFrom;
    }

    public void setCountryFrom(String countryFrom) {
        this.countryFrom = countryFrom;
    }

    public String getIncoterm() {
        return incoterm;
    }

    public void setIncoterm(String incoterm) {
        this.incoterm = incoterm;
    }

    public String getPaymentTerm() {
        return paymentTerm;
    }

    public void setPaymentTerm(String paymentTerm) {
        this.paymentTerm = paymentTerm;
    }

    public String getPaymentMethod() {
        return paymentMethod;
    }

    public void setPaymentMethod(String paymentMethod) {
        this.paymentMethod = paymentMethod;
    }

    public String getEstimatedSettlementDate() {
        return estimatedSettlementDate;
    }

    public void setEstimatedSettlementDate(String estimatedSettlementDate) {
        this.estimatedSettlementDate = estimatedSettlementDate;
    }

    public String getSettlementDate() {
        return settlementDate;
    }

    public void setSettlementDate(String settlementDate) {
        this.settlementDate = settlementDate;
    }

    public String getComments() {
        return comments;
    }

    public void setComments(String comments) {
        this.comments = comments;
    }

    public String getAvailabilityDate() {
        return availabilityDate;
    }

    public void setAvailabilityDate(String availabilityDate) {
        this.availabilityDate = availabilityDate;
    }

    public String getOrderOriginalLatestShipmentDate() {
        return orderOriginalLatestShipmentDate;
    }

    public void setOrderOriginalLatestShipmentDate(String orderOriginalLatestShipmentDate) {
        this.orderOriginalLatestShipmentDate = orderOriginalLatestShipmentDate;
    }

    public String getLatestShipmentDate() {
        return latestShipmentDate;
    }

    public void setLatestShipmentDate(String latestShipmentDate) {
        this.latestShipmentDate = latestShipmentDate;
    }

    public String getOrderRequiredOnSiteDate() {
        return orderRequiredOnSiteDate;
    }

    public void setOrderRequiredOnSiteDate(String orderRequiredOnSiteDate) {
        this.orderRequiredOnSiteDate = orderRequiredOnSiteDate;
    }

    public String getExFactoryDate() {
        return exFactoryDate;
    }

    public void setExFactoryDate(String exFactoryDate) {
        this.exFactoryDate = exFactoryDate;
    }

    public String getShippingMode() {
        return shippingMode;
    }

    public void setShippingMode(String shippingMode) {
        this.shippingMode = shippingMode;
    }

    public String getPortOfLoading() {
        return portOfLoading;
    }

    public void setPortOfLoading(String portOfLoading) {
        this.portOfLoading = portOfLoading;
    }

    public String getPortOfDocking() {
        return portOfDocking;
    }

    public void setPortOfDocking(String portOfDocking) {
        this.portOfDocking = portOfDocking;
    }

    public String getFinalDestination() {
        return finalDestination;
    }

    public void setFinalDestination(String finalDestination) {
        this.finalDestination = finalDestination;
    }

    public String getBookingDate() {
        return bookingDate;
    }

    public void setBookingDate(String bookingDate) {
        this.bookingDate = bookingDate;
    }

    public String getlSPBookingRef() {
        return lSPBookingRef;
    }

    public void setlSPBookingRef(String lSPBookingRef) {
        this.lSPBookingRef = lSPBookingRef;
    }

    public String getPlannedShipmentDate() {
        return plannedShipmentDate;
    }

    public void setPlannedShipmentDate(String plannedShipmentDate) {
        this.plannedShipmentDate = plannedShipmentDate;
    }

    public String getEstimateArrivalDate() {
        return estimateArrivalDate;
    }

    public void setEstimateArrivalDate(String estimateArrivalDate) {
        this.estimateArrivalDate = estimateArrivalDate;
    }

    public String getOrderComments() {
        return orderComments;
    }

    public void setOrderComments(String orderComments) {
        this.orderComments = orderComments;
    }

    public String getShipmentScheduledDateOfDeparture() {
        return shipmentScheduledDateOfDeparture;
    }

    public void setShipmentScheduledDateOfDeparture(String shipmentScheduledDateOfDeparture) {
        this.shipmentScheduledDateOfDeparture = shipmentScheduledDateOfDeparture;
    }

    public String getShipmentActualDateOfDeparture() {
        return shipmentActualDateOfDeparture;
    }

    public void setShipmentActualDateOfDeparture(String shipmentActualDateOfDeparture) {
        this.shipmentActualDateOfDeparture = shipmentActualDateOfDeparture;
    }

    public String getShipmentEstimateArrivalDateAtPOD() {
        return shipmentEstimateArrivalDateAtPOD;
    }

    public void setShipmentEstimateArrivalDateAtPOD(String shipmentEstimateArrivalDateAtPOD) {
        this.shipmentEstimateArrivalDateAtPOD = shipmentEstimateArrivalDateAtPOD;
    }

    public String getShipmentActualArrivalDateAtPOD() {
        return shipmentActualArrivalDateAtPOD;
    }

    public void setShipmentActualArrivalDateAtPOD(String shipmentActualArrivalDateAtPOD) {
        this.shipmentActualArrivalDateAtPOD = shipmentActualArrivalDateAtPOD;
    }

    public String getCopyDocsReceived() {
        return copyDocsReceived;
    }

    public void setCopyDocsReceived(String copyDocsReceived) {
        this.copyDocsReceived = copyDocsReceived;
    }

    public String getOriginalDocsReceived() {
        return originalDocsReceived;
    }

    public void setOriginalDocsReceived(String originalDocsReceived) {
        this.originalDocsReceived = originalDocsReceived;
    }

    public String getVesselNameAndVoyage() {
        return vesselNameAndVoyage;
    }

    public void setVesselNameAndVoyage(String vesselNameAndVoyage) {
        this.vesselNameAndVoyage = vesselNameAndVoyage;
    }

    public String getVoyageNumber() {
        return voyageNumber;
    }

    public void setVoyageNumber(String voyageNumber) {
        this.voyageNumber = voyageNumber;
    }

    public String getBillOfLadingNo() {
        return billOfLadingNo;
    }

    public void setBillOfLadingNo(String billOfLadingNo) {
        this.billOfLadingNo = billOfLadingNo;
    }

    public String getAirWayBillNo() {
        return airWayBillNo;
    }

    public void setAirWayBillNo(String airWayBillNo) {
        this.airWayBillNo = airWayBillNo;
    }

    public String getFlightNumber() {
        return flightNumber;
    }

    public void setFlightNumber(String flightNumber) {
        this.flightNumber = flightNumber;
    }

    public String getAirline() {
        return airline;
    }

    public void setAirline(String airline) {
        this.airline = airline;
    }

    public String getHouseWayBillNo() {
        return houseWayBillNo;
    }

    public void setHouseWayBillNo(String houseWayBillNo) {
        this.houseWayBillNo = houseWayBillNo;
    }

    public String getContainerReference() {
        return containerReference;
    }

    public void setContainerReference(String containerReference) {
        this.containerReference = containerReference;
    }

    public String getTotal20() {
        return total20;
    }

    public void setTotal20(String total20) {
        this.total20 = total20;
    }

    public String getTotal40() {
        return total40;
    }

    public void setTotal40(String total40) {
        this.total40 = total40;
    }

    public String getTotalLCL() {
        return totalLCL;
    }

    public void setTotalLCL(String totalLCL) {
        this.totalLCL = totalLCL;
    }

    public String getTotalFCL40GOH() {
        return totalFCL40GOH;
    }

    public void setTotalFCL40GOH(String totalFCL40GOH) {
        this.totalFCL40GOH = totalFCL40GOH;
    }

    public String getTotalTEU() {
        return totalTEU;
    }

    public void setTotalTEU(String totalTEU) {
        this.totalTEU = totalTEU;
    }

    public String getGrossWeight() {
        return grossWeight;
    }

    public void setGrossWeight(String grossWeight) {
        this.grossWeight = grossWeight;
    }

    public String getGrossVolume() {
        return grossVolume;
    }

    public void setGrossVolume(String grossVolume) {
        this.grossVolume = grossVolume;
    }

    public String getNoOfCartonsPerShipment() {
        return noOfCartonsPerShipment;
    }

    public void setNoOfCartonsPerShipment(String noOfCartonsPerShipment) {
        this.noOfCartonsPerShipment = noOfCartonsPerShipment;
    }

    public String getDirectInvoiceNo() {
        return directInvoiceNo;
    }

    public void setDirectInvoiceNo(String directInvoiceNo) {
        this.directInvoiceNo = directInvoiceNo;
    }

    public String getDirectInvoiceDate() {
        return directInvoiceDate;
    }

    public void setDirectInvoiceDate(String directInvoiceDate) {
        this.directInvoiceDate = directInvoiceDate;
    }

    public String getCurrency() {
        return currency;
    }

    public void setCurrency(String currency) {
        this.currency = currency;
    }

    public String getDirectInvoiceValue() {
        return directInvoiceValue;
    }

    public void setDirectInvoiceValue(String directInvoiceValue) {
        this.directInvoiceValue = directInvoiceValue;
    }

    public String getCustomsEntryDate() {
        return customsEntryDate;
    }

    public void setCustomsEntryDate(String customsEntryDate) {
        this.customsEntryDate = customsEntryDate;
    }

    public String getCustomsExitDate() {
        return customsExitDate;
    }

    public void setCustomsExitDate(String customsExitDate) {
        this.customsExitDate = customsExitDate;
    }

    public String getVesselDischargeDate() {
        return vesselDischargeDate;
    }

    public void setVesselDischargeDate(String vesselDischargeDate) {
        this.vesselDischargeDate = vesselDischargeDate;
    }

    public String getPickUpDate() {
        return pickUpDate;
    }

    public void setPickUpDate(String pickUpDate) {
        this.pickUpDate = pickUpDate;
    }

    public String getScheduledDateAtFinalDestination() {
        return scheduledDateAtFinalDestination;
    }

    public void setScheduledDateAtFinalDestination(String scheduledDateAtFinalDestination) {
        this.scheduledDateAtFinalDestination = scheduledDateAtFinalDestination;
    }

    public String getaTAAtFinalDestination() {
        return aTAAtFinalDestination;
    }

    public void setaTAAtFinalDestination(String aTAAtFinalDestination) {
        this.aTAAtFinalDestination = aTAAtFinalDestination;
    }

    public String getConsignmentComment() {
        return consignmentComment;
    }

    public void setConsignmentComment(String consignmentComment) {
        this.consignmentComment = consignmentComment;
    }

    public String getGoodsReceivedDate() {
        return goodsReceivedDate;
    }

    public void setGoodsReceivedDate(String goodsReceivedDate) {
        this.goodsReceivedDate = goodsReceivedDate;
    }

    public String getInWarehouseDate() {
        return inWarehouseDate;
    }

    public void setInWarehouseDate(String inWarehouseDate) {
        this.inWarehouseDate = inWarehouseDate;
    }

    public String getActualCostingDate() {
        return actualCostingDate;
    }

    public void setActualCostingDate(String actualCostingDate) {
        this.actualCostingDate = actualCostingDate;
    }

    public String getIndirectFreightInvoiceCosts() {
        return indirectFreightInvoiceCosts;
    }

    public void setIndirectFreightInvoiceCosts(String indirectFreightInvoiceCosts) {
        this.indirectFreightInvoiceCosts = indirectFreightInvoiceCosts;
    }

    public String getFreightCurrency() {
        return freightCurrency;
    }

    public void setFreightCurrency(String freightCurrency) {
        this.freightCurrency = freightCurrency;
    }

    public String getIndirectClearingInvoiceCosts() {
        return indirectClearingInvoiceCosts;
    }

    public void setIndirectClearingInvoiceCosts(String indirectClearingInvoiceCosts) {
        this.indirectClearingInvoiceCosts = indirectClearingInvoiceCosts;
    }

    public String getClearingCurrency() {
        return clearingCurrency;
    }

    public void setClearingCurrency(String clearingCurrency) {
        this.clearingCurrency = clearingCurrency;
    }

    public String getIndirectCustomsDutyCosts() {
        return indirectCustomsDutyCosts;
    }

    public void setIndirectCustomsDutyCosts(String indirectCustomsDutyCosts) {
        this.indirectCustomsDutyCosts = indirectCustomsDutyCosts;
    }

    public String getDutyCurrency() {
        return dutyCurrency;
    }

    public void setDutyCurrency(String dutyCurrency) {
        this.dutyCurrency = dutyCurrency;
    }

    public String getIndirectCustomsVATCosts() {
        return indirectCustomsVATCosts;
    }

    public void setIndirectCustomsVATCosts(String indirectCustomsVATCosts) {
        this.indirectCustomsVATCosts = indirectCustomsVATCosts;
    }

    public String getvATCurrency() {
        return vATCurrency;
    }

    public void setvATCurrency(String vATCurrency) {
        this.vATCurrency = vATCurrency;
    }

    public String getIndDocReceivedDate() {
        return indDocReceivedDate;
    }

    public void setIndDocReceivedDate(String indDocReceivedDate) {
        this.indDocReceivedDate = indDocReceivedDate;
    }

    public String getFinalDestFromContainer() {
        return finalDestFromContainer;
    }

    public void setFinalDestFromContainer(String finalDestFromContainer) {
        this.finalDestFromContainer = finalDestFromContainer;
    }

    public String getCostingDate() {
        return costingDate;
    }

    public void setCostingDate(String costingDate) {
        this.costingDate = costingDate;
    }

    public String getUnitQuantity() {
        return unitQuantity;
    }

    public void setUnitQuantity(String unitQuantity) {
        this.unitQuantity = unitQuantity;
    }

    public String getTotalLCLSea() {
        return totalLCLSea;
    }

    public void setTotalLCLSea(String totalLCLSea) {
        this.totalLCLSea = totalLCLSea;
    }

    public String getTotalLCLConsol() {
        return totalLCLConsol;
    }

    public void setTotalLCLConsol(String totalLCLConsol) {
        this.totalLCLConsol = totalLCLConsol;
    }

    public String getPlannedSettlementsPercentage() {
        return plannedSettlementsPercentage;
    }

    public void setPlannedSettlementsPercentage(String plannedSettlementsPercentage) {
        this.plannedSettlementsPercentage = plannedSettlementsPercentage;
    }

    public String getEstimateSupplyCosts() {
        return estimateSupplyCosts;
    }

    public void setEstimateSupplyCosts(String estimateSupplyCosts) {
        this.estimateSupplyCosts = estimateSupplyCosts;
    }

    public String getEstimateSupplyCostCurrency() {
        return estimateSupplyCostCurrency;
    }

    public void setEstimateSupplyCostCurrency(String estimateSupplyCostCurrency) {
        this.estimateSupplyCostCurrency = estimateSupplyCostCurrency;
    }
}