productbean.java

来自「一个毕业设计网络招标系统实现了招标的业务逻辑内含了数据库sql server备份」· Java 代码 · 共 125 行

JAVA
125
字号
package C03.VO;

public class productBean {
	private String product_id;

	private String maker_id;

	private String type_id;

	private String product_content;

	private String project_id;

	private String product_name;

	private String product_cost;

	private String product_price;

	private String Maker_name;

	private String project_name;

	private String toubiao_id;

	private String product_zt;

	public String getMaker_name() {
		return Maker_name;
	}

	public void setMaker_name(String maker_name) {
		Maker_name = maker_name;
	}

	public String getProject_name() {
		return project_name;
	}

	public void setProject_name(String project_name) {
		this.project_name = project_name;
	}

	public String getProduct_price() {
		return product_price;
	}

	public void setProduct_price(String product_price) {
		this.product_price = product_price;
	}

	public String getProduct_cost() {
		return product_cost;
	}

	public void setProduct_cost(String product_cost) {
		this.product_cost = product_cost;
	}

	public String getProduct_name() {
		return product_name;
	}

	public void setProduct_name(String product_name) {
		this.product_name = product_name;
	}

	public String getMaker_id() {
		return maker_id;
	}

	public void setMaker_id(String maker_id) {
		this.maker_id = maker_id;
	}

	public String getProduct_content() {
		return product_content;
	}

	public void setProduct_content(String product_content) {
		this.product_content = product_content;
	}

	public String getProduct_id() {
		return product_id;
	}

	public void setProduct_id(String product_id) {
		this.product_id = product_id;
	}

	public String getProject_id() {
		return project_id;
	}

	public void setProject_id(String project_id) {
		this.project_id = project_id;
	}

	public String getType_id() {
		return type_id;
	}

	public void setType_id(String type_id) {
		this.type_id = type_id;
	}

	public String getToubiao_id() {
		return toubiao_id;
	}

	public void setToubiao_id(String toubiao_id) {
		this.toubiao_id = toubiao_id;
	}

	public String getProduct_zt() {
		return product_zt;
	}

	public void setProduct_zt(String product_zt) {
		this.product_zt = product_zt;
	}

}

⌨️ 快捷键说明

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