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

📄 querybizinfoform.java

📁 java阿里巴巴代码
💻 JAVA
字号:
// Created by Xslt generator for Eclipse.
// XSL :  not found (java.io.FileNotFoundException:  (Bad file descriptor))
// Default XSL used : easystruts.jar$org.easystruts.xslgen.JavaClass.xsl

package com.ahbay.struts.form;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;

/** 
 * QuerybizinfoForm.java created by EasyStruts - XsltGen.
 * http://easystruts.sf.net
 * created on 06-18-2006
 * 
 * XDoclet definition:
 * @struts:form name="querybizinfoForm"
 */
public class QuerybizinfoForm extends ActionForm
{
	// --------------------------------------------------------- Instance Variables
	/** rsrv_str4 property */
	private String rsrv_str4;
	/** in_case_tag property */
	private String in_case_tag;
	/** query_date property */
	private String query_date;
	/** in_date property */
	private String in_date;
	/** query_text property */
	private String query_text;
	/** lawyers_group property */
	private String lawyers_group;
	/** cust_id property */
	private String cust_id;
	/** staff_id property */
	private String staff_id;
	/** rsrv_str5 property */
	private String rsrv_str5;
	/** rsrv_str1 property */
	private String rsrv_str1;
	/** query_id property */
	private String query_id;
	/** own_lawyer_id property */
	private String own_lawyer_id;
	/** query_addr property */
	private String query_addr;
	/** custs_group property */
	private String custs_group;
	/** fee_Id property */
	private String fee_Id;
	/** fee_tag property */
	private String fee_tag;
	/** rsrv_str2 property */
	private String rsrv_str2;
	/** query_type property */
	private String query_type;
	/** query_title property */
	private String query_title;
	/** remove_tag property */
	private String remove_tag;
	/** rsrv_str3 property */
	private String rsrv_str3;
	// --------------------------------------------------------- Methods

