PREPAREMASTER.java 9.3 KB
package com.tianbo.analysis.model;

import java.util.Date;

public class PREPAREMASTER {
    private String autoid;

    private String flightno;

    private Date flightdate;

    private String originatingstation;

    private String destinationstation;

    private String waybillnomaster;

    private String totalweight;

    private String totalpiece;

    private String preparetotalpiece;

    private String preparetotalweight;

    private Date stowagedate;

    private String status;

    private String carrier;

    private String customsstatus;

    private String paymode;

    private String customscode;

    private String agentcode;

    private String agentname;

    private String shippername;

    private String shippercity;

    private String shipperaddress;

    private String consigneename;

    private String consigneecity;

    private String consigneeaddress;

    private String receiptinformation;

    private Date createdate;

    private String productname;

    private String shipperCode;

    private String shipperCountrycode;

    private String shipperPhone;

    private String shipperFax;

    private String consigneeCode;

    private String consigneeCountrycode;

    private String consigneeFax;

    private String consigneePhone;

    private String shipperAeo;

    private String consigneeAeo;

    private String unloadingstation;

    public String getAutoid() {
        return autoid;
    }

    public void setAutoid(String autoid) {
        this.autoid = autoid == null ? null : autoid.trim();
    }

    public String getFlightno() {
        return flightno;
    }

    public void setFlightno(String flightno) {
        this.flightno = flightno == null ? null : flightno.trim();
    }

    public Date getFlightdate() {
        return flightdate;
    }

    public void setFlightdate(Date flightdate) {
        this.flightdate = flightdate;
    }

    public String getOriginatingstation() {
        return originatingstation;
    }

    public void setOriginatingstation(String originatingstation) {
        this.originatingstation = originatingstation == null ? null : originatingstation.trim();
    }

    public String getDestinationstation() {
        return destinationstation;
    }

    public void setDestinationstation(String destinationstation) {
        this.destinationstation = destinationstation == null ? null : destinationstation.trim();
    }

    public String getWaybillnomaster() {
        return waybillnomaster;
    }

    public void setWaybillnomaster(String waybillnomaster) {
        this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim();
    }

    public String getTotalweight() {
        return totalweight;
    }

    public void setTotalweight(String totalweight) {
        this.totalweight = totalweight == null ? null : totalweight.trim();
    }

    public String getTotalpiece() {
        return totalpiece;
    }

    public void setTotalpiece(String totalpiece) {
        this.totalpiece = totalpiece == null ? null : totalpiece.trim();
    }

    public String getPreparetotalpiece() {
        return preparetotalpiece;
    }

    public void setPreparetotalpiece(String preparetotalpiece) {
        this.preparetotalpiece = preparetotalpiece == null ? null : preparetotalpiece.trim();
    }

    public String getPreparetotalweight() {
        return preparetotalweight;
    }

    public void setPreparetotalweight(String preparetotalweight) {
        this.preparetotalweight = preparetotalweight == null ? null : preparetotalweight.trim();
    }

    public Date getStowagedate() {
        return stowagedate;
    }

    public void setStowagedate(Date stowagedate) {
        this.stowagedate = stowagedate;
    }

    public String getStatus() {
        return status;
    }

    public void setStatus(String status) {
        this.status = status == null ? null : status.trim();
    }

    public String getCarrier() {
        return carrier;
    }

    public void setCarrier(String carrier) {
        this.carrier = carrier == null ? null : carrier.trim();
    }

    public String getCustomsstatus() {
        return customsstatus;
    }

    public void setCustomsstatus(String customsstatus) {
        this.customsstatus = customsstatus == null ? null : customsstatus.trim();
    }

    public String getPaymode() {
        return paymode;
    }

    public void setPaymode(String paymode) {
        this.paymode = paymode == null ? null : paymode.trim();
    }

    public String getCustomscode() {
        return customscode;
    }

    public void setCustomscode(String customscode) {
        this.customscode = customscode == null ? null : customscode.trim();
    }

    public String getAgentcode() {
        return agentcode;
    }

    public void setAgentcode(String agentcode) {
        this.agentcode = agentcode == null ? null : agentcode.trim();
    }

