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

📄 hotelinfo.java

📁 有关医院方向的开发
💻 JAVA
字号:
package com.woyi.dto;
// default package

import java.util.Date;


/**
 * HotelInfo generated by MyEclipse Persistence Tools
 */

public class HotelInfo  implements java.io.Serializable {


    // Fields    

     private Integer hotelsId;
     private Integer hotelsId1;
     private String hotelname;
     private Float hotelsize;
     private Float hotelprice;
     private Integer hotelfloor;
     private String hotellevel;
     private String optrid;
     private Date optdate;
     private String remark;


    // Constructors

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

    
    /** full constructor */
    public HotelInfo(Integer hotelsId1, String hotelname, Float hotelsize, Float hotelprice, Integer hotelfloor, String hotellevel, Date begintime, Date endtime, String optrid, Date optdate, String remark) {
        this.hotelsId1 = hotelsId1;
        this.hotelname = hotelname;
        this.hotelsize = hotelsize;
        this.hotelprice = hotelprice;
        this.hotelfloor = hotelfloor;
        this.hotellevel = hotellevel;
        this.optrid = optrid;
        this.optdate = optdate;
        this.remark = remark;
    }

   
    // Property accessors

    public Integer getHotelsId() {
        return this.hotelsId;
    }
    
    public void setHotelsId(Integer hotelsId) {
        this.hotelsId = hotelsId;
    }

    public Integer getHotelsId1() {
        return this.hotelsId1;
    }
    
    public void setHotelsId1(Integer hotelsId1) {
        this.hotelsId1 = hotelsId1;
    }

    public String getHotelname() {
        return this.hotelname;
    }
    
    public void setHotelname(String hotelname) {
        this.hotelname = hotelname;
    }

    public Float getHotelsize() {
        return this.hotelsize;
    }
    
    public void setHotelsize(Float hotelsize) {
        this.hotelsize = hotelsize;
    }

    public Float getHotelprice() {
        return this.hotelprice;
    }
    
    public void setHotelprice(Float hotelprice) {
        this.hotelprice = hotelprice;
    }

    public Integer getHotelfloor() {
        return this.hotelfloor;
    }
    
    public void setHotelfloor(Integer hotelfloor) {
        this.hotelfloor = hotelfloor;
    }

    public String getHotellevel() {
		return hotellevel;
	}


	public void setHotellevel(String hotellevel) {
		this.hotellevel = hotellevel;
	}


	public String getOptrid() {
        return this.optrid;
    }
    
    public void setOptrid(String optrid) {
        this.optrid = optrid;
    }

    public Date getOptdate() {
        return this.optdate;
    }
    
    public void setOptdate(Date optdate) {
        this.optdate = optdate;
    }

    public String getRemark() {
        return this.remark;
    }
    
    public void setRemark(String remark) {
        this.remark = remark;
    }
   








}

⌨️ 快捷键说明

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