?? customergroupform.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;
/**
* CustomergroupForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 06-07-2006
*
* XDoclet definition:
* @struts:form name="customergroupForm"
*/
public class CustomergroupForm extends ActionForm
{
// --------------------------------------------------------- Instance Variables
/** in_date property */
private String in_date;
/** prevalue2 property */
private String prevalue2;
/** group_contact_phone property */
private String group_contact_phone;
/** province property */
private String province;
/** prevaluen1 property */
private int prevaluen1;
/** rsrv_1 property */
private String rsrv_1;
/** juristic_cust_id property */
private String juristic_cust_id;
/** rsrv_2 property */
private String rsrv_2;
/** group_id property */
private String group_id;
/** cust_id property */
private String cust_id;
/** prevalue1 property */
private String prevalue1;
/** juristic property */
private String juristic;
/** enterprise_type property */
private String enterprise_type;
/** emp_count property */
private int emp_count;
/** prevaluen3 property */
private int prevaluen3;
/** emp_lsave property */
private String emp_lsave;
/** cust_name property */
private String cust_name;
/** company_address property */
private String company_address;
/** turnover property */
private int turnover;
/** cust_aim property */
private String cust_aim;
/** year_gain property */
private int year_gain;
/** reg_money property */
private int reg_money;
/** calling_type property */
private String calling_type;
/** finance_earning property */
private int finance_earning;
/** doyen_staff_id property */
private String doyen_staff_id;
/** comm_budget property */
private int comm_budget;
/** prevalue4 property */
private String prevalue4;
/** prevalued2 property */
private String prevalued2;
/** post_code property */
private String post_code;
/** group_memo property */
private String group_memo;
/** scope property */
private String scope;
/** prevalued1 property */
private String prevalued1;
/** city property */
private String city;
/** remove_tag property */
private String remove_tag;
/** prevaluen2 property */
private int prevaluen2;
/** prevaluec3 property */
private String prevaluec3;
/** prevalue5 property */
private String prevalue5;
/** class_id property */
private String class_id;
/** remark property */
private String remark;
/** prevaluec2 property */
private String prevaluec2;
/** fax_nbr property */
private String fax_nbr;
/** prevaluec1 property */
private String prevaluec1;
/** enterprise_size property */
private String enterprise_size;
/** prevalue3 property */
private String prevalue3;
/** subclass_id property */
private String subclass_id;
/** main_trade property */
private String main_trade;
/** prevaluec4 property */
private String prevaluec4;
/** email property */
private String email;
/** website property */
private String website;
// --------------------------------------------------------- Methods
/**
* 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 prevalue2.
* @return String
*/
public String getPrevalue2()
{
return prevalue2;
}
/**
* Set the prevalue2.
* @param prevalue2 The prevalue2 to set
*/
public void setPrevalue2(String prevalue2)
{
this.prevalue2 = prevalue2;
}
/**
* Returns the group_contact_phone.
* @return String
*/
public String getGroup_contact_phone()
{
return group_contact_phone;
}
/**
* Set the group_contact_phone.
* @param group_contact_phone The group_contact_phone to set
*/
public void setGroup_contact_phone(String group_contact_phone)
{
this.group_contact_phone = group_contact_phone;
}
/**
* Returns the province.
* @return String
*/
public String getProvince()
{
return province;
}
/**
* Set the province.
* @param province The province to set
*/
public void setProvince(String province)
{
this.province = province;
}
/**
* Returns the prevaluen1.
* @return int
*/
public int getPrevaluen1()
{
return prevaluen1;
}
/**
* Set the prevaluen1.
* @param prevaluen1 The prevaluen1 to set
*/
public void setPrevaluen1(int prevaluen1)
{
this.prevaluen1 = prevaluen1;
}
/**
* Returns the rsrv_1.
* @return String
*/
public String getRsrv_1()
{
return rsrv_1;
}
/**
* Set the rsrv_1.
* @param rsrv_1 The rsrv_1 to set
*/
public void setRsrv_1(String rsrv_1)
{
this.rsrv_1 = rsrv_1;
}
/**
* Returns the juristic_cust_id.
* @return String
*/
public String getJuristic_cust_id()
{
return juristic_cust_id;
}
/**
* Set the juristic_cust_id.
* @param juristic_cust_id The juristic_cust_id to set
*/
public void setJuristic_cust_id(String juristic_cust_id)
{
this.juristic_cust_id = juristic_cust_id;
}
/**
* Returns the rsrv_2.
* @return String
*/
public String getRsrv_2()
{
return rsrv_2;
}
/**
* Set the rsrv_2.
* @param rsrv_2 The rsrv_2 to set
*/
public void setRsrv_2(String rsrv_2)
{
this.rsrv_2 = rsrv_2;
}
/**
* Returns the group_id.
* @return String
*/
public String getGroup_id()
{
return group_id;
}
/**
* Set the group_id.
* @param group_id The group_id to set
*/
public void setGroup_id(String group_id)
{
this.group_id = group_id;
}
/**
* 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 prevalue1.
* @return String
*/
public String getPrevalue1()
{
return prevalue1;
}
/**
* Set the prevalue1.
* @param prevalue1 The prevalue1 to set
*/
public void setPrevalue1(String prevalue1)
{
this.prevalue1 = prevalue1;
}
/**
* Returns the juristic.
* @return String
*/
public String getJuristic()
{
return juristic;
}
/**
* Set the juristic.
* @param juristic The juristic to set
*/
public void setJuristic(String juristic)
{
this.juristic = juristic;
}
/**
* Returns the enterprise_type.
* @return String
*/
public String getEnterprise_type()
{
return enterprise_type;
}
/**
* Set the enterprise_type.
* @param enterprise_type The enterprise_type to set
*/
public void setEnterprise_type(String enterprise_type)
{
this.enterprise_type = enterprise_type;
}
/**
* Returns the emp_count.
* @return int
*/
public int getEmp_count()
{
return emp_count;
}
/**
* Set the emp_count.
* @param emp_count The emp_count to set
*/
public void setEmp_count(int emp_count)
{
this.emp_count = emp_count;
}
/**
* Returns the prevaluen3.
* @return int
*/
public int getPrevaluen3()
{
return prevaluen3;
}
/**
* Set the prevaluen3.
* @param prevaluen3 The prevaluen3 to set
*/
public void setPrevaluen3(int prevaluen3)
{
this.prevaluen3 = prevaluen3;
}
/**
* Returns the emp_lsave.
* @return String
*/
public String getEmp_lsave()
{
return emp_lsave;
}
/**
* Set the emp_lsave.
* @param emp_lsave The emp_lsave to set
*/
public void setEmp_lsave(String emp_lsave)
{
this.emp_lsave = emp_lsave;
}
/**
* Returns the cust_name.
* @return String
*/
public String getCust_name()
{
return cust_name;
}
/**
* Set the cust_name.
* @param cust_name The cust_name to set
*/
public void setCust_name(String cust_name)
{
this.cust_name = cust_name;
}
/**
* Returns the company_address.
* @return String
*/
public String getCompany_address()
{
return company_address;
}
/**
* Set the company_address.
* @param company_address The company_address to set
*/
public void setCompany_address(String company_address)
{
this.company_address = company_address;
}
/**
* Returns the turnover.
* @return int
*/
public int getTurnover()
{
return turnover;
}
/**
* Set the turnover.
* @param turnover The turnover to set
*/
public void setTurnover(int turnover)
{
this.turnover = turnover;
}
/**
* Returns the cust_aim.
* @return String
*/
public String getCust_aim()
{
return cust_aim;
}
/**
* Set the cust_aim.
* @param cust_aim The cust_aim to set
*/
public void setCust_aim(String cust_aim)
{
this.cust_aim = cust_aim;
}
/**
* Returns the year_gain.
* @return int
*/
public int getYear_gain()
{
return year_gain;
}
/**
* Set the year_gain.
* @param year_gain The year_gain to set
*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -