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

📄 paymentdocument.java

📁 这是本人曾经在公司里用的,内部开发框架,基于struts+hibernate今天分享给大家
💻 JAVA
字号:
package cn.bway.foreigntrade.finance.buy.document.model;



/**
 * Paymentdocument generated by MyEclipse Persistence Tools
 */

public class Paymentdocument implements java.io.Serializable {


    // Fields    

     private String id;
     private String orderid;
     private String codes;
     private String providername;
     private String address;
     private String linkman;
     private String tel;
     private String times;
     private String pay;
     private String emails;
     private String fax;


    // Constructors

    /** default constructor */
    public Paymentdocument() {
    }

    
    /** full constructor */
    public Paymentdocument(String orderid, String codes, String providername, String address, String linkman, String tel, String times, String pay, String emails, String fax) {
        this.orderid = orderid;
        this.codes = codes;
        this.providername = providername;
        this.address = address;
        this.linkman = linkman;
        this.tel = tel;
        this.times = times;
        this.pay = pay;
        this.emails = emails;
        this.fax = fax;
    }

   
    // Property accessors

    public String getId() {
        return this.id;
    }
    
    public void setId(String id) {
        this.id = id;
    }

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

    public String getCodes() {
        return this.codes;
    }
    
    public void setCodes(String codes) {
        this.codes = codes;
    }

    public String getProvidername() {
        return this.providername;
    }
    
    public void setProvidername(String providername) {
        this.providername = providername;
    }

    public String getAddress() {
        return this.address;
    }
    
    public void setAddress(String address) {
        this.address = address;
    }

    public String getLinkman() {
        return this.linkman;
    }
    
    public void setLinkman(String linkman) {
        this.linkman = linkman;
    }

    public String getTel() {
        return this.tel;
    }
    
    public void setTel(String tel) {
        this.tel = tel;
    }

    public String getTimes() {
        return this.times;
    }
    
    public void setTimes(String times) {
        this.times = times;
    }

    public String getPay() {
        return this.pay;
    }
    
    public void setPay(String pay) {
        this.pay = pay;
    }

    public String getEmails() {
        return this.emails;
    }
    
    public void setEmails(String emails) {
        this.emails = emails;
    }

    public String getFax() {
        return this.fax;
    }
    
    public void setFax(String fax) {
        this.fax = fax;
    }
   








}

⌨️ 快捷键说明

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