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

📄 productmanageform.java

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

import cn.bway.common.form.BaseForm;



/**
 * Providemanagement generated by MyEclipse Persistence Tools
 */

public class ProductmanageForm   extends BaseForm  {
	
	
	
	 private String id;
     private String names;
     private String price;
     private String spec;
     private String craftwork;
     private String color;
     private String stuff;
     private String provide;
     private String productionperiod;
     private String qc;
     private String note;
     private String images;
     
	public ProductmanageForm(String names, String price, String spec, String craftwork, String color, String stuff, String provide, String productionperiod, String qc, String note, String images) {
		super();
		this.names = names;
		this.price = price;
		this.spec = spec;
		this.craftwork = craftwork;
		this.color = color;
		this.stuff = stuff;
		this.provide = provide;
		this.productionperiod = productionperiod;
		this.qc = qc;
		this.note = note;
		this.images = images;
	}
	public String getColor() {
		return color;
	}
	public void setColor(String color) {
		this.color = color;
	}
	public String getCraftwork() {
		return craftwork;
	}
	public void setCraftwork(String craftwork) {
		this.craftwork = craftwork;
	}
	public String getId() {
		return id;
	}
	public void setId(String id) {
		this.id = id;
	}
	public String getNames() {
		return names;
	}
	public void setNames(String names) {
		this.names = names;
	}
	public String getNote() {
		return note;
	}
	public void setNote(String note) {
		this.note = note;
	}
	public String getPrice() {
		return price;
	}
	public void setPrice(String price) {
		this.price = price;
	}
	public String getProductionperiod() {
		return productionperiod;
	}
	public void setProductionperiod(String productionperiod) {
		this.productionperiod = productionperiod;
	}
	public String getProvide() {
		return provide;
	}
	public void setProvide(String provide) {
		this.provide = provide;
	}
	public String getQc() {
		return qc;
	}
	public void setQc(String qc) {
		this.qc = qc;
	}
	public String getSpec() {
		return spec;
	}
	public void setSpec(String spec) {
		this.spec = spec;
	}
	public String getStuff() {
		return stuff;
	}
	public void setStuff(String stuff) {
		this.stuff = stuff;
	}
	public String getImages() {
		return images;
	}
	public void setImages(String images) {
		this.images = images;
	}
	public ProductmanageForm() {
	}

}

⌨️ 快捷键说明

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