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

📄 reportdraft.java

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

import java.util.Date;


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

public class ReportDraft  implements java.io.Serializable {


    // Fields    

     private Long reportDraftId;
     private String fileId;
     private String title;
     private Long year;
     private Long month;
     private String teamName;
     private String teamId;
     private String orgName;
     private String orgId;
     private String nodeName;
     private String nodeId;
     private Date startDate;
     private Date endDate;
     private String intention;
     private String execManner;
     private String depiction;
     private Long editState;
     private Long version;
     private Date fillDate;
     private String editorName;
     private String editorId;
     private String editorDn;


    // Constructors

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

    
    /** full constructor */
    public ReportDraft(String fileId, String title, Long year, Long month, String teamName, String teamId, String orgName, String orgId, String nodeName, String nodeId, Date startDate, Date endDate, String intention, String execManner, String depiction, Long editState, Long version, Date fillDate, String editorName, String editorId, String editorDn) {
        this.fileId = fileId;
        this.title = title;
        this.year = year;
        this.month = month;
        this.teamName = teamName;
        this.teamId = teamId;
        this.orgName = orgName;
        this.orgId = orgId;
        this.nodeName = nodeName;
        this.nodeId = nodeId;
        this.startDate = startDate;
        this.endDate = endDate;
        this.intention = intention;
        this.execManner = execManner;
        this.depiction = depiction;
        this.editState = editState;
        this.version = version;
        this.fillDate = fillDate;
        this.editorName = editorName;
        this.editorId = editorId;
        this.editorDn = editorDn;
    }
    

   
    // Property accessors

    public Long getReportDraftId() {
        return this.reportDraftId;
    }
    
    public void setReportDraftId(Long reportDraftId) {
        this.reportDraftId = reportDraftId;
    }

    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 String getTeamName() {
        return this.teamName;
    }
    
    public void setTeamName(String teamName) {
        this.teamName = teamName;
    }

    public String getTeamId() {
        return this.teamId;
    }
    
    public void setTeamId(String teamId) {
        this.teamId = teamId;
    }

    public String getOrgName() {
        return this.orgName;
    }
    
    public void setOrgName(String orgName) {
        this.orgName = orgName;
    }

    public String getOrgId() {
        return this.orgId;
    }
    
    public void setOrgId(String orgId) {
        this.orgId = orgId;
    }

    public String getNodeName() {
        return this.nodeName;
    }
    
    public void setNodeName(String nodeName) {
        this.nodeName = nodeName;
    }

    public String getNodeId() {
        return this.nodeId;
    }
    
    public void setNodeId(String nodeId) {
        this.nodeId = nodeId;
    }

    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 getIntention() {
        return this.intention;
    }
    
    public void setIntention(String intention) {
        this.intention = intention;
    }

    public String getExecManner() {
        return this.execManner;
    }
    
    public void setExecManner(String execManner) {
        this.execManner = execManner;
    }

    public String getDepiction() {
        return this.depiction;
    }
    
    public void setDepiction(String depiction) {
        this.depiction = depiction;
    }

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

    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;
    }
   








}

⌨️ 快捷键说明

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