?? custclassinfoform.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;
/**
* CustclassinfoForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 06-14-2006
*
* XDoclet definition:
* @struts:form name="custclassinfoForm"
*/
public class CustclassinfoForm extends ActionForm
{
// --------------------------------------------------------- Instance Variables
/** rsrv_str4 property */
private String rsrv_str4;
/** rsrv_str10 property */
private String rsrv_str10;
/** vip_class_code property */
private String vip_class_code;
/** do_date property */
private String do_date;
/** cust_id property */
private String cust_id;
/** staff_id property */
private String staff_id;
/** rsrv_str5 property */
private String rsrv_str5;
/** remark property */
private String remark;
/** rsrv_str1 property */
private String rsrv_str1;
/** create_date property */
private String create_date;
/** rsrv_str6 property */
private String rsrv_str6;
/** vip_type_code property */
private String vip_type_code;
/** remove_reason property */
private String remove_reason;
/** vip_manager property */
private String vip_manager;
/** rsrv_str2 property */
private String rsrv_str2;
/** rsrv_str9 property */
private String rsrv_str9;
/** rsrv_str7 property */
private String rsrv_str7;
/** cust_kind_code property */
private String cust_kind_code;
/** rsrv_str8 property */
private String rsrv_str8;
/** remove_tag property */
private String remove_tag;
/** remove_date property */
private String remove_date;
/** 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 rsrv_str10.
* @return String
*/
public String getRsrv_str10()
{
return rsrv_str10;
}
/**
* Set the rsrv_str10.
* @param rsrv_str10 The rsrv_str10 to set
*/
public void setRsrv_str10(String rsrv_str10)
{
this.rsrv_str10 = rsrv_str10;
}
/**
* Returns the vip_class_code.
* @return String
*/
public String getVip_class_code()
{
return vip_class_code;
}
/**
* Set the vip_class_code.
* @param vip_class_code The vip_class_code to set
*/
public void setVip_class_code(String vip_class_code)
{
this.vip_class_code = vip_class_code;
}
/**
* Returns the do_date.
* @return String
*/
public String getDo_date()
{
return do_date;
}
/**
* Set the do_date.
* @param do_date The do_date to set
*/
public void setDo_date(String do_date)
{
this.do_date = do_date;
}
/**
* 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 remark.
* @return String
*/
public String getRemark()
{
return remark;
}
/**
* Set the remark.
* @param remark The remark to set
*/
public void setRemark(String remark)
{
this.remark = remark;
}
/**
* 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 create_date.
* @return String
*/
public String getCreate_date()
{
return create_date;
}
/**
* Set the create_date.
* @param create_date The create_date to set
*/
public void setCreate_date(String create_date)
{
this.create_date = create_date;
}
/**
* Returns the rsrv_str6.
* @return String
*/
public String getRsrv_str6()
{
return rsrv_str6;
}
/**
* Set the rsrv_str6.
* @param rsrv_str6 The rsrv_str6 to set
*/
public void setRsrv_str6(String rsrv_str6)
{
this.rsrv_str6 = rsrv_str6;
}
/**
* Returns the vip_type_code.
* @return String
*/
public String getVip_type_code()
{
return vip_type_code;
}
/**
* Set the vip_type_code.
* @param vip_type_code The vip_type_code to set
*/
public void setVip_type_code(String vip_type_code)
{
this.vip_type_code = vip_type_code;
}
/**
* Returns the remove_reason.
* @return String
*/
public String getRemove_reason()
{
return remove_reason;
}
/**
* Set the remove_reason.
* @param remove_reason The remove_reason to set
*/
public void setRemove_reason(String remove_reason)
{
this.remove_reason = remove_reason;
}
/**
* Returns the vip_manager.
* @return String
*/
public String getVip_manager()
{
return vip_manager;
}
/**
* Set the vip_manager.
* @param vip_manager The vip_manager to set
*/
public void setVip_manager(String vip_manager)
{
this.vip_manager = vip_manager;
}
/**
* 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 rsrv_str9.
* @return String
*/
public String getRsrv_str9()
{
return rsrv_str9;
}
/**
* Set the rsrv_str9.
* @param rsrv_str9 The rsrv_str9 to set
*/
public void setRsrv_str9(String rsrv_str9)
{
this.rsrv_str9 = rsrv_str9;
}
/**
* Returns the rsrv_str7.
* @return String
*/
public String getRsrv_str7()
{
return rsrv_str7;
}
/**
* Set the rsrv_str7.
* @param rsrv_str7 The rsrv_str7 to set
*/
public void setRsrv_str7(String rsrv_str7)
{
this.rsrv_str7 = rsrv_str7;
}
/**
* Returns the cust_kind_code.
* @return String
*/
public String getCust_kind_code()
{
return cust_kind_code;
}
/**
* Set the cust_kind_code.
* @param cust_kind_code The cust_kind_code to set
*/
public void setCust_kind_code(String cust_kind_code)
{
this.cust_kind_code = cust_kind_code;
}
/**
* Returns the rsrv_str8.
* @return String
*/
public String getRsrv_str8()
{
return rsrv_str8;
}
/**
* Set the rsrv_str8.
* @param rsrv_str8 The rsrv_str8 to set
*/
public void setRsrv_str8(String rsrv_str8)
{
this.rsrv_str8 = rsrv_str8;
}
/**
* 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 remove_date.
* @return String
*/
public String getRemove_date()
{
return remove_date;
}
/**
* Set the remove_date.
* @param remove_date The remove_date to set
*/
public void setRemove_date(String remove_date)
{
this.remove_date = remove_date;
}
/**
* 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 + -