首页>代码>JSP+SQL Server开发网络相册网站源代码下载>/网络相册模块/08/src/com/wy/form/UserInfo.java
package com.wy.form;

public class UserInfo {
	private Integer id = -1;      //设置数据库自动编号对象
	private String username = ""; //设置用户名称对象
	private String password = ""; //设置用户登录密码对象
	private String realname = ""; //设置用户真实姓名对象
	private String email = "";    //设置用户email地址对象
	private String question = ""; //设置用户问题对象
	private String result = "";   //设置用户答案对象
	/*************将email地址对象设置为getXXX()和setXXX()*******************/
	public String getEmail() {
		return email;
	}
	public void setEmail(String email) {
		this.email = email;
	}
	/***********************************************/
	/*************将id对象设置为getXXX()和setXXX()*******************/
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	/*************将password对象设置为getXXX()和setXXX()*******************/
	/***********************************************/
	public String getPassword() {
		return password;
	}
	public void setPassword(String password) {
		this.password = password;
	}
	/***********************************************/
	/*************将question对象设置为getXXX()和setXXX()*******************/
	public String getQuestion() {
		return question;
	}
	public void setQuestion(String question) {
		this.question = question;
	}
	/***********************************************/
	/*************将realname对象设置为getXXX()和setXXX()*******************/
	public String getRealname() {
		return realname;
	}
	public void setRealname(String realname) {
		this.realname = realname;
	}
	/***********************************************/
	/*************将result对象设置为getXXX()和setXXX()*******************/
	public String getResult() {
		return result;
	}
	public void setResult(String result) {
		this.result = result;
	}	
	/***********************************************/
	/*************将username对象设置为getXXX()和setXXX()*******************/
	public String getUsername() {
		return username;
	}
	public void setUsername(String username) {
		this.username = username;
	}
	/***********************************************/
}
最近下载更多
liu2022  LV14 2022年7月31日
缘------  LV9 2021年9月1日
HCY666  LV2 2021年6月30日
 LV5 2021年6月23日
明123456  LV11 2021年5月27日
Madao  LV3 2021年5月11日
能不能不存在  LV13 2021年1月16日
chunqiu  LV5 2020年12月20日
李杨洋  LV9 2020年11月24日
江夙溪  LV1 2020年11月22日
最近浏览更多
asddwh  LV12 2023年12月29日
微信网友_6680567232876544  LV8 2023年10月10日
1997akkk  LV5 2023年7月5日
768881787  LV7 2023年6月26日
自知则知之1  LV2 2023年5月26日
13133117021  LV4 2023年5月20日
distanceq  LV2 2023年5月15日
kkkaaaa  LV3 2023年5月9日
balabalawuyu  LV6 2023年5月8日
泓鼎168  LV19 2023年3月30日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友