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

📄 humanfile.java

📁 人力资源管理系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package com.accphr.entity;

import java.sql.Date;
import java.sql.Timestamp;

/**
 * 映射表 "human_file"。      
 * 人力资源档案
 */

public class HumanFile implements java.io.Serializable {

	/* 创建新表 "human_file"。                                                                         */
	/* "human_file" : 人力资源档案                                                                      */
	/* 	"huf_id" : 主键,自动增长列                                                                       */

	/* 	"first_kind_id" : 一级机构编号                                                                  */
	/* 	"first_kind_name" : 一级机构名称                                                                */
	/* 	"second_kind_id" : 二级机构编号                                                                 */
	/* 	"second_kind_name" : 二级机构名称                                                               */
	/* 	"third_kind_id" : 三级机构编号                                                                  */
	/* 	"third_kind_name" : 三级机构名称                                                                */
	/* 	"human_name" : 姓名                                                                         */
	/* 	"human_address" : 地址                                                                      */
	/* 	"human_postcode" : 邮政编码                                                                   */
	/* 	"human_pro_designation" : 职称                                                              */
	/* 	"human_major_kind_id" : 职位分类编号                                                            */
	/* 	"human_major_kind_name" : 职位分类名称                                                          */
	/* 	"human_major_id" : 职位编号                                                                   */
	/* 	"hunma_major_name" : 职位名称                                                                 */
	/* 	"human_telephone" : 电话                                                                    */
	/* 	"human_mobilephone" : 手机号码                                                                */
	/* 	"human_bank" : 开户银行                                                                       */
	/* 	"human_account" : 银行帐号                                                                    */
	/* 	"human_qq" : QQ号码                                                                         */
	/* 	"human_email" : 电子邮件                                                                      */
	/* 	"human_hobby" : 爱好                                                                        */
	/* 	"human_speciality" : 特长                                                                   */
	/* 	"human_sex" : 性别                                                                          */
	/* 	"human_religion" : 宗教信仰                                                                   */
	/* 	"human_party" : 政治面貌                                                                      */
	/* 	"human_nationality" : 国籍                                                                  */
	/* 	"human_race" : 民族                                                                         */
	/* 	"human_birthday" : 出生日期                                                                   */
	/* 	"human_birthplace" : 出生地                                                                  */
	/* 	"human_age" : 年龄                                                                          */
	/* 	"human_educated_degree" : 学历                                                              */
	/* 	"human_educated_years" : 教育年限                                                             */
	/* 	"human_educated_major" : 学历专业                                                             */
	/* 	"human_society_security_id" : 社会保障号                                                       */
	/* 	"human_id_card" : 身份证号                                                                    */
	/* 	"remark" : 备注                                                                             */
	/* 	"salary_standard_id" : 薪酬标准编号                                                             */
	/* 	"salary_standard_name" : 薪酬标准名称                                                           */
	/* 	"salary_sum" : 基本薪酬总额                                                                     */
	/* 	"demand_salaray_sum" : 应发薪酬总额                                                             */
	/* 	"paid_salary_sum" : 实发薪酬总额                                                                */
	/* 	"major_change_amount" : 调动次数                                                              */
	/* 	"bonus_amount" : 激励累计次数                                                                   */
	/* 	"training_amount" : 培训累计次数                                                                */
	/* 	"file_chang_amount" : 档案变更累计次数                                                            */
	/* 	"human_histroy_records" : 简历                                                              */
	/* 	"human_family_membership" : 家庭关系                                                          */
	/* 	"human_picture" : 相片                                                                      */
	/* 	"attachment_name" : 附件名称                                                                  */
	/* 	"check_status" : 复核状态                                                                     */
	/* 	"register" : 档案登记人                                                                        */
	/* 	"checker" : 档案复核人                                                                         */
	/* 	"changer" : 档案变更人                                                                         */
	/* 	"regist_time" : 档案登记时间                                                                    */
	/* 	"check_time" : 档案复核时间                                                                     */
	/* 	"change_time" : 档案变更时间                                                                    */
	/* 	"lastly_change_time" : 档案最近更改时间                                                           */
	/* 	"delete_time" : 档案删除时间                                                                    */
	/* 	"recovery_time" : 档案恢复时间                                                                  */
	/* 	"human_file_status" : 档案状态                                                                */  


