作者 zhangFan

Docking qr code(2)

  1 +package com.sy.model;
  2 +
  3 +import java.util.Date;
  4 +
  5 +public class LandBusinessTypeList {
  6 + private String id;
  7 +
  8 + private String massageId;
  9 +
  10 + private String trailerFrameNo;
  11 +
  12 + private String trailerLicenseNo;
  13 +
  14 + private String masterList;
  15 +
  16 + private Date prodectTime;
  17 +
  18 + private String isDelete;
  19 +
  20 + private String agentno;
  21 +
  22 + private String agentname;
  23 +
  24 + private String cocode;
  25 +
  26 + private String drivername;
  27 +
  28 + private String driverid;
  29 +
  30 + private String startport;
  31 +
  32 + private String endport;
  33 +
  34 + private String startsatation;
  35 +
  36 + private String endstation;
  37 +
  38 + private String aisle;
  39 +
  40 + private String businesstype;
  41 +
  42 + private String turnoverflag;
  43 +
  44 + private String barcode;
  45 +
  46 + private String contrastflag;
  47 +
  48 + private String createBy;
  49 +
  50 + private Date createDate;
  51 +
  52 + private String updateBy;
  53 +
  54 + private Date updateDate;
  55 +
  56 + private String isvalid;
  57 +
  58 + public String getId() {
  59 + return id;
  60 + }
  61 +
  62 + public void setId(String id) {
  63 + this.id = id == null ? null : id.trim();
  64 + }
  65 +
  66 + public String getMassageId() {
  67 + return massageId;
  68 + }
  69 +
  70 + public void setMassageId(String massageId) {
  71 + this.massageId = massageId == null ? null : massageId.trim();
  72 + }
  73 +
  74 + public String getTrailerFrameNo() {
  75 + return trailerFrameNo;
  76 + }
  77 +
  78 + public void setTrailerFrameNo(String trailerFrameNo) {
  79 + this.trailerFrameNo = trailerFrameNo == null ? null : trailerFrameNo.trim();
  80 + }
  81 +
  82 + public String getTrailerLicenseNo() {
  83 + return trailerLicenseNo;
  84 + }
  85 +
  86 + public void setTrailerLicenseNo(String trailerLicenseNo) {
  87 + this.trailerLicenseNo = trailerLicenseNo == null ? null : trailerLicenseNo.trim();
  88 + }
  89 +
  90 + public String getMasterList() {
  91 + return masterList;
  92 + }
  93 +
  94 + public void setMasterList(String masterList) {
  95 + this.masterList = masterList == null ? null : masterList.trim();
  96 + }
  97 +
  98 + public Date getProdectTime() {
  99 + return prodectTime;
  100 + }
  101 +
  102 + public void setProdectTime(Date prodectTime) {
  103 + this.prodectTime = prodectTime;
  104 + }
  105 +
  106 + public String getIsDelete() {
  107 + return isDelete;
  108 + }
  109 +
  110 + public void setIsDelete(String isDelete) {
  111 + this.isDelete = isDelete == null ? null : isDelete.trim();
  112 + }
  113 +
  114 + public String getAgentno() {
  115 + return agentno;
  116 + }
  117 +
  118 + public void setAgentno(String agentno) {
  119 + this.agentno = agentno == null ? null : agentno.trim();
  120 + }
  121 +
  122 + public String getAgentname() {
  123 + return agentname;
  124 + }
  125 +
  126 + public void setAgentname(String agentname) {
  127 + this.agentname = agentname == null ? null : agentname.trim();
  128 + }
  129 +
  130 + public String getCocode() {
  131 + return cocode;
  132 + }
  133 +
  134 + public void setCocode(String cocode) {
  135 + this.cocode = cocode == null ? null : cocode.trim();
  136 + }
  137 +
  138 + public String getDrivername() {
  139 + return drivername;
  140 + }
  141 +
  142 + public void setDrivername(String drivername) {
  143 + this.drivername = drivername == null ? null : drivername.trim();
  144 + }
  145 +
  146 + public String getDriverid() {
  147 + return driverid;
  148 + }
  149 +
  150 + public void setDriverid(String driverid) {
  151 + this.driverid = driverid == null ? null : driverid.trim();
  152 + }
  153 +
  154 + public String getStartport() {
  155 + return startport;
  156 + }
  157 +
  158 + public void setStartport(String startport) {
  159 + this.startport = startport == null ? null : startport.trim();
  160 + }
  161 +
  162 + public String getEndport() {
  163 + return endport;
  164 + }
  165 +
  166 + public void setEndport(String endport) {
  167 + this.endport = endport == null ? null : endport.trim();
  168 + }
  169 +
  170 + public String getStartsatation() {
  171 + return startsatation;
  172 + }
  173 +
  174 + public void setStartsatation(String startsatation) {
  175 + this.startsatation = startsatation == null ? null : startsatation.trim();
  176 + }
  177 +
  178 + public String getEndstation() {
  179 + return endstation;
  180 + }
  181 +
  182 + public void setEndstation(String endstation) {
  183 + this.endstation = endstation == null ? null : endstation.trim();
  184 + }
  185 +
  186 + public String getAisle() {
  187 + return aisle;
  188 + }
  189 +
  190 + public void setAisle(String aisle) {
  191 + this.aisle = aisle == null ? null : aisle.trim();
  192 + }
  193 +
  194 + public String getBusinesstype() {
  195 + return businesstype;
  196 + }
  197 +
  198 + public void setBusinesstype(String businesstype) {
  199 + this.businesstype = businesstype == null ? null : businesstype.trim();
  200 + }
  201 +
  202 + public String getTurnoverflag() {
  203 + return turnoverflag;
  204 + }
  205 +
  206 + public void setTurnoverflag(String turnoverflag) {
  207 + this.turnoverflag = turnoverflag == null ? null : turnoverflag.trim();
  208 + }
  209 +
  210 + public String getBarcode() {
  211 + return barcode;
  212 + }
  213 +
  214 + public void setBarcode(String barcode) {
  215 + this.barcode = barcode == null ? null : barcode.trim();
  216 + }
  217 +
  218 + public String getContrastflag() {
  219 + return contrastflag;
  220 + }
  221 +
  222 + public void setContrastflag(String contrastflag) {
  223 + this.contrastflag = contrastflag == null ? null : contrastflag.trim();
  224 + }
  225 +
  226 + public String getCreateBy() {
  227 + return createBy;
  228 + }
  229 +
  230 + public void setCreateBy(String createBy) {
  231 + this.createBy = createBy == null ? null : createBy.trim();
  232 + }
  233 +
  234 + public Date getCreateDate() {
  235 + return createDate;
  236 + }
  237 +
  238 + public void setCreateDate(Date createDate) {
  239 + this.createDate = createDate;
  240 + }
  241 +
  242 + public String getUpdateBy() {
  243 + return updateBy;
  244 + }
  245 +
  246 + public void setUpdateBy(String updateBy) {
  247 + this.updateBy = updateBy == null ? null : updateBy.trim();
  248 + }
  249 +
  250 + public Date getUpdateDate() {
  251 + return updateDate;
  252 + }
  253 +
  254 + public void setUpdateDate(Date updateDate) {
  255 + this.updateDate = updateDate;
  256 + }
  257 +
  258 + public String getIsvalid() {
  259 + return isvalid;
  260 + }
  261 +
  262 + public void setIsvalid(String isvalid) {
  263 + this.isvalid = isvalid == null ? null : isvalid.trim();
  264 + }
  265 +}