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

📄 plan.java

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

import java.util.Date;


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

public class Plan  implements java.io.Serializable {


    // Fields    

     private Long planId;
     private Long year;
     private String fileDoc;
     private Long fileId;
     private Long isDelete;
     private Date uploadDate;
     private Long isFinish;
     private Long isLock;


    // Constructors

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

    
    /** full constructor */
    public Plan(Long year, String fileDoc, Long fileId, Long isDelete, Date uploadDate, Long isFinish, Long isLock) {
        this.year = year;
        this.fileDoc = fileDoc;
        this.fileId = fileId;
        this.isDelete = isDelete;
        this.uploadDate = uploadDate;
        this.isFinish = isFinish;
        this.isLock = isLock;
    }

   
    // Property accessors

    public Long getPlanId() {
        return this.planId;
    }
    
    public void setPlanId(Long planId) {
        this.planId = planId;
    }

    public Long getYear() {
        return this.year;
    }
    
    public void setYear(Long year) {
        this.year = year;
    }

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

    public Long getFileId() {
        return this.fileId;
    }
    
    public void setFileId(Long fileId) {
        this.fileId = fileId;
    }

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

    public Date getUploadDate() {
        return this.uploadDate;
    }
    
    public void setUploadDate(Date uploadDate) {
        this.uploadDate = uploadDate;
    }

    public Long getIsFinish() {
        return this.isFinish;
    }
    
    public void setIsFinish(Long isFinish) {
        this.isFinish = isFinish;
    }

    public Long getIsLock() {
        return this.isLock;
    }
    
    public void setIsLock(Long isLock) {
        this.isLock = isLock;
    }
   








}

⌨️ 快捷键说明

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