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

📄 tblqx.java

📁 一个用struts和hibernate架构的房屋出租系统。
💻 JAVA
字号:
package com.accp.entity;

import java.util.HashSet;
import java.util.Set;


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

public class TblQx  implements java.io.Serializable {


    // Fields    

     private Integer qxid;
     private String qx;
     private Set tblJds = new HashSet(0);


    // Constructors

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

    
    /** full constructor */
    public TblQx(String qx, Set tblJds) {
        this.qx = qx;
        this.tblJds = tblJds;
    }

   
    // Property accessors

    public Integer getQxid() {
        return this.qxid;
    }
    
    public void setQxid(Integer qxid) {
        this.qxid = qxid;
    }

    public String getQx() {
        return this.qx;
    }
    
    public void setQx(String qx) {
        this.qx = qx;
    }

    public Set getTblJds() {
        return this.tblJds;
    }
    
    public void setTblJds(Set tblJds) {
        this.tblJds = tblJds;
    }
   








}

⌨️ 快捷键说明

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