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

📄 docflow.java

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

import java.util.Date;


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

public class Docflow  implements java.io.Serializable {


    // Fields    

     private Long step;
     private String fileId;
     private Long docId;
     private String title;
     private Date senttime;
     private Long version;
     private Date dateTime;
     private String userName;
     private String userId;
     private String dsign;
     private String doctype;
     private String tsign;
     private String editor;
     private String editorId;
     private String reply;
     private String replyId;
     private String userRole;
     private String userRoleid;
     private Long userType;
     private String orgName;
     private String orgPk;
     private String replyDn;
     private String editorDn;
     private String userDn;
     private String nodeName;
     private String nodeId;
     private Long year;
     private Long month;
     private Long teamPk;
     private String mailState;
     private String action;
     private String opinion;
     private Long traceState;
     private Long replyState;
     private Long editState;
     private Long adviceState;
     private Long rejectStatus;


    // Constructors

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

    
    /** full constructor */
    public Docflow(String fileId, Long docId, String title, Date senttime, Long version, Date dateTime, String userName, String userId, String dsign, String doctype, String tsign, String editor, String editorId, String reply, String replyId, String userRole, String userRoleid, Long userType, String orgName, String orgPk, String replyDn, String editorDn, String userDn, String nodeName, String nodeId, Long year, Long month, Long teamPk, String mailState, String action, String opinion, Long traceState, Long replyState, Long editState, Long adviceState, Long rejectStatus) {
        this.fileId = fileId;
        this.docId = docId;
        this.title = title;
        this.senttime = senttime;
        this.version = version;
        this.dateTime = dateTime;
        this.userName = userName;
        this.userId = userId;
        this.dsign = dsign;
        this.doctype = doctype;
        this.tsign = tsign;
        this.editor = editor;
        this.editorId = editorId;
        this.reply = reply;
        this.replyId = replyId;
        this.userRole = userRole;
        this.userRoleid = userRoleid;
        this.userType = userType;
        this.orgName = orgName;
        this.orgPk = orgPk;
        this.replyDn = replyDn;
        this.editorDn = editorDn;
        this.userDn = userDn;
        this.nodeName = nodeName;
        this.nodeId = nodeId;
        this.year = year;
        this.month = month;
        this.teamPk = teamPk;
        this.mailState = mailState;
        this.action = action;
        this.opinion = opinion;
        this.traceState = traceState;
        this.replyState = replyState;
        this.editState = editState;
        this.adviceState = adviceState;
        this.rejectStatus = rejectStatus;
    }

   
    // Property accessors

    public Long getStep() {
        return this.step;
    }
    
    public void setStep(Long step) {
        this.step = step;
    }

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

    public Long getDocId() {
        return this.docId;
    }
    
    public void setDocId(Long docId) {
        this.docId = docId;
    }

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

    public Date getSenttime() {
        return this.senttime;
    }
    
    public void setSenttime(Date senttime) {
        this.senttime = senttime;
    }

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

    public Date getDateTime() {
        return this.dateTime;
    }
    
    public void setDateTime(Date dateTime) {
        this.dateTime = dateTime;
    }

    public String getUserName() {
        return this.userName;
    }
    
    public void setUserName(String userName) {
        this.userName = userName;
    }

    public String getUserId() {
        return this.userId;
    }
    
    public void setUserId(String userId) {
        this.userId = userId;
    }

    public String getDsign() {
        return this.dsign;
    }
    
    public void setDsign(String dsign) {
        this.dsign = dsign;
    }

    public String getDoctype() {
        return this.doctype;
    }
    
    public void setDoctype(String doctype) {
        this.doctype = doctype;
    }

    public String getTsign() {
        return this.tsign;
    }
    
    public void setTsign(String tsign) {
        this.tsign = tsign;
    }

    public String getEditor() {
        return this.editor;
    }
    
    public void setEditor(String editor) {
        this.editor = editor;
    }

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

    public String getReply() {
        return this.reply;
    }
    
    public void setReply(String reply) {
        this.reply = reply;
    }

    public String getReplyId() {
        return this.replyId;
    }
    
    public void setReplyId(String replyId) {
        this.replyId = replyId;
    }

    public String getUserRole() {
        return this.userRole;
    }
    
    public void setUserRole(String userRole) {
        this.userRole = userRole;
    }

    public String getUserRoleid() {
        return this.userRoleid;
    }
    
    public void setUserRoleid(String userRoleid) {
        this.userRoleid = userRoleid;
    }

    public Long getUserType() {
        return this.userType;
    }
    
    public void setUserType(Long userType) {
        this.userType = userType;
    }

    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 String getReplyDn() {
        return this.replyDn;
    }
    
    public void setReplyDn(String replyDn) {
        this.replyDn = replyDn;
    }

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

    public String getUserDn() {
        return this.userDn;
    }
    
    public void setUserDn(String userDn) {
        this.userDn = userDn;
    }

    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 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 Long getTeamPk() {
        return this.teamPk;
    }
    
    public void setTeamPk(Long teamPk) {
        this.teamPk = teamPk;
    }

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

    public String getAction() {
        return this.action;
    }
    
    public void setAction(String action) {
        this.action = action;
    }

    public String getOpinion() {
        return this.opinion;
    }
    
    public void setOpinion(String opinion) {
        this.opinion = opinion;
    }

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

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

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

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

    public Long getRejectStatus() {
        return this.rejectStatus;
    }
    
    public void setRejectStatus(Long rejectStatus) {
        this.rejectStatus = rejectStatus;
    }
   








}

⌨️ 快捷键说明

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