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

📄 incasementproduct.java

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



/**
 * Incasementproduct generated by MyEclipse Persistence Tools
 */

public class Incasementproduct implements java.io.Serializable {


    // Fields    

     private String id;
     private String documentid;
     private String productname;
     private String productspecs;
     private String numbers;
     private String units;
     private String colors;
     private String suttle;
     private String grossweight;
     private String stuff;


    // Constructors

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

    
    /** full constructor */
    public Incasementproduct(String productcode, String productname, String productspecs, String numbers, String units, String colors, String suttle, String grossweight, String stuff) {
        this.documentid = productcode;
        this.productname = productname;
        this.productspecs = productspecs;
        this.numbers = numbers;
        this.units = units;
        this.colors = colors;
        this.suttle = suttle;
        this.grossweight = grossweight;
        this.stuff = stuff;
    }

   
    // 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 productcode) {
        this.documentid = productcode;
    }

    public String getProductname() {
        return this.productname;
    }
    
    public void setProductname(String productname) {
        this.productname = productname;
    }

    public String getProductspecs() {
        return this.productspecs;
    }
    
    public void setProductspecs(String productspecs) {
        this.productspecs = productspecs;
    }

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

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

    public String getColors() {
        return this.colors;
    }
    
    public void setColors(String colors) {
        this.colors = colors;
    }

    public String getSuttle() {
        return this.suttle;
    }
    
    public void setSuttle(String suttle) {
        this.suttle = suttle;
    }

    public String getGrossweight() {
        return this.grossweight;
    }
    
    public void setGrossweight(String grossweight) {
        this.grossweight = grossweight;
    }

    public String getStuff() {
        return this.stuff;
    }
    
    public void setStuff(String stuff) {
        this.stuff = stuff;
    }
   








}

⌨️ 快捷键说明

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