	/** 
	 * Returns the rsrv_str4.
	 * @return String
	 */
	public String getRsrv_str4()
	{
		return rsrv_str4;
	}
	/** 
	 * Set the rsrv_str4.
	 * @param rsrv_str4 The rsrv_str4 to set
	 */
	public void setRsrv_str4(String rsrv_str4)
	{
		this.rsrv_str4 = rsrv_str4;
	}
	/** 
	 * Returns the in_case_tag.
	 * @return String
	 */
	public String getIn_case_tag()
	{
		return in_case_tag;
	}
	/** 
	 * Set the in_case_tag.
	 * @param in_case_tag The in_case_tag to set
	 */
	public void setIn_case_tag(String in_case_tag)
	{
		this.in_case_tag = in_case_tag;
	}
	/** 
	 * Returns the query_date.
	 * @return String
	 */
	public String getQuery_date()
	{
		return query_date;
	}
	/** 
	 * Set the query_date.
	 * @param query_date The query_date to set
	 */
	public void setQuery_date(String query_date)
	{
		this.query_date = query_date;
	}
	/** 
	 * Returns the in_date.
	 * @return String
	 */
	public String getIn_date()
	{
		return in_date;
	}
	/** 
	 * Set the in_date.
	 * @param in_date The in_date to set
	 */
	public void setIn_date(String in_date)
	{
		this.in_date = in_date;
	}
	/** 
	 * Returns the query_text.
	 * @return String
	 */
	public String getQuery_text()
	{
		return query_text;
	}
	/** 
	 * Set the query_text.
	 * @param query_text The query_text to set
	 */
	public void setQuery_text(String query_text)
	{
		this.query_text = query_text;
	}
	/** 
	 * Returns the lawyers_group.
	 * @return String
	 */
	public String getLawyers_group()
	{
		return lawyers_group;
	}
	/** 
	 * Set the lawyers_group.
	 * @param lawyers_group The lawyers_group to set
	 */
	public void setLawyers_group(String lawyers_group)
	{
		this.lawyers_group = lawyers_group;
	}
	/** 
	 * Returns the cust_id.
	 * @return String
	 */
	public String getCust_id()
	{
		return cust_id;
	}
	/** 
	 * Set the cust_id.
	 * @param cust_id The cust_id to set
	 */
	public void setCust_id(String cust_id)
	{
		this.cust_id = cust_id;
	}
	/** 
	 * Returns the staff_id.
	 * @return String
	 */
	public String getStaff_id()
	{
		return staff_id;
	}
	/** 
	 * Set the staff_id.
	 * @param staff_id The staff_id to set
	 */
	public void setStaff_id(String staff_id)
	{
		this.staff_id = staff_id;
	}
	/** 
	 * Returns the rsrv_str5.
	 * @return String
	 */
	public String getRsrv_str5()
	{
		return rsrv_str5;
	}
	/** 
	 * Set the rsrv_str5.
	 * @param rsrv_str5 The rsrv_str5 to set
	 */
	public void setRsrv_str5(String rsrv_str5)
	{
		this.rsrv_str5 = rsrv_str5;
	}
	/** 
	 * Returns the rsrv_str1.
	 * @return String
	 */
	public String getRsrv_str1()
	{
		return rsrv_str1;
	}
	/** 
	 * Set the rsrv_str1.
	 * @param rsrv_str1 The rsrv_str1 to set
	 */
	public void setRsrv_str1(String rsrv_str1)
	{
		this.rsrv_str1 = rsrv_str1;
	}
	/** 
	 * Returns the query_id.
	 * @return String
	 */
	public String getQuery_id()
	{
		return query_id;
	}
	/** 
	 * Set the query_id.
	 * @param query_id The query_id to set
	 */
	public void setQuery_id(String query_id)
	{
		this.query_id = query_id;
	}
	/** 
	 * Returns the own_lawyer_id.
	 * @return String
	 */
	public String getOwn_lawyer_id()
	{
		return own_lawyer_id;
	}
	/** 
	 * Set the own_lawyer_id.
	 * @param own_lawyer_id The own_lawyer_id to set
	 */
	public void setOwn_lawyer_id(String own_lawyer_id)
	{
		this.own_lawyer_id = own_lawyer_id;
	}
	/** 
	 * Returns the query_addr.
	 * @return String
	 */
	public String getQuery_addr()
	{
		return query_addr;
	}
	/** 
	 * Set the query_addr.
	 * @param query_addr The query_addr to set
	 */
	public void setQuery_addr(String query_addr)
	{
		this.query_addr = query_addr;
	}
	/** 
	 * Returns the custs_group.
	 * @return String
	 */
	public String getCusts_group()
	{
		return custs_group;
	}
	/** 
	 * Set the custs_group.
	 * @param custs_group The custs_group to set
	 */
	public void setCusts_group(String custs_group)
	{
		this.custs_group = custs_group;
	}
	/** 
	 * Returns the fee_Id.
	 * @return String
	 */
	public String getFee_Id()
	{
		return fee_Id;
	}
	/** 
	 * Set the fee_Id.
	 * @param fee_Id The fee_Id to set
	 */
	public void setFee_Id(String fee_Id)
	{
		this.fee_Id = fee_Id;
	}
	/** 
	 * Returns the fee_tag.
	 * @return String
	 */
	public String getFee_tag()
	{
		return fee_tag;
	}
	/** 
	 * Set the fee_tag.
	 * @param fee_tag The fee_tag to set
	 */
	public void setFee_tag(String fee_tag)
	{
		this.fee_tag = fee_tag;
	}
	/** 
	 * Returns the rsrv_str2.
	 * @return String
	 */
	public String getRsrv_str2()
	{
		return rsrv_str2;
	}
	/** 
	 * Set the rsrv_str2.
	 * @param rsrv_str2 The rsrv_str2 to set
	 */
	public void setRsrv_str2(String rsrv_str2)
	{
		this.rsrv_str2 = rsrv_str2;
	}
	/** 
	 * Returns the query_type.
	 * @return String
	 */
	public String getQuery_type()
	{
		return query_type;
	}
	/** 
	 * Set the query_type.
	 * @param query_type The query_type to set
	 */
	public void setQuery_type(String query_type)
	{
		this.query_type = query_type;
	}
	/** 
	 * Returns the query_title.
	 * @return String
	 */
	public String getQuery_title()
	{
		return query_title;
	}
	/** 
	 * Set the query_title.
	 * @param query_title The query_title to set
	 */
	public void setQuery_title(String query_title)
	{
		this.query_title = query_title;
	}
	/** 
	 * Returns the remove_tag.
	 * @return String
	 */
	public String getRemove_tag()
	{
		return remove_tag;
	}
	/** 
	 * Set the remove_tag.
	 * @param remove_tag The remove_tag to set
	 */
	public void setRemove_tag(String remove_tag)
	{
		this.remove_tag = remove_tag;
	}
	/** 
	 * Returns the rsrv_str3.
	 * @return String
	 */
	public String getRsrv_str3()
	{
		return rsrv_str3;
	}
	/** 
	 * Set the rsrv_str3.
	 * @param rsrv_str3 The rsrv_str3 to set
	 */
	public void setRsrv_str3(String rsrv_str3)
	{
		this.rsrv_str3 = rsrv_str3;
	}
}

⌨️ 快捷键说明

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