FWBINFO.java 7.3 KB
package com.tianbo.analysis.model;

import java.util.Date;

public class FWBINFO {
    private String autoid;

    private String waybillnomaster;

    private String totalweight;

    private String totalpiece;

    private String productname;

    private String carrier1;

    private String arrivalstation1;

    private String carrier2;

    private String arrivalstation2;

    private String carrier3;

    private String arrivalstation3;

    private String paymode;

    private String specialgoodscode;

    private String shippername;

    private String shipperaddress;

    private String consigneename;

    private String consigneeaddress;

    private Date createdate;

    private String istransfer;

    private String shipperCode;

    private String shipperCountrycode;

    private String shipperPhone;

    private String shipperFax;

    private String consigneeCode;

    private String consigneeCountrycode;

    private String consigneeFax;

    private String specificConsigneename;

    private String specificConsigneePhone;

    private String consigneePhone;

    public String getAutoid() {
        return autoid;
    }

    public void setAutoid(String autoid) {
        this.autoid = autoid == null ? null : autoid.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 getProductname() {
        return productname;
    }

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

    public String getCarrier1() {
        return carrier1;
    }

    public void setCarrier1(String carrier1) {
        this.carrier1 = carrier1 == null ? null : carrier1.trim();
    }

    public String getArrivalstation1() {
        return arrivalstation1;
    }

    public void setArrivalstation1(String arrivalstation1) {
        this.arrivalstation1 = arrivalstation1 == null ? null : arrivalstation1.trim();
    }

    public String getCarrier2() {
        return carrier2;
    }

    public void setCarrier2(String carrier2) {
        this.carrier2 = carrier2 == null ? null : carrier2.trim();
    }

    public String getArrivalstation2() {
        return arrivalstation2;
    }

    public void setArrivalstation2(String arrivalstation2) {
        this.arrivalstation2 = arrivalstation2 == null ? null : arrivalstation2.trim();
    }

    public String getCarrier3() {
        return carrier3;
    }

    public void setCarrier3(String carrier3) {
        this.carrier3 = carrier3 == null ? null : carrier3.trim();
    }

    public String getArrivalstation3() {
        return arrivalstation3;
    }

    public void setArrivalstation3(String arrivalstation3) {
        this.arrivalstation3 = arrivalstation3 == null ? null : arrivalstation3.trim();
    }

    public String getPaymode() {
        return paymode;
    }

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

    public String getSpecialgoodscode() {
        return specialgoodscode;
    }

    public void setSpecialgoodscode(String specialgoodscode) {
        this.specialgoodscode = specialgoodscode == null ? null : specialgoodscode.trim();
    }

    public String getShippername() {
        return shippername;
    }

    public void setShippername(String shippername) {
        this.shippername = shippername == null ? null : shippername.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 getConsigneeaddress() {
        return consigneeaddress;
    }

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

    public Date getCreatedate() {
        return createdate;
    }

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

    public String getIstransfer() {
        return istransfer;
    }

    public void setIstransfer(String istransfer) {
        this.istransfer = istransfer == null ? null : istransfer.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 getSpecificConsigneename() {
        return specificConsigneename;
    }

    public void setSpecificConsigneename(String specificConsigneename) {
        this.specificConsigneename = specificConsigneename == null ? null : specificConsigneename.trim();
    }

    public String getSpecificConsigneePhone() {
        return specificConsigneePhone;
    }

    public void setSpecificConsigneePhone(String specificConsigneePhone) {
        this.specificConsigneePhone = specificConsigneePhone == null ? null : specificConsigneePhone.trim();
    }

    public String getConsigneePhone() {
        return consigneePhone;
    }

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