首页>代码>s2sh实现分页的详细demo(附带数据库,MYSQl和Oracle)>/page(ssh实现分页)/src/entity/Person.java
package entity;

import java.math.BigDecimal;

/**
 * Person entity. @author MyEclipse Persistence Tools
 */

public class Person implements java.io.Serializable {

	// Fields

	private Long id;
	private String name;
	private Integer age;
	private String address;

	// Constructors

	/** default constructor */
	public Person() {
	}

	/** minimal constructor */
	public Person(Long id, String name) {
		this.id = id;
		this.name = name;
	}

	/** full constructor */
	public Person(Long id, String name, Integer age, String address) {
		this.id = id;
		this.name = name;
		this.age = age;
		this.address = address;
	}

	// Property accessors

	public Long getId() {
		return this.id;
	}

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

	public String getName() {
		return this.name;
	}

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

	public Integer getAge() {
		return this.age;
	}

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

	public String getAddress() {
		return this.address;
	}

	public void setAddress(String address) {
		this.address = address;
	}
}
最近下载更多
雷迪斯俺的乡亲们  LV11 2024年3月23日
siliuhui  LV1 2022年1月4日
and123456  LV11 2021年5月11日
0592lyj  LV9 2021年3月11日
九阳神功  LV1 2020年10月23日
kong.yee  LV40 2020年4月19日
z_lying  LV20 2019年12月25日
1763157114  LV15 2019年9月21日
258055866  LV12 2019年5月19日
yyxq123123  LV7 2019年5月11日
最近浏览更多
雷迪斯俺的乡亲们  LV11 2024年3月23日
wangjie49  LV7 2022年10月1日
siliuhui  LV1 2022年1月4日
huaua7676  LV30 2021年7月18日
.空运绵熊.  LV1 2021年6月5日
and123456  LV11 2021年4月20日
0592lyj  LV9 2021年3月11日
1900110734  LV6 2020年12月4日
Emational 2020年7月13日
暂无贡献等级
Evelyn满天星 2020年5月13日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友