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

📄 querybookform.java

📁 eclipse+struts+sqlserver 简单图书管理系统,内有文档
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package kignbi.dong.form;

import org.apache.struts.action.ActionForm;

/** 
 * MyEclipse Struts
 * Creation date: 01-29-2008
 * 
 * XDoclet definition:
 * @struts.form name="queryBookForm"
 */
public class QueryBookForm extends ActionForm {
	/*
	 * Generated fields
	 */

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	/** searchType property */
	private String searchType;

	/** condition property */
	private String condition;

	/*
	 * Generated Methods
	 */

	/** 
	 * Returns the searchType
	 * @return String
	 */
	public String getSearchType() {
		return searchType;
	}

	/** 
	 * Set the searchType.
	 * @param searchType The searchType to set
	 */
	public void setSearchType(String searchType) {
		this.searchType = searchType;
	}

	/** 
	 * Returns the condition.
	 * @return String
	 */
	public String getCondition() {
		return condition;
	}

	/** 
	 * Set the condition.
	 * @param condition The condition to set
	 */
	public void setCondition(String condition) {
		this.condition = condition;
	}
}

⌨️ 快捷键说明

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