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

📄 userind.java

📁 仿招聘网站 SSH框架 ajax功能
💻 JAVA
字号:
package com.chinahr.pojo;

import java.util.Date;

/**
 * UserInd generated by MyEclipse Persistence Tools
 */

public class UserInd implements java.io.Serializable {

	// Fields

	private Integer id;

	private SysPhotoInfo sysPhotoInfo;

	private String loginId;

	private String password;

	private String name;

	private Integer sex;

	private String marriage;

	private Date birthday;

	private String nationality;

	private String folk;

	private String applyJobState;

	private String bideCity;

	private String bidArea;

	private String regCity;

	private String regArea;

	private String paperType;

	private String paperNumber;

	private String schoolAge;

	private Date graduateTime;

	private String polityVisage;

	private String email;

	private String contactMode1type;

	private String contactMode1;

	private String contactMode2type;

	private String contactMode2;

	private String contactMode3type;

	private String contactMode3;

	private String communicateAddress;

	private String postalcode;

	private String individualPage;

	private Date registerTime;

	private Integer isOpenContact;

	// Constructors

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

	/** minimal constructor */
	public UserInd(String loginId, String password, String email) {
		this.loginId = loginId;
		this.password = password;
		this.email = email;
	}

	/** full constructor */
	public UserInd(SysPhotoInfo sysPhotoInfo, String loginId, String password,
			String name, Integer sex, String marriage, Date birthday,
			String nationality, String folk, String applyJobState,
			String bideCity, String bidArea, String regCity, String regArea,
			String paperType, String paperNumber, String schoolAge,
			Date graduateTime, String polityVisage, String email,
			String contactMode1type, String contactMode1,
			String contactMode2type, String contactMode2,
			String contactMode3type, String contactMode3,
			String communicateAddress, String postalcode,
			String individualPage, Date registerTime, Integer isOpenContact) {
		this.sysPhotoInfo = sysPhotoInfo;
		this.loginId = loginId;
		this.password = password;
		this.name = name;
		this.sex = sex;
		this.marriage = marriage;
		this.birthday = birthday;
		this.nationality = nationality;
		this.folk = folk;
		this.applyJobState = applyJobState;
		this.bideCity = bideCity;
		this.bidArea = bidArea;
		this.regCity = regCity;
		this.regArea = regArea;
		this.paperType = paperType;
		this.paperNumber = paperNumber;
		this.schoolAge = schoolAge;
		this.graduateTime = graduateTime;
		this.polityVisage = polityVisage;
		this.email = email;
		this.contactMode1type = contactMode1type;
		this.contactMode1 = contactMode1;
		this.contactMode2type = contactMode2type;
		this.contactMode2 = contactMode2;
		this.contactMode3type = contactMode3type;
		this.contactMode3 = contactMode3;
		this.communicateAddress = communicateAddress;
		this.postalcode = postalcode;
		this.individualPage = individualPage;
		this.registerTime = registerTime;
		this.isOpenContact = isOpenContact;
	}

	// Property accessors

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

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

	public SysPhotoInfo getSysPhotoInfo() {
		return this.sysPhotoInfo;
	}

	public void setSysPhotoInfo(SysPhotoInfo sysPhotoInfo) {
		this.sysPhotoInfo = sysPhotoInfo;
	}

	public String getLoginId() {
		return this.loginId;
	}

	public void setLoginId(String loginId) {
		this.loginId = loginId;
	}

	public String getPassword() {
		return this.password;
	}

	public void setPassword(String password) {
		this.password = password;
	}

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

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

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

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

	public String getMarriage() {
		return this.marriage;
	}

	public void setMarriage(String marriage) {
		this.marriage = marriage;
	}

	public Date getBirthday() {
		return this.birthday;
	}

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

	public String getNationality() {
		return this.nationality;
	}

	public void setNationality(String nationality) {
		this.nationality = nationality;
	}

	public String getFolk() {
		return this.folk;
	}

	public void setFolk(String folk) {
		this.folk = folk;
	}

	public String getApplyJobState() {
		return this.applyJobState;
	}

	public void setApplyJobState(String applyJobState) {
		this.applyJobState = applyJobState;
	}

	public String getBideCity() {
		return this.bideCity;
	}

	public void setBideCity(String bideCity) {
		this.bideCity = bideCity;
	}

	public String getBidArea() {
		return this.bidArea;
	}

	public void setBidArea(String bidArea) {
		this.bidArea = bidArea;
	}

	public String getRegCity() {
		return this.regCity;
	}

	public void setRegCity(String regCity) {
		this.regCity = regCity;
	}

	public String getRegArea() {
		return this.regArea;
	}

	public void setRegArea(String regArea) {
		this.regArea = regArea;
	}

	public String getPaperType() {
		return this.paperType;
	}

	public void setPaperType(String paperType) {
		this.paperType = paperType;
	}

	public String getPaperNumber() {
		return this.paperNumber;
	}

	public void setPaperNumber(String paperNumber) {
		this.paperNumber = paperNumber;
	}

	public String getSchoolAge() {
		return this.schoolAge;
	}

	public void setSchoolAge(String schoolAge) {
		this.schoolAge = schoolAge;
	}

	public Date getGraduateTime() {
		return this.graduateTime;
	}

	public void setGraduateTime(Date graduateTime) {
		this.graduateTime = graduateTime;
	}

	public String getPolityVisage() {
		return this.polityVisage;
	}

	public void setPolityVisage(String polityVisage) {
		this.polityVisage = polityVisage;
	}

	public String getEmail() {
		return this.email;
	}

	public void setEmail(String email) {
		this.email = email;
	}

	public String getContactMode1type() {
		return this.contactMode1type;
	}

	public void setContactMode1type(String contactMode1type) {
		this.contactMode1type = contactMode1type;
	}

	public String getContactMode1() {
		return this.contactMode1;
	}

	public void setContactMode1(String contactMode1) {
		this.contactMode1 = contactMode1;
	}

	public String getContactMode2type() {
		return this.contactMode2type;
	}

	public void setContactMode2type(String contactMode2type) {
		this.contactMode2type = contactMode2type;
	}

	public String getContactMode2() {
		return this.contactMode2;
	}

	public void setContactMode2(String contactMode2) {
		this.contactMode2 = contactMode2;
	}

	public String getContactMode3type() {
		return this.contactMode3type;
	}

	public void setContactMode3type(String contactMode3type) {
		this.contactMode3type = contactMode3type;
	}

	public String getContactMode3() {
		return this.contactMode3;
	}

	public void setContactMode3(String contactMode3) {
		this.contactMode3 = contactMode3;
	}

	public String getCommunicateAddress() {
		return this.communicateAddress;
	}

	public void setCommunicateAddress(String communicateAddress) {
		this.communicateAddress = communicateAddress;
	}

	public String getPostalcode() {
		return this.postalcode;
	}

	public void setPostalcode(String postalcode) {
		this.postalcode = postalcode;
	}

	public String getIndividualPage() {
		return this.individualPage;
	}

	public void setIndividualPage(String individualPage) {
		this.individualPage = individualPage;
	}

	public Date getRegisterTime() {
		return this.registerTime;
	}

	public void setRegisterTime(Date registerTime) {
		this.registerTime = registerTime;
	}

	public Integer getIsOpenContact() {
		return this.isOpenContact;
	}

	public void setIsOpenContact(Integer isOpenContact) {
		this.isOpenContact = isOpenContact;
	}

}

⌨️ 快捷键说明

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