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

📄 chiefreport.java

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

import java.util.Date;


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

public class ChiefReport  implements java.io.Serializable {


    // Fields    

     private Long chiefReportId;
     private String fileId;
     private String title;
     private Long year;
     private Long month;
     private Date startDate;
     private Date endDate;
     private String arrangemeng;
     private Long editState;
     private String mailState;
     private Long version;
     private Date fillDate;
     private String editorName;
     private String editorId;
     private String editorDn;
     private String viseDirectorName;
     private String viseDirectorId;
     private String viseDirectorDn;


    // Constructors

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

	/** minimal constructor */
    public ChiefReport(Long chiefReportId) {
        this.chiefReportId = chiefReportId;
    }
    
    /** full constructor */
    public ChiefReport(Long chiefReportId, String fileId, String title, Long year, Long month, Date startDate, Date endDate, String arrangemeng, Long editState, String mailState, Long version, Date fillDate, String editorName, String editorId, String editorDn, String viseDirectorName, String viseDirectorId, String viseDirectorDn) {
        this.chiefReportId = chiefReportId;
        this.fileId = fileId;
        this.title = title;
        this.year = year;
        this.month = month;
        this.startDate = startDate;
        this.endDate = endDate;
        this.arrangemeng = arrangemeng;
        this.editState = editState;
        this.mailState = mailState;
        this.version = version;
        this.fillDate = fillDate;
        this.editorName = editorName;
        this.editorId = editorId;
        this.editorDn = editorDn;
        this.viseDirectorName = viseDirectorName;
        this.viseDirectorId = viseDirectorId;
        this.viseDirectorDn = viseDirectorDn;
    }

   
    // Property accessors

    public Long getChiefReportId() {
        return this.chiefReportId;
    }
    
    public void setChiefReportId(Long chiefReportId) {
        this.chiefReportId = chiefReportId;
    }

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

    public String getTitle() {
        return this.title;
    }
    
    public void setTitle(String title) {
        this.title = title;
    }

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

    public Long getMonth() {
        return this.month;
    }
    
    public void setMonth(Long month) {
        this.month = month;
    }

    public Date getStartDate() {
        return this.startDate;
    }
    
    public void setStartDate(Date startDate) {
        this.startDate = startDate;
    }

    public Date getEndDate() {
        return this.endDate;
    }
    
    public void setEndDate(Date endDate) {
        this.endDate = endDate;
    }

    public String getArrangemeng() {
        return this.arrangemeng;
    }
    
    public void setArrangemeng(String arrangemeng) {
        this.arrangemeng = arrangemeng;
    }

    public Long getEditState() {
        return this.editState;
    }
    
    public void setEditState(Long editState) {
        this.editState = editState;
    }

    public String getMailState() {
        return this.mailState;
    }
    
    public void setMailState(String mailState) {
        this.mailState = mailState;
    }

    public Long getVersion() {
        return this.version;
    }
    
    public void setVersion(Long version) {
        this.version = version;
    }

    public Date getFillDate() {
        return this.fillDate;
    }
    
    public void setFillDate(Date fillDate) {
        this.fillDate = fillDate;
    }

    public String getEditorName() {
        return this.editorName;
    }
    
    public void setEditorName(String editorName) {
        this.editorName = editorName;
    }

    public String getEditorId() {
        return this.editorId;
    }
    
    public void setEditorId(String editorId) {
        this.editorId = editorId;
    }

    public String getEditorDn() {
        return this.editorDn;
    }
    
    public void setEditorDn(String editorDn) {
        this.editorDn = editorDn;
    }

    public String getViseDirectorName() {
        return this.viseDirectorName;
    }
    
    public void setViseDirectorName(String viseDirectorName) {
        this.viseDirectorName = viseDirectorName;
    }

    public String getViseDirectorId() {
        return this.viseDirectorId;
    }
    
    public void setViseDirectorId(String viseDirectorId) {
        this.viseDirectorId = viseDirectorId;
    }

    public String getViseDirectorDn() {
        return this.viseDirectorDn;
    }
    
    public void setViseDirectorDn(String viseDirectorDn) {
        this.viseDirectorDn = viseDirectorDn;
    }
   








}

⌨️ 快捷键说明

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