首页>代码>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  LV8 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日
Java开发工程师_初心  LV1 2022年12月10日
qiuqiuqiu111  LV4 2022年12月5日
13112360  LV2 2022年9月27日
hunterwang  LV4 2022年8月26日
最近浏览更多
pangzhihui  LV12 4月15日
暂无贡献等级
sssz123 2月21日
暂无贡献等级
王冰冰0001 1月15日
暂无贡献等级
xiongwei11231  LV8 1月15日
2131234536546  LV7 1月4日
沈从文  LV2 2023年12月31日
微信网友_6802139027345408  LV2 2023年12月31日
qwerewqss 2023年12月30日
暂无贡献等级
hxy19991216  LV4 2023年12月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友