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

📄 exportproduct.java

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



/**
 * Exportproduct generated by MyEclipse Persistence Tools
 */

public class Exportproduct implements java.io.Serializable {


    // Fields    
	 private String Productid;
     private String Id;
     private String Productcode;
     private String Clientcode;
     private String Sizes;
     private String Specs;
     private String Stuff;
     private String Colors;
     private String Units;
     private String Money;
     private String Item;
     private String Image;
     private String numbers;


	


	public Exportproduct(String id, String productcode, String clientcode, String sizes, String specs, String stuff, String colors, String units, String money, String item, String image, String numbers) {
		super();
		Id = id;
		Productcode = productcode;
		Clientcode = clientcode;
		Sizes = sizes;
		Specs = specs;
		Stuff = stuff;
		Colors = colors;
		Units = units;
		Money = money;
		Item = item;
		Image = image;
		this.numbers = numbers;
	}

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

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

    public String getProductcode() {
        return this.Productcode;
    }
    
    public void setProductcode(String Productcode) {
        this.Productcode = Productcode;
    }

    public String getClientcode() {
        return this.Clientcode;
    }
    
    public void setClientcode(String Clientcode) {
        this.Clientcode = Clientcode;
    }

    public String getSizes() {
        return this.Sizes;
    }
    
    public void setSizes(String Sizes) {
        this.Sizes = Sizes;
    }

    public String getSpecs() {
        return this.Specs;
    }
    
    public void setSpecs(String Specs) {
        this.Specs = Specs;
    }

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

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

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

    public String getMoney() {
        return this.Money;
    }
    
    public void setMoney(String Money) {
        this.Money = Money;
    }

    public String getItem() {
        return this.Item;
    }
    
    public void setItem(String Item) {
        this.Item = Item;
    }

    public String getImage() {
        return this.Image;
    }
    
    public void setImage(String Image) {
        this.Image = Image;
    }


	public String getProductid() {
		return Productid;
	}


	public void setProductid(String productid) {
		Productid = productid;
	}

	public String getNumbers() {
		return numbers;
	}

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








}

⌨️ 快捷键说明

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