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

📄 notiondatereflection.java

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

import java.io.Serializable;
import java.util.Date;

public class NotionDateReflection implements 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 String foundProceeding;
    //private Long editState;
    //private Long version;
    //private Date fillDate;
    private String editorName;
    //private String editorId;
    //private String adviceDeal;
    //private Long adviceVersion;
    private String adviceDate;
    
    private String replyDate;
   

   // Constructors

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

   
   /** full constructor */
 //  public NotionDateReflection(String fileId, String title, Long year, Long month, String nodeId, String nodeName, String teamName, String teamId, String orgName, String orgPk, Date foundDate, Date limitDate, String foundProceeding, Long editState, Long version, Date fillDate, String editorName, String editorId, String adviceDeal, 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) {
	 public NotionDateReflection(String fileId, String title,String nodeName,String orgName,String editorName,String adviceDate,String replyDate){
	   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.foundProceeding = foundProceeding;
      // this.editState = editState;
      // this.version = version;
       //this.fillDate = fillDate;
       this.editorName = editorName;
       //this.editorId = editorId;
       //this.adviceDeal = adviceDeal;
       //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 getOrgName() {
       return this.orgName;
   }
   
   public void setOrgName(String orgName) {
       this.orgName = orgName;
   }

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

  

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

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

 

}

⌨️ 快捷键说明

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