jquery mysql分页查询条件_Mybatis+mysql动态分页查询数据案例——条件类(HouseCondition)...

package cn.bdqn.mhouse.entity;

/**

*

*

* 项目名称:house

* 类名称:HouseCondition

* 类描述: 动态查询房屋信息的条件类

* 创建人:Mu Xiongxiong

* 创建时间:2017-3-10 下午9:39:21

* 修改人:Mu Xiongxiong

* 修改时间:2017-3-10 下午9:39:21

* 修改备注:

* @version

*

*/

public class HouseCondition {

/**

* @Fields priceBegin :该字段的意思:最低开始价格

*/

private Integer priceBegin; //

/**

* @Fields priceEnd :该字段的意思:最高价格

*/

private Integer priceEnd; //

/**

* @Fields street :该字段的意思:房屋街道

*/

private Street street; //

/**

* @Fields types :该字段的意思:房屋类型

*/

private Types types; //

/**

* @Fields floorageBegin :该字段的意思:房屋开始面积

*/

private Integer floorageBegin; //

/**

* @Fields floorageEnd :该字段的意思:房屋结束面积

*/

private Integer floorageEnd; //

public Integer getPriceBegin() {

return priceBegin;

}

public void setPriceBegin(Integer priceBegin) {

this.priceBegin = priceBegin;

}

public Integer getPriceEnd() {

return priceEnd;

}

public void setPriceEnd(Integer priceEnd) {

this.priceEnd = priceEnd;

}

public Street getStreet() {

return street;

}

public void setStreet(Street street) {

this.street = street;

}

public Types getTypes() {

return types;

}

public void setTypes(Types types) {

this.types = types;

}

/**

*

* 构造函数

* @discription 带参数的构造函数

* @author Mu Xiongxiong

* @created 2017-3-10 下午9:40:32

* @param priceBegin

* @param priceEnd

* @param street

* @param types

* @param floorageBegin

* @param floorageEnd

*/

public HouseCondition(Integer priceBegin, Integer priceEnd, Street street,

Types types, Integer floorageBegin, Integer floorageEnd) {

super();

this.priceBegin = priceBegin;

this.priceEnd = priceEnd;

this.street = street;

this.types = types;

this.floorageBegin = floorageBegin;

this.floorageEnd = floorageEnd;

}

public Integer getFloorageBegin() {

return floorageBegin;

}

public void setFloorageBegin(Integer floorageBegin) {

this.floorageBegin = floorageBegin;

}

public Integer getFloorageEnd() {

return floorageEnd;

}

public void setFloorageEnd(Integer floorageEnd) {

this.floorageEnd = floorageEnd;

}

/**

*

* 构造函数

* @discription 无参数的构造函数

* @author Mu Xiongxiong

* @created 2017-3-10 下午9:40:46

*/

public HouseCondition() {

super();

}

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值