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

📄 customerpersform.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;

/** 
 * CustomerpersForm.java created by EasyStruts - XsltGen.
 * http://easystruts.sf.net
 * created on 06-07-2006
 * 
 * XDoclet definition:
 * @struts:form name="customerpersForm"
 */
public class CustomerpersForm extends ActionForm
{
	// --------------------------------------------------------- Instance Variables
	private String in_date;
	/** local_native_code property */
	private String local_native_code;
	/** pspt_end_date property */
	private String pspt_end_date;
	/** phone property */
	private String phone;
	/** language_code property */
	private String language_code;
	/** pspt_id property */
	private String pspt_id;
	/** revenue_level_code property */
	private String revenue_level_code;
	/** work_depart property */
	private String work_depart;
	/** sex property */
	private String sex;
	/** post_code property */
	private String post_code;
	/** nationality_code property */
	private String nationality_code;
	/** job property */
	private String job;
	/** pspt_type_code property */
	private String pspt_type_code;
	/** post_address property */
	private String post_address;
	/** contact_type_code property */
	private String contact_type_code;
	/** home_address property */
	private String home_address;
	/** work_name property */
	private String work_name;
	/** educate_degree_code property */
	private String educate_degree_code;
	/** birthday property */
	private String birthday;
	/** religion_code property */
	private String religion_code;
	/** webuser_id property */
	private String webuser_id;
	/** cust_id property */
	private String cust_id;
	/** job_type_code property */
	private String job_type_code;
	/** pspt_addr property */
	private String pspt_addr;
	/** contact_phone property */
	private String contact_phone;
	/** community_id property */
	private String community_id;
	/** folk_code property */
	private String folk_code;
	/** fax_nbr property */
	private String fax_nbr;
	/** marriage property */
	private String marriage;
	/** contact property */
	private String contact;
	/** web_passwd property */
	private String web_passwd;
	/** character_type_code property */
	private String character_type_code;
	/** population property */
	private int population;
	/** email property */
	private String email;
	/** cust_name property */
	private String cust_name;
	private String remove_tag;
	// --------------------------------------------------------- Methods
	public String getIn_date()
	{
		return in_date;
	}
	public void setIn_date(String in_date)
	{
		this.in_date = in_date;
	}
	public String getRemove_tag()
	{
		return remove_tag;
	}
	public void setRemove_tag(String remove_tag)
	{
		this.remove_tag = remove_tag;
	}
	/** 
	 * Returns the local_native_code.
	 * @return String
	 */
	public String getLocal_native_code()
	{
		return local_native_code;
	}
	/** 
	 * Set the local_native_code.
	 * @param local_native_code The local_native_code to set
	 */
	public void setLocal_native_code(String local_native_code)
	{
		this.local_native_code = local_native_code;
	}
	/** 
	 * Returns the pspt_end_date.
	 * @return String
	 */
	public String getPspt_end_date()
	{
		return pspt_end_date;
	}
	/** 
	 * Set the pspt_end_date.
	 * @param pspt_end_date The pspt_end_date to set
	 */
	public void setPspt_end_date(String pspt_end_date)
	{
		this.pspt_end_date = pspt_end_date;
	}
	/** 
	 * Returns the phone.
	 * @return String
	 */
	public String getPhone()
	{
		return phone;
	}
	/** 
	 * Set the phone.
	 * @param phone The phone to set
	 */
	public void setPhone(String phone)
	{
		this.phone = phone;
	}
	/** 
	 * Returns the language_code.
	 * @return String
	 */
	public String getLanguage_code()
	{
		return language_code;
	}
	/** 
	 * Set the language_code.
	 * @param language_code The language_code to set
	 */
	public void setLanguage_code(String language_code)
	{
		this.language_code = language_code;
	}
	/** 
	 * Returns the pspt_id.
	 * @return String
	 */
	public String getPspt_id()
	{
		return pspt_id;
	}
	/** 
	 * Set the pspt_id.
	 * @param pspt_id The pspt_id to set
	 */
	public void setPspt_id(String pspt_id)
	{
		this.pspt_id = pspt_id;
	}
	/** 
	 * Returns the revenue_level_code.
	 * @return String
	 */
	public String getRevenue_level_code()
	{
		return revenue_level_code;
	}
	/** 
	 * Set the revenue_level_code.
	 * @param revenue_level_code The revenue_level_code to set
	 */
	public void setRevenue_level_code(String revenue_level_code)
	{
		this.revenue_level_code = revenue_level_code;
	}
	/** 
	 * Returns the work_depart.
	 * @return String
	 */
	public String getWork_depart()
	{
		return work_depart;
	}
	/** 
	 * Set the work_depart.
	 * @param work_depart The work_depart to set
	 */
	public void setWork_depart(String work_depart)
	{
		this.work_depart = work_depart;
	}
	/** 
	 * Returns the sex.
	 * @return String
	 */
	public String getSex()
	{
		return sex;
	}
	/** 
	 * Set the sex.
	 * @param sex The sex to set
	 */
	public void setSex(String sex)
	{
		this.sex = sex;
	}
	/** 
	 * Returns the post_code.
	 * @return String
	 */
	public String getPost_code()
	{
		return post_code;
	}
	/** 
	 * Set the post_code.
	 * @param post_code The post_code to set
	 */
	public void setPost_code(String post_code)
	{
		this.post_code = post_code;
	}
	/** 
	 * Returns the nationality_code.
	 * @return String
	 */
	public String getNationality_code()
	{
		return nationality_code;
	}
	/** 
	 * Set the nationality_code.
	 * @param nationality_code The nationality_code to set
	 */
	public void setNationality_code(String nationality_code)
	{
		this.nationality_code = nationality_code;
	}
	/** 
	 * Returns the job.
	 * @return String
	 */
	public String getJob()
	{
		return job;
	}
	/** 
	 * Set the job.
	 * @param job The job to set
	 */
	public void setJob(String job)
	{
		this.job = job;
	}
	/** 
	 * Returns the pspt_type_code.
	 * @return String
	 */
	public String getPspt_type_code()
	{
		return pspt_type_code;
	}
	/** 
	 * Set the pspt_type_code.
	 * @param pspt_type_code The pspt_type_code to set
	 */
	public void setPspt_type_code(String pspt_type_code)
	{
		this.pspt_type_code = pspt_type_code;
	}
	/** 
	 * Returns the post_address.
	 * @return String
	 */
	public String getPost_address()
	{
		return post_address;
	}
	/** 
	 * Set the post_address.
	 * @param post_address The post_address to set
	 */
	public void setPost_address(String post_address)
	{
		this.post_address = post_address;
	}
	/** 
	 * Returns the contact_type_code.
	 * @return String
	 */
	public String getContact_type_code()
	{
		return contact_type_code;
	}
	/** 
	 * Set the contact_type_code.
	 * @param contact_type_code The contact_type_code to set
	 */
	public void setContact_type_code(String contact_type_code)
	{
		this.contact_type_code = contact_type_code;
	}
	/** 
	 * Returns the home_address.
	 * @return String
	 */
	public String getHome_address()
	{
		return home_address;
	}
	/** 
	 * Set the home_address.
	 * @param home_address The home_address to set
	 */
	public void setHome_address(String home_address)
	{
		this.home_address = home_address;
	}
	/** 
	 * Returns the work_name.
	 * @return String
	 */
	public String getWork_name()
	{
		return work_name;
	}
	/** 
	 * Set the work_name.
	 * @param work_name The work_name to set
	 */
	public void setWork_name(String work_name)
	{
		this.work_name = work_name;
	}
	/** 
	 * Returns the educate_degree_code.
	 * @return String
	 */
	public String getEducate_degree_code()
	{
		return educate_degree_code;
	}
	/** 
	 * Set the educate_degree_code.
	 * @param educate_degree_code The educate_degree_code to set
	 */
	public void setEducate_degree_code(String educate_degree_code)
	{
		this.educate_degree_code = educate_degree_code;
	}
	/** 
	 * Returns the birthday.
	 * @return String
	 */
	public String getBirthday()
	{
		return birthday;
	}
	/** 
	 * Set the birthday.
	 * @param birthday The birthday to set
	 */
	public void setBirthday(String birthday)
	{
		this.birthday = birthday;
	}
	/** 
	 * Returns the religion_code.
	 * @return String
	 */
	public String getReligion_code()
	{
		return religion_code;
	}
	/** 
	 * Set the religion_code.
	 * @param religion_code The religion_code to set
	 */
	public void setReligion_code(String religion_code)
	{
		this.religion_code = religion_code;
	}
	/** 
	 * Returns the webuser_id.
	 * @return String
	 */
	public String getWebuser_id()
	{
		return webuser_id;
	}
	/** 
	 * Set the webuser_id.
	 * @param webuser_id The webuser_id to set
	 */
	public void setWebuser_id(String webuser_id)
	{
		this.webuser_id = webuser_id;
	}
	/** 
	 * Returns the cust_id.
	 * @return Int
	 */
	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 job_type_code.
	 * @return String
	 */
	public String getJob_type_code()
	{
		return job_type_code;
	}
	/** 
	 * Set the job_type_code.
	 * @param job_type_code The job_type_code to set
	 */
	public void setJob_type_code(String job_type_code)
	{
		this.job_type_code = job_type_code;
	}
	/** 
	 * Returns the pspt_addr.
	 * @return String
	 */
	public String getPspt_addr()
	{
		return pspt_addr;
	}
	/** 
	 * Set the pspt_addr.
	 * @param pspt_addr The pspt_addr to set
	 */
	public void setPspt_addr(String pspt_addr)
	{
		this.pspt_addr = pspt_addr;
	}
	/** 
	 * Returns the contact_phone.
	 * @return String
	 */
	public String getContact_phone()
	{
		return contact_phone;
	}
	/** 
	 * Set the contact_phone.
	 * @param contact_phone The contact_phone to set
	 */
	public void setContact_phone(String contact_phone)
	{
		this.contact_phone = contact_phone;
	}
	/** 
	 * Returns the community_id.
	 * @return String
	 */
	public String getCommunity_id()
	{
		return community_id;
	}
	/** 
	 * Set the community_id.
	 * @param community_id The community_id to set
	 */
	public void setCommunity_id(String community_id)
	{
		this.community_id = community_id;
	}
	/** 
	 * Returns the folk_code.
	 * @return String
	 */
	public String getFolk_code()
	{
		return folk_code;
	}
	/** 
	 * Set the folk_code.
	 * @param folk_code The folk_code to set
	 */
	public void setFolk_code(String folk_code)
	{
		this.folk_code = folk_code;
	}
	/** 
	 * Returns the fax_nbr.
	 * @return String
	 */
	public String getFax_nbr()
	{
		return fax_nbr;
	}
	/** 
	 * Set the fax_nbr.
	 * @param fax_nbr The fax_nbr to set
	 */
	public void setFax_nbr(String fax_nbr)
	{
		this.fax_nbr = fax_nbr;
	}
	/** 
	 * Returns the marriage.
	 * @return String
	 */
	public String getMarriage()
	{
		return marriage;
	}
	/** 
	 * Set the marriage.
	 * @param marriage The marriage to set
	 */
	public void setMarriage(String marriage)
	{
		this.marriage = marriage;
	}
	/** 
	 * Returns the contact.
	 * @return String
	 */
	public String getContact()
	{
		return contact;
	}
	/** 
	 * Set the contact.
	 * @param contact The contact to set
	 */
	public void setContact(String contact)
	{
		this.contact = contact;
	}
	/** 
	 * Returns the web_passwd.
	 * @return String
	 */
	public String getWeb_passwd()
	{
		return web_passwd;
	}
	/** 
	 * Set the web_passwd.
	 * @param web_passwd The web_passwd to set
	 */
	public void setWeb_passwd(String web_passwd)
	{
		this.web_passwd = web_passwd;
	}
	/** 
	 * Returns the character_type_code.
	 * @return String
	 */
	public String getCharacter_type_code()
	{
		return character_type_code;
	}
	/** 
	 * Set the character_type_code.
	 * @param character_type_code The character_type_code to set
	 */
	public void setCharacter_type_code(String character_type_code)
	{
		this.character_type_code = character_type_code;
	}
	/** 
	 * Returns the population.
	 * @return Int
	 */
	public int getPopulation()
	{
		return population;
	}
	/** 
	 * Set the population.
	 * @param population The population to set
	 */
	public void setPopulation(int population)
	{
		this.population = population;
	}
	/** 
	 * Returns the email.
	 * @return String
	 */
	public String getEmail()
	{
		return email;
	}
	/** 
	 * Set the email.
	 * @param email The email to set
	 */
	public void setEmail(String email)
	{
		this.email = email;
	}
	/** 
	 * 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;
	}
}

⌨️ 快捷键说明

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