documentweekly.java

来自「上一上传oa系统漏掉web-inf文件夹」· Java 代码 · 共 187 行

JAVA
187
字号
package com.oa.db;



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

public class DocumentWeekly  implements java.io.Serializable {


    // Fields    

     private Integer id;
     private String documentAttach;
     private String documentType;
     private String documentName;
     private Integer documentData;
     private String documentDept;
     private String documentDate;
     private String documentAuthor;
     private Integer documentSpace;
     private String summarize;
     private String tableMan;
     private String fromDate;
     private String toDate;
     private String submitTime;
     private String documentCycle;


    // Constructors

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

    
    /** full constructor */
    public DocumentWeekly(String documentAttach, String documentType, String documentName, Integer documentData, String documentDept, String documentDate, String documentAuthor, Integer documentSpace, String summarize, String tableMan, String fromDate, String toDate, String submitTime, String documentCycle) {
        this.documentAttach = documentAttach;
        this.documentType = documentType;
        this.documentName = documentName;
        this.documentData = documentData;
        this.documentDept = documentDept;
        this.documentDate = documentDate;
        this.documentAuthor = documentAuthor;
        this.documentSpace = documentSpace;
        this.summarize = summarize;
        this.tableMan = tableMan;
        this.fromDate = fromDate;
        this.toDate = toDate;
        this.submitTime = submitTime;
        this.documentCycle = documentCycle;
    }

   
    // Property accessors

    public Integer getId() {
        return this.id;
    }
    
    public void setId(Integer id) {
        this.id = id;
    }

    public String getDocumentAttach() {
        return this.documentAttach;
    }
    
    public void setDocumentAttach(String documentAttach) {
        this.documentAttach = documentAttach;
    }

    public String getDocumentType() {
        return this.documentType;
    }
    
    public void setDocumentType(String documentType) {
        this.documentType = documentType;
    }

    public String getDocumentName() {
        return this.documentName;
    }
    
    public void setDocumentName(String documentName) {
        this.documentName = documentName;
    }

    public Integer getDocumentData() {
        return this.documentData;
    }
    
    public void setDocumentData(Integer documentData) {
        this.documentData = documentData;
    }

    public String getDocumentDept() {
        return this.documentDept;
    }
    
    public void setDocumentDept(String documentDept) {
        this.documentDept = documentDept;
    }

    public String getDocumentDate() {
        return this.documentDate;
    }
    
    public void setDocumentDate(String documentDate) {
        this.documentDate = documentDate;
    }

    public String getDocumentAuthor() {
        return this.documentAuthor;
    }
    
    public void setDocumentAuthor(String documentAuthor) {
        this.documentAuthor = documentAuthor;
    }

    public Integer getDocumentSpace() {
        return this.documentSpace;
    }
    
    public void setDocumentSpace(Integer documentSpace) {
        this.documentSpace = documentSpace;
    }

    public String getSummarize() {
        return this.summarize;
    }
    
    public void setSummarize(String summarize) {
        this.summarize = summarize;
    }

    public String getTableMan() {
        return this.tableMan;
    }
    
    public void setTableMan(String tableMan) {
        this.tableMan = tableMan;
    }

    public String getFromDate() {
        return this.fromDate;
    }
    
    public void setFromDate(String fromDate) {
        this.fromDate = fromDate;
    }

    public String getToDate() {
        return this.toDate;
    }
    
    public void setToDate(String toDate) {
        this.toDate = toDate;
    }

    public String getSubmitTime() {
        return this.submitTime;
    }
    
    public void setSubmitTime(String submitTime) {
        this.submitTime = submitTime;
    }

    public String getDocumentCycle() {
        return this.documentCycle;
    }
    
    public void setDocumentCycle(String documentCycle) {
        this.documentCycle = documentCycle;
    }
   








}

⌨️ 快捷键说明

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