首页>代码>spring 各种demo实例>/src/AbstractStudent.java
// default package

/**
 * AbstractStudent entity provides the base persistence definition of the
 * Student entity. @author MyEclipse Persistence Tools
 */

public abstract class AbstractStudent implements java.io.Serializable {

	// Fields

	private Integer id;
	private String stuNo;
	private String stuName;
	private String nickName;
	private String homeTown;
	private String qq;
	private String stuPhone;
	private String father;
	private String fatherPhone;
	private String mather;
	private String matherPhone;
	private String company;
	private String city;
	private Short classId;
	private String dormotory;
	private Boolean sex;

	// Constructors

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

	/** minimal constructor */
	public AbstractStudent(String stuNo, String stuName, Short classId) {
		this.stuNo = stuNo;
		this.stuName = stuName;
		this.classId = classId;
	}

	/** full constructor */
	public AbstractStudent(String stuNo, String stuName, String nickName,
			String homeTown, String qq, String stuPhone, String father,
			String fatherPhone, String mather, String matherPhone,
			String company, String city, Short classId, String dormotory,
			Boolean sex) {
		this.stuNo = stuNo;
		this.stuName = stuName;
		this.nickName = nickName;
		this.homeTown = homeTown;
		this.qq = qq;
		this.stuPhone = stuPhone;
		this.father = father;
		this.fatherPhone = fatherPhone;
		this.mather = mather;
		this.matherPhone = matherPhone;
		this.company = company;
		this.city = city;
		this.classId = classId;
		this.dormotory = dormotory;
		this.sex = sex;
	}

	// Property accessors

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

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

	public String getStuNo() {
		return this.stuNo;
	}

	public void setStuNo(String stuNo) {
		this.stuNo = stuNo;
	}

	public String getStuName() {
		return this.stuName;
	}

	public void setStuName(String stuName) {
		this.stuName = stuName;
	}

	public String getNickName() {
		return this.nickName;
	}

	public void setNickName(String nickName) {
		this.nickName = nickName;
	}

	public String getHomeTown() {
		return this.homeTown;
	}

	public void setHomeTown(String homeTown) {
		this.homeTown = homeTown;
	}

	public String getQq() {
		return this.qq;
	}

	public void setQq(String qq) {
		this.qq = qq;
	}

	public String getStuPhone() {
		return this.stuPhone;
	}

	public void setStuPhone(String stuPhone) {
		this.stuPhone = stuPhone;
	}

	public String getFather() {
		return this.father;
	}

	public void setFather(String father) {
		this.father = father;
	}

	public String getFatherPhone() {
		return this.fatherPhone;
	}

	public void setFatherPhone(String fatherPhone) {
		this.fatherPhone = fatherPhone;
	}

	public String getMather() {
		return this.mather;
	}

	public void setMather(String mather) {
		this.mather = mather;
	}

	public String getMatherPhone() {
		return this.matherPhone;
	}

	public void setMatherPhone(String matherPhone) {
		this.matherPhone = matherPhone;
	}

	public String getCompany() {
		return this.company;
	}

	public void setCompany(String company) {
		this.company = company;
	}

	public String getCity() {
		return this.city;
	}

	public void setCity(String city) {
		this.city = city;
	}

	public Short getClassId() {
		return this.classId;
	}

	public void setClassId(Short classId) {
		this.classId = classId;
	}

	public String getDormotory() {
		return this.dormotory;
	}

	public void setDormotory(String dormotory) {
		this.dormotory = dormotory;
	}

	public Boolean getSex() {
		return this.sex;
	}

	public void setSex(Boolean sex) {
		this.sex = sex;
	}

}
最近下载更多
pandanan  LV8 2022年6月15日
lyws1986  LV17 2021年12月16日
llsama  LV9 2020年7月8日
bjgaocl  LV13 2020年3月21日
906396135  LV7 2019年12月25日
1559180068  LV1 2019年12月24日
追梦赤子心  LV1 2019年12月13日
mrqwerdf  LV1 2019年10月30日
136140  LV6 2019年10月27日
zywzywzyw1  LV17 2019年10月7日
最近浏览更多
li739784276  LV5 3月26日
yangchuang  LV1 1月12日
夜起星河  LV8 2023年12月20日
你爹正在加载中  LV4 2023年8月3日
siximu912  LV10 2023年2月22日
莫名奇妙的帅  LV4 2023年2月21日
好的好的  LV8 2022年11月21日
guviva  LV6 2022年10月25日
hjhj2333  LV6 2022年10月6日
evagsd  LV6 2022年9月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友