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

📄 tblfwxx.java

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

import java.util.Date;


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

public class TblFwxx  implements java.io.Serializable {


    // Fields    

     private Integer fwid;

	private TblUser tblUser;

	private TblJd tblJd;

	private TblFwlx tblFwlx;

	private Integer shi;

	private Integer ting;

	private String fwxx;

	private Double zj;

	private String title;

	private Date date;

	private String telephone;

	private String lxr;


    // Constructors

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

	/** minimal constructor */
    public TblFwxx(String title) {
        this.title = title;
    }
    
    /** full constructor */
    public TblFwxx(TblUser tblUser, TblJd tblJd, TblFwlx tblFwlx, Integer shi, Integer ting, String fwxx, Double zj, String title, Date date, String telephone, String lxr) {
        this.tblUser = tblUser;
        this.tblJd = tblJd;
        this.tblFwlx = tblFwlx;
        this.shi = shi;
        this.ting = ting;
        this.fwxx = fwxx;
        this.zj = zj;
        this.title = title;
        this.date = date;
        this.telephone = telephone;
        this.lxr = lxr;
    }

   
    // Property accessors

    public Integer getFwid() {
        return this.fwid;
    }
    
    public void setFwid(Integer fwid) {
        this.fwid = fwid;
    }

    public TblUser getTblUser() {
        return this.tblUser;
    }
    
    public void setTblUser(TblUser tblUser) {
        this.tblUser = tblUser;
    } 

    public Integer getShi() {
        return this.shi;
    }
    
    public void setShi(Integer shi) {
        this.shi = shi;
    }

    public Integer getTing() {
        return this.ting;
    }
    
    public void setTing(Integer ting) {
        this.ting = ting;
    }

    public String getFwxx() {
        return this.fwxx;
    }
    
    public void setFwxx(String fwxx) {
        this.fwxx = fwxx;
    }

    public Double getZj() {
        return this.zj;
    }
    
    public void setZj(Double zj) {
        this.zj = zj;
    }

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

    public Date getDate() {
        return this.date;
    }
    
    public void setDate(Date date) {
        this.date = date;
    }

    public String getTelephone() {
        return this.telephone;
    }
    
    public void setTelephone(String telephone) {
        this.telephone = telephone;
    }

    public String getLxr() {
        return this.lxr;
    }
    
    public void setLxr(String lxr) {
        this.lxr = lxr;
    }

	public TblFwlx getTblFwlx()
	{
		return tblFwlx;
	}

	public void setTblFwlx(TblFwlx tblFwlx)
	{
		this.tblFwlx = tblFwlx;
	}

	public TblJd getTblJd()
	{
		return tblJd;
	}

	public void setTblJd(TblJd tblJd)
	{
		this.tblJd = tblJd;
	}
   








}

⌨️ 快捷键说明

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