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

📄 abstracthumanfiledig.java

📁 hr伯乐管理系统!非常适合java学员做学习参考用!是用集成框架开发的Struts+hrbernet+Spring 开发的
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package org.better.hr.entity;

import java.util.Date;


/**
 * AbstractHumanFileDig generated by MyEclipse - Hibernate Tools
 */

public abstract class AbstractHumanFileDig  implements java.io.Serializable {


    // Fields    

     private Short hfdId;
     private String humanId;
     private String firstKindId;
     private String firstKindName;
     private String secondKindId;
     private String secondKindName;
     private String thirdKindId;
     private String thirdKindName;
     private String humanName;
     private String humanAddress;
     private String humanPostcode;
     private String humanProDesignation;
     private String humanMajorKindId;
     private String humanMajorKindName;
     private String 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 Date registTime;
     private Date checkTime;
     private Date changeTime;
     private Date lastlyChangeTime;
     private Date deleteTime;
     private Date recoveryTime;
     private Byte humanFileStatus;


    // Constructors

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

	/** minimal constructor */
    public AbstractHumanFileDig(String humanId, String firstKindId, String firstKindName, String secondKindId, String secondKindName, String thirdKindId, String thirdKindName, String humanName, String humanIdCard) {
        this.humanId = humanId;
        this.firstKindId = firstKindId;
        this.firstKindName = firstKindName;
        this.secondKindId = secondKindId;
        this.secondKindName = secondKindName;
        this.thirdKindId = thirdKindId;
        this.thirdKindName = thirdKindName;
        this.humanName = humanName;
        this.humanIdCard = humanIdCard;
    }
    
    /** full constructor */
    public AbstractHumanFileDig(String humanId, String firstKindId, String firstKindName, String secondKindId, String secondKindName, String thirdKindId, String thirdKindName, String humanName, String humanAddress, String humanPostcode, String humanProDesignation, String humanMajorKindId, String humanMajorKindName, String 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, Date registTime, Date checkTime, Date changeTime, Date lastlyChangeTime, Date deleteTime, Date recoveryTime, Byte humanFileStatus) {
        this.humanId = humanId;
        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 getHfdId() {
        return this.hfdId;
    }
    
    public void setHfdId(Short hfdId) {
        this.hfdId = hfdId;
    }

    public String getHumanId() {
        return this.humanId;
    }
    
    public void setHumanId(String humanId) {
        this.humanId = humanId;
    }

    public String getFirstKindId() {
        return this.firstKindId;
    }
    
    public void setFirstKindId(String firstKindId) {
        this.firstKindId = firstKindId;
    }

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

    public String getSecondKindId() {
        return this.secondKindId;
    }
    
    public void setSecondKindId(String secondKindId) {
        this.secondKindId = secondKindId;
    }

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

    public String getThirdKindId() {
        return this.thirdKindId;
    }
    
    public void setThirdKindId(String 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 String getHumanMajorKindId() {
        return this.humanMajorKindId;
    }
    
    public void setHumanMajorKindId(String humanMajorKindId) {
        this.humanMajorKindId = humanMajorKindId;
    }

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

    public String getHumanMajorId() {
        return this.humanMajorId;
    }
    
    public void setHumanMajorId(String 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) {
        this.humanTelephone = humanTelephone;
    }

    public String getHumanMobilephone() {
        return this.humanMobilephone;
    }
    
    public void setHumanMobilephone(String humanMobilephone) {
        this.humanMobilephone = humanMobilephone;
    }

    public String getHumanBank() {
        return this.humanBank;
    }
    
    public void setHumanBank(String humanBank) {
        this.humanBank = humanBank;
    }

    public String getHumanAccount() {
        return this.humanAccount;
    }
    
    public void setHumanAccount(String humanAccount) {
        this.humanAccount = humanAccount;
    }

    public String getHumanQq() {
        return this.humanQq;
    }
    
    public void setHumanQq(String humanQq) {
        this.humanQq = humanQq;
    }

    public String getHumanEmail() {
        return this.humanEmail;

⌨️ 快捷键说明

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