?? informationform.java
字號(hào):
// 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.upload.FormFile;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* InformationForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 08-05-2006
*
* XDoclet definition:
* @struts:form name="informationForm"
*/
public class InformationForm extends ActionForm
{
// --------------------------------------------------------- Instance Variables
/** info_id property */
private String info_id;
private String info_title;
private String info_type;
private String info_text;
private String info_dir;
private String pop_up_tag;
private String disp_tag;
private String secret_level;
private String info_range;
private String start_date;
private String end_date;
private String rsrv_str1;
private String rsrv_str2;
private String rsrv_str3;
private String rsrv_str4;
private String rsrv_str5;
private String rsrv_str6;
private String rsrv_str7;
private String rsrv_str8;
private String rsrv_str9;
private String rsrv_str0;
private String in_staff_id;
private String in_date;
private String remark;
private FormFile files;
// --------------------------------------------------------- Methods
/**
* Returns the info_id.
* @return String
*/
public String getInfo_id(){return info_id;}
public String getInfo_title(){return info_title;}
public String getInfo_type(){return info_type;}
public String getInfo_text(){return info_text;}
public String getInfo_dir(){return info_dir;}
public String getPop_up_tag(){return pop_up_tag;}
public String getDisp_tag(){return disp_tag;}
public String getSecret_level(){return secret_level;}
public String getInfo_range(){return info_range;}
public String getStart_date(){return start_date;}
public String getEnd_date(){return end_date;}
public String getRsrv_str1(){return rsrv_str1;}
public String getRsrv_str2(){return rsrv_str2;}
public String getRsrv_str3(){return rsrv_str3;}
public String getRsrv_str4(){return rsrv_str4;}
public String getRsrv_str5(){return rsrv_str5;}
public String getRsrv_str6(){return rsrv_str6;}
public String getRsrv_str7(){return rsrv_str7;}
public String getRsrv_str8(){return rsrv_str8;}
public String getRsrv_str9(){return rsrv_str9;}
public String getRsrv_str0(){return rsrv_str0;}
public String getIn_staff_id(){return in_staff_id;}
public String getIn_date(){return in_date;}
public String getRemark(){return remark;}
public FormFile getFiles(){return files;}
/**
* Set the info_id.
* @param info_id The info_id to set
*/
public void setInfo_id(String info_id){this.info_id=info_id;}
public void setInfo_title(String info_title){this.info_title=info_title;}
public void setInfo_type(String info_type){this.info_type=info_type;}
public void setInfo_text(String info_text){this.info_text=info_text;}
public void setInfo_dir(String info_dir){this.info_dir=info_dir;}
public void setPop_up_tag(String pop_up_tag){this.pop_up_tag=pop_up_tag;}
public void setDisp_tag(String disp_tag){this.disp_tag=disp_tag;}
public void setSecret_level(String secret_level){this.secret_level=secret_level;}
public void setInfo_range(String info_range){this.info_range=info_range;}
public void setStart_date(String start_date){this.start_date=start_date;}
public void setEnd_date(String end_date){this.end_date=end_date;}
public void setRsrv_str1(String rsrv_str1){this.rsrv_str1=rsrv_str1;}
public void setRsrv_str2(String rsrv_str2){this.rsrv_str2=rsrv_str2;}
public void setRsrv_str3(String rsrv_str3){this.rsrv_str3=rsrv_str3;}
public void setRsrv_str4(String rsrv_str4){this.rsrv_str4=rsrv_str4;}
public void setRsrv_str5(String rsrv_str5){this.rsrv_str5=rsrv_str5;}
public void setRsrv_str6(String rsrv_str6){this.rsrv_str6=rsrv_str6;}
public void setRsrv_str7(String rsrv_str7){this.rsrv_str7=rsrv_str7;}
public void setRsrv_str8(String rsrv_str8){this.rsrv_str8=rsrv_str8;}
public void setRsrv_str9(String rsrv_str9){this.rsrv_str9=rsrv_str9;}
public void setRsrv_str0(String rsrv_str0){this.rsrv_str0=rsrv_str0;}
public void setIn_staff_id(String in_staff_id){this.in_staff_id=in_staff_id;}
public void setIn_date(String in_date){this.in_date=in_date;}
public void setRemark(String remark){this.remark =remark;}
public void setFiles(FormFile files){this.files = files;}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -