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

📄 abstractdepartment1.java

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

import java.util.Date;
import java.util.HashSet;
import java.util.Set;


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

public abstract class AbstractDepartment1  implements java.io.Serializable {


    // Fields    

     private String chdeptcode;
     private String chdeptname;
     private String chdeptdesc;
     private String chparentdept;
     private String chdeptmanager;
     private String chopendate;
     private String chcloseflag;
     private String chphone;
     private String chclosedate;
     private String chfax;
     private String chaddress;
     private String chzipcode;
     private String chemail;
     private String chmodifier;
     private Date chmodifydate;
     private Set auditor1s = new HashSet(0);


    // Constructors

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

	/** minimal constructor */
    public AbstractDepartment1(String chdeptcode) {
        this.chdeptcode = chdeptcode;
    }
    
    /** full constructor */
    public AbstractDepartment1(String chdeptcode, String chdeptname, String chdeptdesc, String chparentdept, String chdeptmanager, String chopendate, String chcloseflag, String chphone, String chclosedate, String chfax, String chaddress, String chzipcode, String chemail, String chmodifier, Date chmodifydate, Set auditor1s) {
        this.chdeptcode = chdeptcode;
        this.chdeptname = chdeptname;
        this.chdeptdesc = chdeptdesc;
        this.chparentdept = chparentdept;
        this.chdeptmanager = chdeptmanager;
        this.chopendate = chopendate;
        this.chcloseflag = chcloseflag;
        this.chphone = chphone;
        this.chclosedate = chclosedate;
        this.chfax = chfax;
        this.chaddress = chaddress;
        this.chzipcode = chzipcode;
        this.chemail = chemail;
        this.chmodifier = chmodifier;
        this.chmodifydate = chmodifydate;
        this.auditor1s = auditor1s;
    }

   
    // Property accessors

    public String getChdeptcode() {
        return this.chdeptcode;
    }
    
    public void setChdeptcode(String chdeptcode) {
        this.chdeptcode = chdeptcode;
    }

    public String getChdeptname() {
        return this.chdeptname;
    }
    
    public void setChdeptname(String chdeptname) {
        this.chdeptname = chdeptname;
    }

    public String getChdeptdesc() {
        return this.chdeptdesc;
    }
    
    public void setChdeptdesc(String chdeptdesc) {
        this.chdeptdesc = chdeptdesc;
    }

    public String getChparentdept() {
        return this.chparentdept;
    }
    
    public void setChparentdept(String chparentdept) {
        this.chparentdept = chparentdept;
    }

    public String getChdeptmanager() {
        return this.chdeptmanager;
    }
    
    public void setChdeptmanager(String chdeptmanager) {
        this.chdeptmanager = chdeptmanager;
    }

    public String getChopendate() {
        return this.chopendate;
    }
    
    public void setChopendate(String chopendate) {
        this.chopendate = chopendate;
    }

    public String getChcloseflag() {
        return this.chcloseflag;
    }
    
    public void setChcloseflag(String chcloseflag) {
        this.chcloseflag = chcloseflag;
    }

    public String getChphone() {
        return this.chphone;
    }
    
    public void setChphone(String chphone) {
        this.chphone = chphone;
    }

    public String getChclosedate() {
        return this.chclosedate;
    }
    
    public void setChclosedate(String chclosedate) {
        this.chclosedate = chclosedate;
    }

    public String getChfax() {
        return this.chfax;
    }
    
    public void setChfax(String chfax) {
        this.chfax = chfax;
    }

    public String getChaddress() {
        return this.chaddress;
    }
    
    public void setChaddress(String chaddress) {
        this.chaddress = chaddress;
    }

    public String getChzipcode() {
        return this.chzipcode;
    }
    
    public void setChzipcode(String chzipcode) {
        this.chzipcode = chzipcode;
    }

    public String getChemail() {
        return this.chemail;
    }
    
    public void setChemail(String chemail) {
        this.chemail = chemail;
    }

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

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

    public Set getAuditor1s() {
        return this.auditor1s;
    }
    
    public void setAuditor1s(Set auditor1s) {
        this.auditor1s = auditor1s;
    }
   








}

⌨️ 快捷键说明

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