📄 saveclienteleform.java
字号:
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.hnzt.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;
import org.apache.struts.upload.FormFile;
/**
* MyEclipse Struts
* Creation date: 08-11-2007
*
* XDoclet definition:
* @struts.form name="saveclienteleForm"
*/
public class SaveclienteleForm extends ActionForm {
/*
* Generated fields
*/
/**
*
*/
private static final long serialVersionUID = 1L;
/** boss property */
private String boss;
/** mnumber property */
private String mnumber;
/** landlady property */
private String landlady;
/** m_phone property */
private String m_phone;
/** pic property */
private FormFile pic;
/** password property */
private String password;
/** else_product property */
private String else_product;
/** c_name property */
private String c_name;
/** off_season property */
private String off_season;
/** area property */
private String area;
/** address property */
private String address;
/** supply_goods property */
private String supply_goods;
/** midseason property */
private String midseason;
/** o_phone property */
private String o_phone;
/** user property */
private String user;
/** brief property */
private String brief;
/*
* Generated Methods
*/
/**
* Method validate
* @param mapping
* @param request
* @return ActionErrors
*/
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request) {
// TODO Auto-generated method stub
return null;
}
/**
* Method reset
* @param mapping
* @param request
*/
public void reset(ActionMapping mapping, HttpServletRequest request) {
// TODO Auto-generated method stub
}
/**
* Returns the boss.
* @return String
*/
public String getBoss() {
return boss;
}
/**
* Set the boss.
* @param boss The boss to set
*/
public void setBoss(String boss) {
this.boss = boss;
}
/**
* Returns the mnumber.
* @return String
*/
public String getMnumber() {
return mnumber;
}
/**
* Set the mnumber.
* @param mnumber The mnumber to set
*/
public void setMnumber(String mnumber) {
this.mnumber = mnumber;
}
/**
* Returns the landlady.
* @return String
*/
public String getLandlady() {
return landlady;
}
/**
* Set the landlady.
* @param landlady The landlady to set
*/
public void setLandlady(String landlady) {
this.landlady = landlady;
}
/**
* Returns the m_phone.
* @return String
*/
public String getM_phone() {
return m_phone;
}
/**
* Set the m_phone.
* @param m_phone The m_phone to set
*/
public void setM_phone(String m_phone) {
this.m_phone = m_phone;
}
/**
* Returns the pic.
* @return String
*/
public FormFile getPic() {
return pic;
}
/**
* Set the pic.
* @param pic The pic to set
*/
public void setPic(FormFile pic) {
this.pic = pic;
}
/**
* Returns the password.
* @return String
*/
public String getPassword() {
return password;
}
/**
* Set the password.
* @param password The password to set
*/
public void setPassword(String password) {
this.password = password;
}
/**
* Returns the else_product.
* @return String
*/
public String getElse_product() {
return else_product;
}
/**
* Set the else_product.
* @param else_product The else_product to set
*/
public void setElse_product(String else_product) {
this.else_product = else_product;
}
/**
* Returns the c_name.
* @return String
*/
public String getC_name() {
return c_name;
}
/**
* Set the c_name.
* @param c_name The c_name to set
*/
public void setC_name(String c_name) {
this.c_name = c_name;
}
/**
* Returns the off_season.
* @return String
*/
public String getOff_season() {
return off_season;
}
/**
* Set the off_season.
* @param off_season The off_season to set
*/
public void setOff_season(String off_season) {
this.off_season = off_season;
}
/**
* Returns the area.
* @return String
*/
public String getArea() {
return area;
}
/**
* Set the area.
* @param area The area to set
*/
public void setArea(String area) {
this.area = area;
}
/**
* Returns the address.
* @return String
*/
public String getAddress() {
return address;
}
/**
* Set the address.
* @param address The address to set
*/
public void setAddress(String address) {
this.address = address;
}
/**
* Returns the supply_goods.
* @return String
*/
public String getSupply_goods() {
return supply_goods;
}
/**
* Set the supply_goods.
* @param supply_goods The supply_goods to set
*/
public void setSupply_goods(String supply_goods) {
this.supply_goods = supply_goods;
}
/**
* Returns the midseason.
* @return String
*/
public String getMidseason() {
return midseason;
}
/**
* Set the midseason.
* @param midseason The midseason to set
*/
public void setMidseason(String midseason) {
this.midseason = midseason;
}
/**
* Returns the o_phone.
* @return String
*/
public String getO_phone() {
return o_phone;
}
/**
* Set the o_phone.
* @param o_phone The o_phone to set
*/
public void setO_phone(String o_phone) {
this.o_phone = o_phone;
}
/**
* Returns the user.
* @return String
*/
public String getUser() {
return user;
}
/**
* Set the user.
* @param user The user to set
*/
public void setUser(String user) {
this.user = user;
}
/**
* Returns the brief.
* @return String
*/
public String getBrief() {
return brief;
}
/**
* Set the brief.
* @param brief The brief to set
*/
public void setBrief(String brief) {
this.brief = brief;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -