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

📄 userform.java

📁 java阿里巴巴代码
💻 JAVA
字号:
package com.saas.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;

public class UserForm extends ActionForm{
	
	
	private String user_name;
	private String cust_id;
	private String user_state;
	private String passwd;
	private String user_type;
	private String user_class;
	private String eparchy_code;
	private String city_code;
	private String depart_code;
	private String passwd_ques;
	private String passwd_answer;
	private String reg_date;
	private String reg_type;
	private String score_value;
	private String credit_class;
	private String web_login_tag;
	private String rsrv_str1;
	private String rsrv_str2;
	private String rsrv_str3;
	private String rsrv_str4;
	private String rsrv_str5;
	private String remark;
	public String getCity_code() {
		return city_code;
	}
	public void setCity_code(String city_code) {
		this.city_code = city_code;
	}
	public String getCredit_class() {
		return credit_class;
	}
	public void setCredit_class(String credit_class) {
		this.credit_class = credit_class;
	}
	public String getCust_id() {
		return cust_id;
	}
	public void setCust_id(String cust_id) {
		this.cust_id = cust_id;
	}
	public String getDepart_code() {
		return depart_code;
	}
	public void setDepart_code(String depart_code) {
		this.depart_code = depart_code;
	}
	public String getEparchy_code() {
		return eparchy_code;
	}
	public void setEparchy_code(String eparchy_code) {
		this.eparchy_code = eparchy_code;
	}
	public String getPasswd() {
		return passwd;
	}
	public void setPasswd(String passwd) {
		this.passwd = passwd;
	}
	public String getPasswd_answer() {
		return passwd_answer;
	}
	public void setPasswd_answer(String passwd_answer) {
		this.passwd_answer = passwd_answer;
	}
	public String getPasswd_ques() {
		return passwd_ques;
	}
	public void setPasswd_ques(String passwd_ques) {
		this.passwd_ques = passwd_ques;
	}
	public String getReg_date() {
		return reg_date;
	}
	public void setReg_date(String reg_date) {
		this.reg_date = reg_date;
	}
	public String getReg_type() {
		return reg_type;
	}
	public void setReg_type(String reg_type) {
		this.reg_type = reg_type;
	}
	public String getRemark() {
		return remark;
	}
	public void setRemark(String remark) {
		this.remark = remark;
	}
	public String getRsrv_str1() {
		return rsrv_str1;
	}
	public void setRsrv_str1(String rsrv_str1) {
		this.rsrv_str1 = rsrv_str1;
	}
	public String getRsrv_str2() {
		return rsrv_str2;
	}
	public void setRsrv_str2(String rsrv_str2) {
		this.rsrv_str2 = rsrv_str2;
	}
	public String getRsrv_str3() {
		return rsrv_str3;
	}
	public void setRsrv_str3(String rsrv_str3) {
		this.rsrv_str3 = rsrv_str3;
	}
	public String getRsrv_str4() {
		return rsrv_str4;
	}
	public void setRsrv_str4(String rsrv_str4) {
		this.rsrv_str4 = rsrv_str4;
	}
	public String getRsrv_str5() {
		return rsrv_str5;
	}
	public void setRsrv_str5(String rsrv_str5) {
		this.rsrv_str5 = rsrv_str5;
	}
	public String getScore_value() {
		return score_value;
	}
	public void setScore_value(String score_value) {
		this.score_value = score_value;
	}
	public String getUser_class() {
		return user_class;
	}
	public void setUser_class(String user_class) {
		this.user_class = user_class;
	}
	
	public String getUser_name() {
		return user_name;
	}
	public void setUser_name(String user_name) {
		this.user_name = user_name;
	}
	public String getUser_state() {
		return user_state;
	}
	public void setUser_state(String user_state) {
		this.user_state = user_state;
	}
	public String getUser_type() {
		return user_type;
	}
	public void setUser_type(String user_type) {
		this.user_type = user_type;
	}
	public String getWeb_login_tag() {
		return web_login_tag;
	}
	public void setWeb_login_tag(String web_login_tag) {
		this.web_login_tag = web_login_tag;
	}
	
	public ActionErrors validate(ActionMapping mapping,
			HttpServletRequest request) {
		// TODO Auto-generated method stub
		return null;
	}
	public void reset(ActionMapping mapping, HttpServletRequest request) {
		// TODO Auto-generated method stub
	}
	
}

⌨️ 快捷键说明

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