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

📄 instoreproduct.java

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



/**
 * Instoreproduct generated by MyEclipse Persistence Tools
 */

public class Instoreproduct   implements java.io.Serializable {


    // Fields    

     private String id;
     private String documentid;
     private String commodityname;
     private String units;
     private String numbers;
     private String addtatol;
     private String oldtatol;
     private String nowtatol;


    // Constructors

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

    
    /** full constructor */
    public Instoreproduct(String documentid, String commodityname, String units, String numbers, String addtatol, String oldtatol, String nowtatol) {
        this.documentid = documentid;
        this.commodityname = commodityname;
        this.units = units;
        this.numbers = numbers;
        this.addtatol = addtatol;
        this.oldtatol = oldtatol;
        this.nowtatol = nowtatol;
    }

   
    // Property accessors

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

    public String getDocumentid() {
        return this.documentid;
    }
    
    public void setDocumentid(String documentid) {
        this.documentid = documentid;
    }

    public String getCommodityname() {
        return this.commodityname;
    }
    
    public void setCommodityname(String commodityname) {
        this.commodityname = commodityname;
    }

    public String getUnits() {
        return this.units;
    }
    
    public void setUnits(String units) {
        this.units = units;
    }

    public String getNumbers() {
        return this.numbers;
    }
    
    public void setNumbers(String numbers) {
        this.numbers = numbers;
    }

    public String getAddtatol() {
        return this.addtatol;
    }
    
    public void setAddtatol(String addtatol) {
        this.addtatol = addtatol;
    }

    public String getOldtatol() {
        return this.oldtatol;
    }
    
    public void setOldtatol(String oldtatol) {
        this.oldtatol = oldtatol;
    }

    public String getNowtatol() {
        return this.nowtatol;
    }
    
    public void setNowtatol(String nowtatol) {
        this.nowtatol = nowtatol;
    }
   








}

⌨️ 快捷键说明

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