⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tradelogid.java

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package cn.jsprun.domain;


public class TradelogId  implements java.io.Serializable {
	
	private static final long serialVersionUID = -5559255261219545882L;
     private Integer tid;
     private Integer pid;
     private String orderid;
     private String tradeno;
     private String subject;
     private Double price;
     private Byte quality;
     private Byte itemtype;
     private Short number;
     private Double tax;
     private String locus;
     private Integer sellerid;
     private String seller;
     private String selleraccount;
     private Integer buyerid;
     private String buyer;
     private String buyercontact;
     private Short buyercredits;
     private String buyermsg;
     private Byte status;
     private Integer lastupdate;
     private Byte offline;
     private String buyername;
     private String buyerzip;
     private String buyerphone;
     private String buyermobile;
     private Byte transport;
     private Short transportfee;
     private Double baseprice;
     private Byte discount;
     private Byte ratestatus;
     private String message;
    public TradelogId() {
    }
    public TradelogId(Integer tid, Integer pid, String orderid, String tradeno, String subject, Double price, Byte quality, Byte itemtype, Short number, Double tax, String locus, Integer sellerid, String seller, String selleraccount, Integer buyerid, String buyer, String buyercontact, Short buyercredits, Byte status, Integer lastupdate, Byte offline, String buyername, String buyerzip, String buyerphone, String buyermobile, Byte transport, Short transportfee, Double baseprice, Byte discount, Byte ratestatus, String message) {
        this.tid = tid;
        this.pid = pid;
        this.orderid = orderid;
        this.tradeno = tradeno;
        this.subject = subject;
        this.price = price;
        this.quality = quality;
        this.itemtype = itemtype;
        this.number = number;
        this.tax = tax;
        this.locus = locus;
        this.sellerid = sellerid;
        this.seller = seller;
        this.selleraccount = selleraccount;
        this.buyerid = buyerid;
        this.buyer = buyer;
        this.buyercontact = buyercontact;
        this.buyercredits = buyercredits;
        this.status = status;
        this.lastupdate = lastupdate;
        this.offline = offline;
        this.buyername = buyername;
        this.buyerzip = buyerzip;
        this.buyerphone = buyerphone;
        this.buyermobile = buyermobile;
        this.transport = transport;
        this.transportfee = transportfee;
        this.baseprice = baseprice;
        this.discount = discount;
        this.ratestatus = ratestatus;
        this.message = message;
    }
    public TradelogId(Integer tid, Integer pid, String orderid, String tradeno, String subject, Double price, Byte quality, Byte itemtype, Short number, Double tax, String locus, Integer sellerid, String seller, String selleraccount, Integer buyerid, String buyer, String buyercontact, Short buyercredits, String buyermsg, Byte status, Integer lastupdate, Byte offline, String buyername, String buyerzip, String buyerphone, String buyermobile, Byte transport, Short transportfee, Double baseprice, Byte discount, Byte ratestatus, String message) {
        this.tid = tid;
        this.pid = pid;
        this.orderid = orderid;
        this.tradeno = tradeno;
        this.subject = subject;
        this.price = price;
        this.quality = quality;
        this.itemtype = itemtype;
        this.number = number;
        this.tax = tax;
        this.locus = locus;
        this.sellerid = sellerid;
        this.seller = seller;
        this.selleraccount = selleraccount;
        this.buyerid = buyerid;
        this.buyer = buyer;
        this.buyercontact = buyercontact;
        this.buyercredits = buyercredits;
        this.buyermsg = buyermsg;
        this.status = status;
        this.lastupdate = lastupdate;
        this.offline = offline;
        this.buyername = buyername;
        this.buyerzip = buyerzip;
        this.buyerphone = buyerphone;
        this.buyermobile = buyermobile;
        this.transport = transport;
        this.transportfee = transportfee;
        this.baseprice = baseprice;
        this.discount = discount;
        this.ratestatus = ratestatus;
        this.message = message;
    }

    public Integer getTid() {
        return this.tid;
    }
    
    public void setTid(Integer tid) {
        this.tid = tid;
    }

    public Integer getPid() {
        return this.pid;
    }
    
    public void setPid(Integer pid) {
        this.pid = pid;
    }

    public String getOrderid() {
        return this.orderid;
    }
    
    public void setOrderid(String orderid) {
        this.orderid = orderid;
    }

    public String getTradeno() {
        return this.tradeno;
    }
    
    public void setTradeno(String tradeno) {
        this.tradeno = tradeno;
    }

    public String getSubject() {
        return this.subject;
    }
    
    public void setSubject(String subject) {
        this.subject = subject;
    }

    public Double getPrice() {
        return this.price;
    }
    
    public void setPrice(Double price) {
        this.price = price;
    }

    public Byte getQuality() {
        return this.quality;
    }
    
    public void setQuality(Byte quality) {
        this.quality = quality;
    }

    public Byte getItemtype() {
        return this.itemtype;
    }
    
    public void setItemtype(Byte itemtype) {
        this.itemtype = itemtype;
    }

    public Short getNumber() {
        return this.number;
    }
    
    public void setNumber(Short number) {
        this.number = number;
    }

    public Double getTax() {
        return this.tax;
    }
    
    public void setTax(Double tax) {
        this.tax = tax;
    }

    public String getLocus() {
        return this.locus;
    }
    
    public void setLocus(String locus) {
        this.locus = locus;
    }

    public Integer getSellerid() {
        return this.sellerid;
    }
    
    public void setSellerid(Integer sellerid) {
        this.sellerid = sellerid;
    }

    public String getSeller() {
        return this.seller;
    }
    
    public void setSeller(String seller) {
        this.seller = seller;
    }

    public String getSelleraccount() {
        return this.selleraccount;
    }
    
    public void setSelleraccount(String selleraccount) {
        this.selleraccount = selleraccount;
    }

    public Integer getBuyerid() {
        return this.buyerid;
    }
    
    public void setBuyerid(Integer buyerid) {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -