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

📄 affiche.java

📁 一个oa系统
💻 JAVA
字号:
package com.oa.db;



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

public class Affiche  implements java.io.Serializable {


    // Fields    

     private String afficheId;
     private String afficheTitle;
     private Integer deptId;
     private String afficheContent;
     private String createTime;
     private String empId;


    // Constructors

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

    
    /** full constructor */
    public Affiche(String afficheTitle, Integer deptId, String afficheContent, String createTime, String empId) {
        this.afficheTitle = afficheTitle;
        this.deptId = deptId;
        this.afficheContent = afficheContent;
        this.createTime = createTime;
        this.empId = empId;
    }

   
    // Property accessors

    public String getAfficheId() {
        return this.afficheId;
    }
    
    public void setAfficheId(String afficheId) {
        this.afficheId = afficheId;
    }

    public String getAfficheTitle() {
        return this.afficheTitle;
    }
    
    public void setAfficheTitle(String afficheTitle) {
        this.afficheTitle = afficheTitle;
    }

    public Integer getDeptId() {
        return this.deptId;
    }
    
    public void setDeptId(Integer deptId) {
        this.deptId = deptId;
    }

    public String getAfficheContent() {
        return this.afficheContent;
    }
    
    public void setAfficheContent(String afficheContent) {
        this.afficheContent = afficheContent;
    }

    public String getCreateTime() {
        return this.createTime;
    }
    
    public void setCreateTime(String createTime) {
        this.createTime = createTime;
    }

    public String getEmpId() {
        return this.empId;
    }
    
    public void setEmpId(String empId) {
        this.empId = empId;
    }
   








}

⌨️ 快捷键说明

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