	private Short hufId;
	private Short firstKindId;
	private String firstKindName;
	private Short secondKindId;
	private String secondKindName;
	private Short thirdKindId;
	private String thirdKindName;
	private String humanName;
	private String humanAddress;
	private String humanPostcode;
	private String humanProDesignation;
	private Short humanMajorKindId;
	private String humanMajorKindName;
	private Short humanMajorId;
	private String hunmaMajorName;
	private String humanTelephone;
	private String humanMobilephone;
	private String humanBank;
	private String humanAccount;
	private String humanQq;
	private String humanEmail;
	private String humanHobby;
	private String humanSpeciality;
	private String humanSex;
	private String humanReligion;
	private String humanParty;
	private String humanNationality;
	private String humanRace;
	private Date humanBirthday;
	private String humanBirthplace;
	private Short humanAge;
	private String humanEducatedDegree;
	private Short humanEducatedYears;
	private String humanEducatedMajor;
	private String humanSocietySecurityId;
	private String humanIdCard;
	private String remark;
	private String salaryStandardId;
	private String salaryStandardName;
	private Double salarySum;
	private Double demandSalaraySum;
	private Double paidSalarySum;
	private Short majorChangeAmount;
	private Short bonusAmount;
	private Short trainingAmount;
	private Short fileChangAmount;
	private String humanHistroyRecords;
	private String humanFamilyMembership;
	private String humanPicture;
	private String attachmentName;
	private Short checkStatus;
	private String register;
	private String checker;
	private String changer;
	private Timestamp registTime;
	private Timestamp checkTime;
	private Timestamp changeTime;
	private Timestamp lastlyChangeTime;
	private Timestamp deleteTime;
	private Timestamp recoveryTime;
	private Short humanFileStatus;

	// Constructors

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

	/** minimal constructor */
	public HumanFile(String humanIdCard) {
		this.humanIdCard = humanIdCard;
	}

	/** full constructor */
	public HumanFile(Short firstKindId, String firstKindName,
			Short secondKindId, String secondKindName, Short thirdKindId,
			String thirdKindName, String humanName, String humanAddress,
			String humanPostcode, String humanProDesignation,
			Short humanMajorKindId, String humanMajorKindName,
			Short humanMajorId, String hunmaMajorName, String humanTelephone,
			String humanMobilephone, String humanBank, String humanAccount,
			String humanQq, String humanEmail, String humanHobby,
			String humanSpeciality, String humanSex, String humanReligion,
			String humanParty, String humanNationality, String humanRace,
			Date humanBirthday, String humanBirthplace, Short humanAge,
			String humanEducatedDegree, Short humanEducatedYears,
			String humanEducatedMajor, String humanSocietySecurityId,
			String humanIdCard, String remark, String salaryStandardId,
			String salaryStandardName, Double salarySum,
			Double demandSalaraySum, Double paidSalarySum,
			Short majorChangeAmount, Short bonusAmount, Short trainingAmount,
			Short fileChangAmount, String humanHistroyRecords,
			String humanFamilyMembership, String humanPicture,
			String attachmentName, Short checkStatus, String register,
			String checker, String changer, Timestamp registTime,
			Timestamp checkTime, Timestamp changeTime,
			Timestamp lastlyChangeTime, Timestamp deleteTime,
			Timestamp recoveryTime, Short humanFileStatus) {
		this.firstKindId = firstKindId;
		this.firstKindName = firstKindName;
		this.secondKindId = secondKindId;
		this.secondKindName = secondKindName;
		this.thirdKindId = thirdKindId;
		this.thirdKindName = thirdKindName;
		this.humanName = humanName;
		this.humanAddress = humanAddress;
		this.humanPostcode = humanPostcode;
		this.humanProDesignation = humanProDesignation;
		this.humanMajorKindId = humanMajorKindId;
		this.humanMajorKindName = humanMajorKindName;
		this.humanMajorId = humanMajorId;
		this.hunmaMajorName = hunmaMajorName;
		this.humanTelephone = humanTelephone;
		this.humanMobilephone = humanMobilephone;
		this.humanBank = humanBank;
		this.humanAccount = humanAccount;
		this.humanQq = humanQq;
		this.humanEmail = humanEmail;
		this.humanHobby = humanHobby;
		this.humanSpeciality = humanSpeciality;
		this.humanSex = humanSex;
		this.humanReligion = humanReligion;
		this.humanParty = humanParty;
		this.humanNationality = humanNationality;
		this.humanRace = humanRace;
		this.humanBirthday = humanBirthday;
		this.humanBirthplace = humanBirthplace;
		this.humanAge = humanAge;
		this.humanEducatedDegree = humanEducatedDegree;
		this.humanEducatedYears = humanEducatedYears;
		this.humanEducatedMajor = humanEducatedMajor;
		this.humanSocietySecurityId = humanSocietySecurityId;
		this.humanIdCard = humanIdCard;
		this.remark = remark;
		this.salaryStandardId = salaryStandardId;
		this.salaryStandardName = salaryStandardName;
		this.salarySum = salarySum;
		this.demandSalaraySum = demandSalaraySum;
		this.paidSalarySum = paidSalarySum;
		this.majorChangeAmount = majorChangeAmount;
		this.bonusAmount = bonusAmount;
		this.trainingAmount = trainingAmount;
		this.fileChangAmount = fileChangAmount;
		this.humanHistroyRecords = humanHistroyRecords;
		this.humanFamilyMembership = humanFamilyMembership;
		this.humanPicture = humanPicture;
		this.attachmentName = attachmentName;
		this.checkStatus = checkStatus;
		this.register = register;
		this.checker = checker;
		this.changer = changer;
		this.registTime = registTime;
		this.checkTime = checkTime;
		this.changeTime = changeTime;
		this.lastlyChangeTime = lastlyChangeTime;
		this.deleteTime = deleteTime;
		this.recoveryTime = recoveryTime;
		this.humanFileStatus = humanFileStatus;
	}