    public String getAgentname() {
        return agentname;
    }

    public void setAgentname(String agentname) {
        this.agentname = agentname == null ? null : agentname.trim();
    }

    public String getShippername() {
        return shippername;
    }

    public void setShippername(String shippername) {
        this.shippername = shippername == null ? null : shippername.trim();
    }

    public String getShippercity() {
        return shippercity;
    }

    public void setShippercity(String shippercity) {
        this.shippercity = shippercity == null ? null : shippercity.trim();
    }

    public String getShipperaddress() {
        return shipperaddress;
    }

    public void setShipperaddress(String shipperaddress) {
        this.shipperaddress = shipperaddress == null ? null : shipperaddress.trim();
    }

    public String getConsigneename() {
        return consigneename;
    }

    public void setConsigneename(String consigneename) {
        this.consigneename = consigneename == null ? null : consigneename.trim();
    }

    public String getConsigneecity() {
        return consigneecity;
    }

    public void setConsigneecity(String consigneecity) {
        this.consigneecity = consigneecity == null ? null : consigneecity.trim();
    }

    public String getConsigneeaddress() {
        return consigneeaddress;
    }

    public void setConsigneeaddress(String consigneeaddress) {
        this.consigneeaddress = consigneeaddress == null ? null : consigneeaddress.trim();
    }

    public String getReceiptinformation() {
        return receiptinformation;
    }

    public void setReceiptinformation(String receiptinformation) {
        this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim();
    }

    public Date getCreatedate() {
        return createdate;
    }

    public void setCreatedate(Date createdate) {
        this.createdate = createdate;
    }

    public String getProductname() {
        return productname;
    }

    public void setProductname(String productname) {
        this.productname = productname == null ? null : productname.trim();
    }

    public String getShipperCode() {
        return shipperCode;
    }

    public void setShipperCode(String shipperCode) {
        this.shipperCode = shipperCode == null ? null : shipperCode.trim();
    }

    public String getShipperCountrycode() {
        return shipperCountrycode;
    }

    public void setShipperCountrycode(String shipperCountrycode) {
        this.shipperCountrycode = shipperCountrycode == null ? null : shipperCountrycode.trim();
    }

    public String getShipperPhone() {
        return shipperPhone;
    }

    public void setShipperPhone(String shipperPhone) {
        this.shipperPhone = shipperPhone == null ? null : shipperPhone.trim();
    }

    public String getShipperFax() {
        return shipperFax;
    }

    public void setShipperFax(String shipperFax) {
        this.shipperFax = shipperFax == null ? null : shipperFax.trim();
    }

    public String getConsigneeCode() {
        return consigneeCode;
    }

    public void setConsigneeCode(String consigneeCode) {
        this.consigneeCode = consigneeCode == null ? null : consigneeCode.trim();
    }

    public String getConsigneeCountrycode() {
        return consigneeCountrycode;
    }

    public void setConsigneeCountrycode(String consigneeCountrycode) {
        this.consigneeCountrycode = consigneeCountrycode == null ? null : consigneeCountrycode.trim();
    }

    public String getConsigneeFax() {
        return consigneeFax;
    }

    public void setConsigneeFax(String consigneeFax) {
        this.consigneeFax = consigneeFax == null ? null : consigneeFax.trim();
    }

    public String getConsigneePhone() {
        return consigneePhone;
    }

    public void setConsigneePhone(String consigneePhone) {
        this.consigneePhone = consigneePhone == null ? null : consigneePhone.trim();
    }

    public String getShipperAeo() {
        return shipperAeo;
    }

    public void setShipperAeo(String shipperAeo) {
        this.shipperAeo = shipperAeo == null ? null : shipperAeo.trim();
    }

    public String getConsigneeAeo() {
        return consigneeAeo;
    }

    public void setConsigneeAeo(String consigneeAeo) {
        this.consigneeAeo = consigneeAeo == null ? null : consigneeAeo.trim();
    }

    public String getUnloadingstation() {
        return unloadingstation;
    }

    public void setUnloadingstation(String unloadingstation) {
        this.unloadingstation = unloadingstation == null ? null : unloadingstation.trim();
    }
}