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

📄 itembean.java

📁 一个有jsp和servlet开发的网络购物系统
💻 JAVA
字号:
package bean;
public class ItemBean {
	private String shopname;
	private int shopvalue;
	private int shopnum;
	private String shopfactory;
	private String shopdate;
	private String shopclass;
	private int shopid;
	public int getShopid() {
		return shopid;
	}
	public void setShopid(int shopid) {
		this.shopid = shopid;
	}
	public String getShopname() {
		return shopname;
	}
	public void setShopname(String shopname) {
		this.shopname = shopname;
	}
	public int getShopvalue() {
		return shopvalue;
	}
	public void setShopvalue(int shopvalue) {
		this.shopvalue = shopvalue;
	}
	public int getShopnum() {
		return shopnum;
	}
	public void setShopnum(int shopnum) {
		this.shopnum = shopnum;
	}
	public String getShopfactory() {
		return shopfactory;
	}
	public void setShopfactory(String shopfactory) {
		this.shopfactory = shopfactory;
	}
	public String getShopdate() {
		return shopdate;
	}
	public void setShopdate(String shopdate) {
		this.shopdate = shopdate;
	}
	public String getShopclass() {
		return shopclass;
	}
	public void setShopclass(String shopclass) {
		this.shopclass = shopclass;
	}
}

⌨️ 快捷键说明

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