	// Property accessors

	public Short getHufId() {
		return this.hufId;
	}

	public void setHufId(Short hufId) {
		this.hufId = hufId;
	}

	public Short getFirstKindId() {
		return this.firstKindId;
	}

	public void setFirstKindId(Short firstKindId) {
		this.firstKindId = firstKindId;
	}

	public String getFirstKindName() {
		return this.firstKindName;
	}

	public void setFirstKindName(String firstKindName) {
		this.firstKindName = firstKindName;
	}

	public Short getSecondKindId() {
		return this.secondKindId;
	}

	public void setSecondKindId(Short secondKindId) {
		this.secondKindId = secondKindId;
	}

	public String getSecondKindName() {
		return this.secondKindName;
	}

	public void setSecondKindName(String secondKindName) {
		this.secondKindName = secondKindName;
	}

	public Short getThirdKindId() {
		return this.thirdKindId;
	}

	public void setThirdKindId(Short thirdKindId) {
		this.thirdKindId = thirdKindId;
	}

	public String getThirdKindName() {
		return this.thirdKindName;
	}

	public void setThirdKindName(String thirdKindName) {
		this.thirdKindName = thirdKindName;
	}

	public String getHumanName() {
		return this.humanName;
	}

	public void setHumanName(String humanName) {
		this.humanName = humanName;
	}

	public String getHumanAddress() {
		return this.humanAddress;
	}

	public void setHumanAddress(String humanAddress) {
		this.humanAddress = humanAddress;
	}

	public String getHumanPostcode() {
		return this.humanPostcode;
	}

	public void setHumanPostcode(String humanPostcode) {
		this.humanPostcode = humanPostcode;
	}

	public String getHumanProDesignation() {
		return this.humanProDesignation;
	}

	public void setHumanProDesignation(String humanProDesignation) {
		this.humanProDesignation = humanProDesignation;
	}

	public Short getHumanMajorKindId() {
		return this.humanMajorKindId;
	}

	public void setHumanMajorKindId(Short humanMajorKindId) {
		this.humanMajorKindId = humanMajorKindId;
	}

	public String getHumanMajorKindName() {
		return this.humanMajorKindName;
	}

	public void setHumanMajorKindName(String humanMajorKindName) {
		this.humanMajorKindName = humanMajorKindName;
	}

	public Short getHumanMajorId() {
		return this.humanMajorId;
	}

	public void setHumanMajorId(Short humanMajorId) {
		this.humanMajorId = humanMajorId;
	}

	public String getHunmaMajorName() {
		return this.hunmaMajorName;
	}

	public void setHunmaMajorName(String hunmaMajorName) {
		this.hunmaMajorName = hunmaMajorName;
	}

	public String getHumanTelephone() {
		return this.humanTelephone;
	}

	public void setHumanTelephone(String humanTelephone) {

⌨️ 快捷键说明

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