亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? 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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品乡下勾搭老头1| 亚洲国产wwwccc36天堂| 日韩午夜av一区| 欧美v日韩v国产v| 精品国产一区a| 国产日产亚洲精品系列| 久久久久久久久伊人| 国产一区二区三区四区五区美女| 日韩美女视频一区二区 | 亚洲视频精选在线| 亚洲欧美自拍偷拍色图| 一区二区三区欧美视频| 亚洲成人你懂的| 麻豆国产精品官网| 成人午夜电影小说| 欧美日韩小视频| 成人欧美一区二区三区视频网页| 国产精品系列在线观看| 一区二区三区在线观看视频| 欧美极品少妇xxxxⅹ高跟鞋| 国产精品久久久久国产精品日日| 亚洲欧美一区二区三区极速播放 | 中文字幕在线不卡| 亚洲线精品一区二区三区| 日韩电影在线一区| 国产福利精品一区二区| 日本韩国欧美国产| 亚洲精品一区二区三区在线观看| 亚洲国产精品99久久久久久久久 | 亚洲成人免费av| 成人av在线影院| 精品国产免费人成在线观看| 久久久99久久| 玖玖九九国产精品| 99久久精品费精品国产一区二区| 欧美变态tickling挠脚心| 一区二区三区精品视频| 成人福利视频在线看| 欧美成人三级电影在线| 免费欧美在线视频| 欧美一区二区不卡视频| 一区二区三区四区不卡在线| 成人国产精品视频| 亚洲色图在线看| 94-欧美-setu| 亚洲人成亚洲人成在线观看图片| 岛国精品一区二区| 亚洲欧美日韩人成在线播放| eeuss国产一区二区三区| 国产精品国产精品国产专区不蜜 | 99国产一区二区三精品乱码| 国产亚洲精品中文字幕| www.欧美色图| 亚洲一区日韩精品中文字幕| 色av综合在线| 天天综合网天天综合色| 日韩网站在线看片你懂的| 国产精品伊人色| 国产精品不卡视频| 欧美肥妇free| 成人高清免费观看| 日韩—二三区免费观看av| 精品日韩一区二区三区| www.色精品| 久久丁香综合五月国产三级网站| 中文字幕免费观看一区| 欧美日韩精品一区二区天天拍小说 | 91免费版在线| 国产一区二区三区香蕉| 亚洲精品成人精品456| 欧美精品一区二区在线观看| 91小视频免费看| 激情综合网天天干| 午夜天堂影视香蕉久久| 中文字幕成人av| 日韩一区二区电影网| 色综合天天做天天爱| 日韩av一区二区在线影视| 亚洲欧美激情在线| 欧美国产精品专区| 精品捆绑美女sm三区| 欧美日韩一区在线观看| 成人国产亚洲欧美成人综合网| 国内精品伊人久久久久av影院| 精品一区二区综合| 18成人在线观看| 国产精品五月天| 日韩亚洲欧美一区二区三区| 欧美在线观看视频一区二区 | 色综合久久久久综合体| 国产精品一区2区| 成人国产免费视频| av不卡在线播放| 91福利视频网站| 欧美日韩日本视频| 91精品国产综合久久香蕉麻豆| 欧美日韩专区在线| 欧美日高清视频| 日韩欧美激情一区| 久久久精品影视| 亚洲色图第一区| 肉丝袜脚交视频一区二区| 91精品国产免费久久综合| 日韩黄色在线观看| 一区二区三区欧美久久| 免费在线欧美视频| 国产·精品毛片| 欧洲精品在线观看| www国产精品av| 亚洲欧美在线观看| 蜜臀av亚洲一区中文字幕| 国产成人在线看| 在线精品视频免费观看| 日韩欧美一二三四区| 亚洲人成网站精品片在线观看| 日韩电影在线免费看| 91在线丨porny丨国产| 日韩视频国产视频| 亚洲国产精品视频| www.激情成人| 国产精品天天摸av网| 韩国v欧美v日本v亚洲v| 欧美电影影音先锋| 亚洲第一成年网| 欧美亚洲国产bt| 中文字幕不卡在线观看| 国产乱码精品一区二区三区av | 欧美日韩国产在线播放网站| 久久久不卡网国产精品二区| 美女视频黄久久| 日韩一区二区三区av| 日本不卡免费在线视频| 欧美日韩激情一区二区| 亚洲成人一区在线| 欧美日韩国产高清一区二区三区| 亚洲欧美怡红院| 欧美自拍偷拍一区| 首页国产欧美日韩丝袜| 欧美日韩精品一区二区在线播放| 婷婷六月综合亚洲| 日韩精品一区二区三区swag| 激情综合五月天| 国产亚洲婷婷免费| 97成人超碰视| 亚洲午夜影视影院在线观看| 欧洲精品中文字幕| 六月丁香婷婷色狠狠久久| 久久综合九色综合97婷婷女人| 国内成人精品2018免费看| 久久久精品免费免费| www.亚洲在线| 石原莉奈在线亚洲三区| 久久久一区二区三区| 91美女精品福利| 美女视频一区二区| 国产精品每日更新| 欧美日韩视频专区在线播放| 国产一区二区三区免费播放| 中文字幕亚洲区| 91麻豆精品国产91久久久资源速度| 蜜臀精品久久久久久蜜臀| 国产精品电影一区二区| 制服丝袜亚洲网站| 91婷婷韩国欧美一区二区| 日本午夜一区二区| 亚洲午夜av在线| 中文字幕av资源一区| 欧美videos中文字幕| 欧美日韩免费不卡视频一区二区三区| 极品销魂美女一区二区三区| 亚洲大型综合色站| 亚洲一区二区三区四区不卡| 欧美成人a视频| 日韩一区二区三区三四区视频在线观看 | 日韩精品一区二区三区swag| 在线视频国产一区| 在线国产电影不卡| 91麻豆.com| 在线一区二区三区四区五区 | 在线观看视频欧美| 色久综合一二码| 欧美中文字幕一区| 欧美亚洲高清一区二区三区不卡| 一本久道中文字幕精品亚洲嫩| 丁香六月综合激情| 色综合久久中文字幕| 色婷婷精品大在线视频| 欧美精品aⅴ在线视频| 91精品国产免费| 精品久久一区二区三区| 欧美国产成人在线| 亚洲人一二三区| 日本不卡一区二区三区| 国产一区二区导航在线播放| av一区二区不卡| 欧美亚洲动漫制服丝袜| 天堂蜜桃91精品| 免费高清视频精品| 91同城在线观看| 欧美精品一区二|