package com.farriver.bwf.data.transferobject.viewmodel.order; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import java.util.List; public class OrderActiveViewModel implements Serializable { private List products; public List getProducts() { return products; } public void setProducts(List products) { this.products = products; } private String id; private String no; private BigDecimal totalmoney; private BigDecimal payedmoney; private BigDecimal discountmoney; private Integer status; private Date ordertime; private Date paytime; private Date sendtime; private Date receivetime; private Date commenttime; private Date completetime; private Boolean isdeleted; private String remark; private Date createtime; private Date updatetime; private String sendername; private String sendercode; private Integer sendercontactno; private String targetaddress; private String deliveryaddress; private String optimalcoupon; private String logisticscompany; private String logisticsno; private String transportmode; private Integer boxcount; private BigDecimal boxweight; private BigDecimal freight; private String commentcontent; private Integer commentlevel; private String receiverid; private String vipuserid; private String vipname; private String vipphone; private Integer vipdiamondtype; private Integer viptype; private String vippicture; private BigDecimal vipcarddiscountrate; private Integer paymentmethod; private Integer type; public Integer getType() { return type; } public void setType(Integer type) { this.type = type; } public Integer getPaymentmethod() { return paymentmethod; } public void setPaymentmethod(Integer paymentmethod) { this.paymentmethod = paymentmethod; } public String getId() { return id; } public void setId(String id) { this.id = id == null ? null : id.trim(); } public String getNo() { return no; } public void setNo(String no) { this.no = no == null ? null : no.trim(); } public BigDecimal getTotalmoney() { return totalmoney; } public void setTotalmoney(BigDecimal totalmoney) { this.totalmoney = totalmoney; } public BigDecimal getPayedmoney() { return payedmoney; } public void setPayedmoney(BigDecimal payedmoney) { this.payedmoney = payedmoney; } public BigDecimal getDiscountmoney() { return discountmoney; } public void setDiscountmoney(BigDecimal discountmoney) { this.discountmoney = discountmoney; } public Integer getStatus() { return status; } public void setStatus(Integer status) { this.status = status; } public Date getOrdertime() { return ordertime; } public void setOrdertime(Date ordertime) { this.ordertime = ordertime; } public Date getPaytime() { return paytime; } public void setPaytime(Date paytime) { this.paytime = paytime; } public Date getSendtime() { return sendtime; } public void setSendtime(Date sendtime) { this.sendtime = sendtime; } public Date getReceivetime() { return receivetime; } public void setReceivetime(Date receivetime) { this.receivetime = receivetime; } public Date getCommenttime() { return commenttime; } public void setCommenttime(Date commenttime) { this.commenttime = commenttime; } public Date getCompletetime() { return completetime; } public void setCompletetime(Date completetime) { this.completetime = completetime; } public Boolean getIsdeleted() { return isdeleted; } public void setIsdeleted(Boolean isdeleted) { this.isdeleted = isdeleted; } public String getRemark() { return remark; } public void setRemark(String remark) { this.remark = remark == null ? null : remark.trim(); } public Date getCreatetime() { return createtime; } public void setCreatetime(Date createtime) { this.createtime = createtime; } public Date getUpdatetime() { return updatetime; } public void setUpdatetime(Date updatetime) { this.updatetime = updatetime; } public String getSendername() { return sendername; } public void setSendername(String sendername) { this.sendername = sendername == null ? null : sendername.trim(); } public String getSendercode() { return sendercode; } public void setSendercode(String sendercode) { this.sendercode = sendercode == null ? null : sendercode.trim(); } public Integer getSendercontactno() { return sendercontactno; } public void setSendercontactno(Integer sendercontactno) { this.sendercontactno = sendercontactno; } public String getTargetaddress() { return targetaddress; } public void setTargetaddress(String targetaddress) { this.targetaddress = targetaddress == null ? null : targetaddress.trim(); } public String getDeliveryaddress() { return deliveryaddress; } public void setDeliveryaddress(String deliveryaddress) { this.deliveryaddress = deliveryaddress == null ? null : deliveryaddress.trim(); } public String getOptimalcoupon() { return optimalcoupon; } public void setOptimalcoupon(String optimalcoupon) { this.optimalcoupon = optimalcoupon == null ? null : optimalcoupon.trim(); } public String getLogisticscompany() { return logisticscompany; } public void setLogisticscompany(String logisticscompany) { this.logisticscompany = logisticscompany == null ? null : logisticscompany.trim(); } public String getLogisticsno() { return logisticsno; } public void setLogisticsno(String logisticsno) { this.logisticsno = logisticsno == null ? null : logisticsno.trim(); } public String getTransportmode() { return transportmode; } public void setTransportmode(String transportmode) { this.transportmode = transportmode == null ? null : transportmode.trim(); } public Integer getBoxcount() { return boxcount; } public void setBoxcount(Integer boxcount) { this.boxcount = boxcount; } public BigDecimal getBoxweight() { return boxweight; } public void setBoxweight(BigDecimal boxweight) { this.boxweight = boxweight; } public BigDecimal getFreight() { return freight; } public void setFreight(BigDecimal freight) { this.freight = freight; } public String getCommentcontent() { return commentcontent; } public void setCommentcontent(String commentcontent) { this.commentcontent = commentcontent == null ? null : commentcontent.trim(); } public Integer getCommentlevel() { return commentlevel; } public void setCommentlevel(Integer commentlevel) { this.commentlevel = commentlevel; } public String getReceiverid() { return receiverid; } public void setReceiverid(String receiverid) { this.receiverid = receiverid == null ? null : receiverid.trim(); } public String getVipuserid() { return vipuserid; } public void setVipuserid(String vipuserid) { this.vipuserid = vipuserid == null ? null : vipuserid.trim(); } public String getVipname() { return vipname; } public void setVipname(String vipname) { this.vipname = vipname == null ? null : vipname.trim(); } public String getVipphone() { return vipphone; } public void setVipphone(String vipphone) { this.vipphone = vipphone == null ? null : vipphone.trim(); } public Integer getVipdiamondtype() { return vipdiamondtype; } public void setVipdiamondtype(Integer vipdiamondtype) { this.vipdiamondtype = vipdiamondtype; } public Integer getViptype() { return viptype; } public void setViptype(Integer viptype) { this.viptype = viptype; } public String getVippicture() { return vippicture; } public void setVippicture(String vippicture) { this.vippicture = vippicture == null ? null : vippicture.trim(); } public BigDecimal getVipcarddiscountrate() { return vipcarddiscountrate; } public void setVipcarddiscountrate(BigDecimal vipcarddiscountrate) { this.vipcarddiscountrate = vipcarddiscountrate; } }