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

📄 abstractauditor1.java

📁 hibernate应用测试,初学hibernate 的会员可以看看.
💻 JAVA
字号:
package gdpe.hibernate.auditor1;

import gdpe.hibernate.department.Department1;


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

public abstract class AbstractAuditor1  implements java.io.Serializable {


    // Fields    

     private String chauditorcode;
     private Department1 department1;
     private String chauditorname;
     private String chsex;
     private String chauditorlevel;
     private String chbeginauditdate;
     private String chpassword;
     private String chdwcode;
     private String chstatus;
     private String chleavedate;
     private String chmodifier;
     private String chmodifydate;


    // Constructors

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

	/** minimal constructor */
    public AbstractAuditor1(String chauditorcode, Department1 department1, String chauditorname, String chsex, String chauditorlevel, String chpassword) {
        this.chauditorcode = chauditorcode;
        this.department1 = department1;
        this.chauditorname = chauditorname;
        this.chsex = chsex;
        this.chauditorlevel = chauditorlevel;
        this.chpassword = chpassword;
    }
    
    /** full constructor */
    public AbstractAuditor1(String chauditorcode, Department1 department1, String chauditorname, String chsex, String chauditorlevel, String chbeginauditdate, String chpassword, String chdwcode, String chstatus, String chleavedate, String chmodifier, String chmodifydate) {
        this.chauditorcode = chauditorcode;
        this.department1 = department1;
        this.chauditorname = chauditorname;
        this.chsex = chsex;
        this.chauditorlevel = chauditorlevel;
        this.chbeginauditdate = chbeginauditdate;
        this.chpassword = chpassword;
        this.chdwcode = chdwcode;
        this.chstatus = chstatus;
        this.chleavedate = chleavedate;
        this.chmodifier = chmodifier;
        this.chmodifydate = chmodifydate;
    }

   
    // Property accessors

    public String getChauditorcode() {
        return this.chauditorcode;
    }
    
    public void setChauditorcode(String chauditorcode) {
        this.chauditorcode = chauditorcode;
    }

    public Department1 getDepartment1() {
        return this.department1;
    }
    
    public void setDepartment1(Department1 department1) {
        this.department1 = department1;
    }

    public String getChauditorname() {
        return this.chauditorname;
    }
    
    public void setChauditorname(String chauditorname) {
        this.chauditorname = chauditorname;
    }

    public String getChsex() {
        return this.chsex;
    }
    
    public void setChsex(String chsex) {
        this.chsex = chsex;
    }

    public String getChauditorlevel() {
        return this.chauditorlevel;
    }
    
    public void setChauditorlevel(String chauditorlevel) {
        this.chauditorlevel = chauditorlevel;
    }

    public String getChbeginauditdate() {
        return this.chbeginauditdate;
    }
    
    public void setChbeginauditdate(String chbeginauditdate) {
        this.chbeginauditdate = chbeginauditdate;
    }

    public String getChpassword() {
        return this.chpassword;
    }
    
    public void setChpassword(String chpassword) {
        this.chpassword = chpassword;
    }

    public String getChdwcode() {
        return this.chdwcode;
    }
    
    public void setChdwcode(String chdwcode) {
        this.chdwcode = chdwcode;
    }

    public String getChstatus() {
        return this.chstatus;
    }
    
    public void setChstatus(String chstatus) {
        this.chstatus = chstatus;
    }

    public String getChleavedate() {
        return this.chleavedate;
    }
    
    public void setChleavedate(String chleavedate) {
        this.chleavedate = chleavedate;
    }

    public String getChmodifier() {
        return this.chmodifier;
    }
    
    public void setChmodifier(String chmodifier) {
        this.chmodifier = chmodifier;
    }

    public String getChmodifydate() {
        return this.chmodifydate;
    }
    
    public void setChmodifydate(String chmodifydate) {
        this.chmodifydate = chmodifydate;
    }
   

}

⌨️ 快捷键说明

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