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

📄 bulletinfile.java

📁 使用spring ,hibernate 框架的稽查管理系统
💻 JAVA
字号:
package com.je.ims.hibernate;



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

public class BulletinFile  implements java.io.Serializable {


    // Fields    

     private BulletinFileId id;
     private String fileDoc;
     private Long isDelete;


    // Constructors

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

    
    /** full constructor */
    public BulletinFile(BulletinFileId id, String fileDoc, Long isDelete) {
        this.id = id;
        this.fileDoc = fileDoc;
        this.isDelete = isDelete;
    }

   
    // Property accessors

    public BulletinFileId getId() {
        return this.id;
    }
    
    public void setId(BulletinFileId id) {
        this.id = id;
    }

    public String getFileDoc() {
        return this.fileDoc;
    }
    
    public void setFileDoc(String fileDoc) {
        this.fileDoc = fileDoc;
    }

    public Long getIsDelete() {
        return this.isDelete;
    }
    
    public void setIsDelete(Long isDelete) {
        this.isDelete = isDelete;
    }
   








}

⌨️ 快捷键说明

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