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

📄 reference.java

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



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

public class Reference  implements java.io.Serializable {


    // Fields    

     private Long referenceId;
     private Long year;
     private String ab;
     private String nodeId;
     private String nodeId2;
     private Long isDelete;
     private String refType;


    // Constructors

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

    
    /** full constructor */
    public Reference(Long year, String ab, String nodeId, String nodeId2, Long isDelete, String refType) {
        this.year = year;
        this.ab = ab;
        this.nodeId = nodeId;
        this.nodeId2 = nodeId2;
        this.isDelete = isDelete;
        this.refType = refType;
    }

   
    // Property accessors

    public Long getReferenceId() {
        return this.referenceId;
    }
    
    public void setReferenceId(Long referenceId) {
        this.referenceId = referenceId;
    }

    public Long getYear() {
        return this.year;
    }
    
    public void setYear(Long year) {
        this.year = year;
    }

    public String getAb() {
        return this.ab;
    }
    
    public void setAb(String ab) {
        this.ab = ab;
    }

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

    public String getNodeId2() {
        return this.nodeId2;
    }
    
    public void setNodeId2(String nodeId2) {
        this.nodeId2 = nodeId2;
    }

    public Long getIsDelete() {
        return this.isDelete;
    }
    
    public void setIsDelete(Long isDelete) {
        this.isDelete = isDelete;
    }

    public String getRefType() {
        return this.refType;
    }
    
    public void setRefType(String refType) {
        this.refType = refType;
    }
   








}

⌨️ 快捷键说明

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