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

📄 notion.java

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

import java.util.Date;


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

public class Notion  implements java.io.Serializable {


    // Fields    

     private Long notionId;
     private String fileId;
     private String title;
     private Long year;
     private Long month;
     private String nodeId;
     private String nodeName;
     private String teamName;
     private String teamId;
     private String orgName;
     private String orgPk;
     private Date foundDate;
     private Date limitDate;
     private Long editState;
     private Long version;
     private Date fillDate;
     private String editorName;
     private String editorId;
     private Long adviceVersion;
     private Date adviceDate;
     private String adviceUndertaker;
     private String adviceUndertakerId;
     private Long adviceState;
     private String orgDirector;
     private String orgDirectorId;
     private Long replyState;
     private Date replyDate;
     private String replyAcceptor;
     private String replyAcceptorId;
     private Long traceState;
     private Date traceStartDate;
     private Date traceEndDate;


    // Constructors

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

    public Notion(String fileId, String title, Long year, Long month,String nodeName,String orgName,String editorName,Date adviceDate,Date replyDate){
    	this.fileId = fileId;
        this.title = title;
        this.year = year;
        this.month = month;
        this.nodeName = nodeName;
        this.orgName = orgName;
        this.editorName = editorName;
        this.adviceDate = adviceDate;
        this.replyDate=replyDate;
    }
    
    /** full constructor */
    public Notion(String fileId, String title, Long year, Long month, String nodeId, String nodeName, String teamName, String teamId, String orgName, String orgPk, Date foundDate, Date limitDate, Long editState, Long version, Date fillDate, String editorName, String editorId, Long adviceVersion, Date adviceDate, String adviceUndertaker, String adviceUndertakerId, Long adviceState, String orgDirector, String orgDirectorId, Long replyState, Date replyDate, String replyAcceptor, String replyAcceptorId, Long traceState, Date traceStartDate, Date traceEndDate) {
        this.fileId = fileId;
        this.title = title;
        this.year = year;
        this.month = month;
        this.nodeId = nodeId;
        this.nodeName = nodeName;
        this.teamName = teamName;
        this.teamId = teamId;
        this.orgName = orgName;
        this.orgPk = orgPk;
        this.foundDate = foundDate;
        this.limitDate = limitDate;
        this.editState = editState;
        this.version = version;
        this.fillDate = fillDate;
        this.editorName = editorName;
        this.editorId = editorId;
        this.adviceVersion = adviceVersion;
        this.adviceDate = adviceDate;
        this.adviceUndertaker = adviceUndertaker;
        this.adviceUndertakerId = adviceUndertakerId;
        this.adviceState = adviceState;
        this.orgDirector = orgDirector;
        this.orgDirectorId = orgDirectorId;
        this.replyState = replyState;
        this.replyDate = replyDate;
        this.replyAcceptor = replyAcceptor;
        this.replyAcceptorId = replyAcceptorId;
        this.traceState = traceState;
        this.traceStartDate = traceStartDate;
        this.traceEndDate = traceEndDate;
    }

   
    // Property accessors

    public Long getNotionId() {
        return this.notionId;
    }
    
    public void setNotionId(Long notionId) {
        this.notionId = notionId;
    }

    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 getNodeId() {
        return this.nodeId;
    }
    
    public void setNodeId(String nodeId) {
        this.nodeId = nodeId;
    }

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

    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 getOrgPk() {
        return this.orgPk;
    }
    
    public void setOrgPk(String orgPk) {
        this.orgPk = orgPk;
    }

    public Date getFoundDate() {
        return this.foundDate;
    }
    
    public void setFoundDate(Date foundDate) {
        this.foundDate = foundDate;
    }

    public Date getLimitDate() {
        return this.limitDate;
    }
    
    public void setLimitDate(Date limitDate) {
        this.limitDate = limitDate;
    }

    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 Long getAdviceVersion() {
        return this.adviceVersion;
    }
    
    public void setAdviceVersion(Long adviceVersion) {
        this.adviceVersion = adviceVersion;
    }

    public Date getAdviceDate() {
        return this.adviceDate;
    }
    
    public void setAdviceDate(Date adviceDate) {
        this.adviceDate = adviceDate;
    }

    public String getAdviceUndertaker() {
        return this.adviceUndertaker;
    }
    
    public void setAdviceUndertaker(String adviceUndertaker) {
        this.adviceUndertaker = adviceUndertaker;
    }

    public String getAdviceUndertakerId() {
        return this.adviceUndertakerId;
    }
    
    public void setAdviceUndertakerId(String adviceUndertakerId) {
        this.adviceUndertakerId = adviceUndertakerId;
    }

    public Long getAdviceState() {
        return this.adviceState;
    }
    
    public void setAdviceState(Long adviceState) {
        this.adviceState = adviceState;
    }

    public String getOrgDirector() {
        return this.orgDirector;
    }
    
    public void setOrgDirector(String orgDirector) {
        this.orgDirector = orgDirector;
    }

    public String getOrgDirectorId() {
        return this.orgDirectorId;
    }
    
    public void setOrgDirectorId(String orgDirectorId) {
        this.orgDirectorId = orgDirectorId;
    }

    public Long getReplyState() {
        return this.replyState;
    }
    
    public void setReplyState(Long replyState) {
        this.replyState = replyState;
    }

    public Date getReplyDate() {
        return this.replyDate;
    }
    
    public void setReplyDate(Date replyDate) {
        this.replyDate = replyDate;
    }

    public String getReplyAcceptor() {
        return this.replyAcceptor;
    }
    
    public void setReplyAcceptor(String replyAcceptor) {
        this.replyAcceptor = replyAcceptor;
    }

    public String getReplyAcceptorId() {
        return this.replyAcceptorId;
    }
    
    public void setReplyAcceptorId(String replyAcceptorId) {
        this.replyAcceptorId = replyAcceptorId;
    }

    public Long getTraceState() {
        return this.traceState;
    }
    
    public void setTraceState(Long traceState) {
        this.traceState = traceState;
    }

    public Date getTraceStartDate() {
        return this.traceStartDate;
    }
    
    public void setTraceStartDate(Date traceStartDate) {
        this.traceStartDate = traceStartDate;
    }

    public Date getTraceEndDate() {
        return this.traceEndDate;
    }
    
    public void setTraceEndDate(Date traceEndDate) {
        this.traceEndDate = traceEndDate;
    }
   








}

⌨️ 快捷键说明

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