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

📄 userinfo.java

📁 jaguey,网上的一个朋友给我的
💻 JAVA
字号:
package net.javapassion.jaguey.domain;

import java.util.Date;

//版本: JagueyBBS 1.1
//功能: 论坛用户信息数据库映射Bean
//作者: 赵程佳
//时间: 2006-02-05 19:12:55

public class UserInfo {
	private Long userId;
	private String userName;
	private String password;
	private String eMail;
	private String sex;
	private Date birthday;
	private Date applyDate;
	private String icq;
	private String oicq;
	private String userPhoto;
	private String homePage;
	private String question;
	private String answer;
	private String trueName;
	private String address;
	private String tel;
	private String mobile;
	private Date lastTime;
	private Long announceTopic;
	private Long announceGood;
	private Integer level;
	private Long charm;
	private Long cachet;
	private Long integral;
	private UserRole userRole;
	
	public UserInfo(Long userId, String userName, String password, String eMail, 
			String sex, Date birthday, Date applyDate, String icq, String oicq, 
			String userPhoto, String homePage, String question, String answer, 
			String trueName, String address, String tel, String mobile, 
			Date lastTime, Long announceTopic, Long announceGood, Integer level, 
			Long charm, Long cachet, Long integral, UserRole userRole) {
		this.userId = userId;
		this.userName = userName;
		this.password = password;
		this.eMail = eMail;
		this.sex = sex;
		this.birthday = birthday;
		this.applyDate = applyDate;
		this.icq = icq;
		this.oicq = oicq;
		this.userPhoto = userPhoto;
		this.homePage = homePage;
		this.question = question;
		this.answer = answer;
		this.trueName = trueName;
		this.address = address;
		this.tel = tel;
		this.mobile = mobile;
		this.lastTime = lastTime;
		this.announceTopic = announceTopic;
		this.announceGood = announceGood;
		this.level = level;
		this.charm = charm;
		this.cachet = cachet;
		this.integral = integral;
		this.userRole = userRole;
	}
	
	public UserInfo() {
	}

	public Long getUserId() {
		return this.userId;
	}
	
	public void setUserId(Long userId) {
		this.userId = userId;
	}
	
	public String getUserName() {
		return this.userName;
	}
	
	public void setUserName(String userName) {
		this.userName = userName;
	}
	
	public String getPassword() {
		return this.password;
	}
	
	public void setPassword(String password) {
		this.password = password;
	}
	
	public String getEMail() {
		return this.eMail;
	}
	
	public void setEMail(String eMail) {
		this.eMail = eMail;
	}
	
	public String getSex() {
		return this.sex;
	}
	
	public void setSex(String sex) {
		this.sex = sex;
	}
	
	public Date getBirthday() {
		return this.birthday;
	}
	
	public void setBirthday(Date birthday) {
		this.birthday = birthday;
	}
	
	public Date getApplyDate() {
		return this.applyDate;
	}
	
	public void setApplyDate(Date applyDate) {
		this.applyDate = applyDate;
	}
	
	public String getIcq() {
		return this.icq;
	}
	
	public void setIcq(String icq) {
		this.icq = icq;
	}
	
	public String getOicq() {
		return this.oicq;
	}
	
	public void setOicq(String oicq) {
		this.oicq = oicq;
	}
	
	public String getUserPhoto() {
		return this.userPhoto;
	}
	
	public void setUserPhoto(String userPhoto) {
		this.userPhoto = userPhoto;
	}
	
	public String getHomePage() {
		return this.homePage;
	}
	
	public void setHomePage(String homePage) {
		this.homePage = homePage;
	}
	
	public String getQuestion() {
		return this.question;
	}
	
	public void setQuestion(String question) {
		this.question = question;
	}
	
	public String getAnswer() {
		return this.answer;
	}
	
	public void setAnswer(String answer) {
		this.answer = answer;
	}
	
	public String getTrueName() {
		return this.trueName;
	}
	
	public void setTrueName(String trueName) {
		this.trueName = trueName;
	}
	
	public String getAddress() {
		return this.address;
	}
	
	public void setAddress(String address) {
		this.address = address;
	}
	
	public String getTel() {
		return this.tel;
	}
	
	public void setTel(String tel) {
		this.tel = tel;
	}
	
	public String getMobile() {
		return this.mobile;
	}
	
	public void setMobile(String mobile) {
		this.mobile = mobile;
	}
	
	public Date getLastTime() {
		return this.lastTime;
	}
	
	public void setLastTime(Date lastTime) {
		this.lastTime = lastTime;
	}
	
	public Long getAnnounceTopic() {
		return this.announceTopic;
	}
	
	public void setAnnounceTopic(Long announceTopic) {
		this.announceTopic = announceTopic;
	}
	
	public Long getAnnounceGood() {
		return this.announceGood;
	}
	
	public void setAnnounceGood(Long announceGood) {
		this.announceGood = announceGood;
	}
	
	public Integer getLevel() {
		return this.level;
	}
	
	public void setLevel(Integer level) {
		this.level = level;
	}
	
	public Long getCharm() {
		return this.charm;
	}
	
	public void setCharm(Long charm) {
		this.charm = charm;
	}
	
	public Long getCachet() {
		return this.cachet;
	}
	
	public void setCachet(Long cachet) {
		this.cachet = cachet;
	}
	
	public Long getIntegral() {
		return this.integral;
	}
	
	public void setIntegral(Long integral) {
		this.integral = integral;
	}
	
	public UserRole getUserRole() {
		return this.userRole;
	}
	
	public void setUserRole(UserRole userRole) {
		this.userRole = userRole;
	}
}

⌨️ 快捷键说明

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