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

📄 categorycondition.java

📁 一个免费wap站
💻 JAVA
字号:
package com.eline.wap.resource.model;

import java.util.Date;

public class CategoryCondition {
	private String searchKeywords	= null;
	private boolean forceToSearch	= false;
	private boolean isActiveOnly	= true;
	private int type				= -1;
	private int parentId			= -1;
	private Date dateCreated	= null;
	private Date dateCreated2	= null;

	public Date getDateCreated() {
		return dateCreated;
	}
	public void setDateCreated(Date dateCreated) {
		this.dateCreated = dateCreated;
	}
	public Date getDateCreated2() {
		return dateCreated2;
	}
	public void setDateCreated2(Date dateCreated2) {
		this.dateCreated2 = dateCreated2;
	}
	public boolean isForceToSearch() {
		return forceToSearch;
	}
	public void setForceToSearch(boolean forceToSearch) {
		this.forceToSearch = forceToSearch;
	}
	public boolean isActiveOnly() {
		return isActiveOnly;
	}
	public void setActiveOnly(boolean isActiveOnly) {
		this.isActiveOnly = isActiveOnly;
	}
	public int getParentId() {
		return parentId;
	}
	public void setParentId(int parentId) {
		this.parentId = parentId;
	}
	public String getSearchKeywords() {
		return searchKeywords;
	}
	public void setSearchKeywords(String searchKeywords) {
		this.searchKeywords = searchKeywords;
	}
	public int getType() {
		return type;
	}
	public void setType(int type) {
		this.type = type;
	}
}

⌨️ 快捷键说明

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