首页>代码>JSP+Servlet+MySQL或SQLServer实现增删改查,搜索,分页功能>/MySql实现显示分页/src/com/mstf/bean/Info.java
package com.mstf.bean;

/**
 * bean
 * 
 * @author 
 * 
 */
public class Info {
	private int id;
	private String name;
	private int age;
	private String address;
	private String birthday;

	public Info() {
	}

	public Info(int id, String name, int age, String address, String birthday) {
		this.id = id;
		this.name = name;
		this.age = age;
		this.address = address;
		this.birthday = birthday;
	}

	public int getId() {
		return id;
	}

	public void setId(int id) {
		this.id = id;
	}

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public int getAge() {
		return age;
	}

	public void setAge(int age) {
		this.age = age;
	}

	public String getAddress() {
		return address;
	}

	public void setAddress(String address) {
		this.address = address;
	}

	public String getBirthday() {
		return birthday;
	}

	public void setBirthday(String birthday) {
		this.birthday = birthday;
	}

}
最近下载更多
xiongwei11231  LV9 2024年1月15日
321170193  LV6 2023年11月12日
另类清晨  LV8 2023年9月19日
2017143155  LV12 2023年7月19日
include  LV8 2022年12月31日
gshnbb  LV9 2022年12月11日
不正经的90后程序猿  LV1 2022年12月10日
qiuqiuqiu111  LV4 2022年12月5日
13112360  LV2 2022年9月27日
hunterwang  LV4 2022年8月26日
最近浏览更多
renjunyou  LV10 6月2日
13188140406 3月12日
暂无贡献等级
微信网友_7311533327257600 2024年12月25日
暂无贡献等级
571818771  LV3 2024年12月16日
wzd031105  LV2 2024年12月6日
Yuehao 2024年6月26日
暂无贡献等级
ma406805131  LV19 2024年6月18日
2640660246 2024年5月10日
暂无贡献等级
pangzhihui  LV14 2024年4月15日
惺惺惜惺惺嘻嘻嘻 2024年3月29日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友