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

📄 logfindwheretitleequalsform.java

📁 STRUTS数据库项目开发宝典
💻 JAVA
字号:
package org.helpsoft.helplog.struts.forms;

import java.math.*;
import java.text.*;
import org.apache.struts.action.*;
import javax.servlet.http.HttpServletRequest;
import org.helpsoft.helplog.dto.*;

public class LogFindWhereTitleEqualsForm extends ActionForm
{
	private String title;

	private String crudMethod;

	/** 
	 * Sets the value of title
	 */
	public void setTitle(String title)
	{
		this.title = title;
	}

	/** 
	 * Gets the value of title
	 */
	public String getTitle()
	{
		return title;
	}

	/** 
	 * Sets the value of crudMethod
	 */
	public void setCrudMethod(String crudMethod)
	{
		this.crudMethod = crudMethod;
	}

	/** 
	 * Gets the value of crudMethod
	 */
	public String getCrudMethod()
	{
		return crudMethod;
	}

}

⌨️ 快捷键说明

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