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

📄 forumuser.java

📁 struts+hibernate BBS mysql数据库 功能基本齐全
💻 JAVA
字号:
package com.elan.forum.model;

import java.sql.Timestamp;

/**
 * Forumuser entity.
 * 
 * @author MyEclipse Persistence Tools
 */

public class ForumUser implements java.io.Serializable {

	// Fields

	private Integer id;
	private String username;
	private String password;
	private String trueName;
	private String sex;
	private Timestamp regLateTime;
	private String qq;
	private String icq;
	private String msn;
	private String email;
	private String address;
	private Integer logonTimes;
	private String lastLogonIp;
	private String phone;
	private String forumLevel;
	private Integer topicCount;
	private Integer faceType;
	private String userFace;
	private Timestamp birthday;
	private String marriage;
	private Integer forumPoints;
	private String forumLevelPic;
	private Integer deleteTopicCount;
	private Byte locked;
	private Timestamp lastLoginTime;
	private String question;
	private String answer;
	private Integer mobile;
	private String jobTitle;
	private String sign;
	

	// Constructors

	/** default constructor */
	public ForumUser() {
	}

	/** minimal constructor */
	public ForumUser(String username, String password, String sex) {
		this.username = username;
		this.password = password;
		this.sex = sex;
	}

	/** full constructor */
	public ForumUser(String username, String password, String trueName,
			String sex, Timestamp regLateTime, String qq, String icq,
			String msn, String email, String address, Integer logonTimes,
			String lastLogonIp, String phone, String forumLevel,
			Integer topicCount, Integer faceType, String userFace,
			Timestamp birthday, String marriage, Integer forumPoints,
			String forumLevelPic, Integer deleteTopicCount, Byte locked,
			Timestamp lastLoginTime, String question, String answer,
			Integer mobile, String jobTitle, String sign) {
		this.username = username;
		this.password = password;
		this.trueName = trueName;
		this.sex = sex;
		this.regLateTime = regLateTime;
		this.qq = qq;
		this.icq = icq;
		this.msn = msn;
		this.email = email;
		this.address = address;
		this.logonTimes = logonTimes;
		this.lastLogonIp = lastLogonIp;
		this.phone = phone;
		this.forumLevel = forumLevel;
		this.topicCount = topicCount;
		this.faceType = faceType;
		this.userFace = userFace;
		this.birthday = birthday;
		this.marriage = marriage;
		this.forumPoints = forumPoints;
		this.forumLevelPic = forumLevelPic;
		this.deleteTopicCount = deleteTopicCount;
		this.locked = locked;
		this.lastLoginTime = lastLoginTime;
		this.question = question;
		this.answer = answer;
		this.mobile = mobile;
		this.jobTitle = jobTitle;
		this.sign = sign;
	}

	// Property accessors

	public Integer getId() {
		return this.id;
	}

	public void setId(Integer id) {
		this.id = id;
	}

	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 getTrueName() {
		return this.trueName;
	}

	public void setTrueName(String trueName) {
		this.trueName = trueName;
	}

	public String getSex() {
		return this.sex;
	}

	public void setSex(String sex) {
		this.sex = sex;
	}

	public Timestamp getRegLateTime() {
		return this.regLateTime;
	}

	public void setRegLateTime(Timestamp regLateTime) {
		this.regLateTime = regLateTime;
	}

	public String getQq() {
		return this.qq;
	}

	public void setQq(String qq) {
		this.qq = qq;
	}

	public String getIcq() {
		return this.icq;
	}

	public void setIcq(String icq) {
		this.icq = icq;
	}

	public String getMsn() {
		return this.msn;
	}

	public void setMsn(String msn) {
		this.msn = msn;
	}

	public String getEmail() {
		return this.email;
	}

	public void setEmail(String email) {
		this.email = email;
	}

	public String getAddress() {
		return this.address;
	}

	public void setAddress(String address) {
		this.address = address;
	}

	public Integer getLogonTimes() {
		return this.logonTimes;
	}

	public void setLogonTimes(Integer logonTimes) {
		this.logonTimes = logonTimes;
	}

	public String getLastLogonIp() {
		return this.lastLogonIp;
	}

	public void setLastLogonIp(String lastLogonIp) {
		this.lastLogonIp = lastLogonIp;
	}

	public String getPhone() {
		return this.phone;
	}

	public void setPhone(String phone) {
		this.phone = phone;
	}

	public String getForumLevel() {
		return this.forumLevel;
	}

	public void setForumLevel(String forumLevel) {
		this.forumLevel = forumLevel;
	}

	public Integer getTopicCount() {
		return this.topicCount;
	}

	public void setTopicCount(Integer topicCount) {
		this.topicCount = topicCount;
	}

	public Integer getFaceType() {
		return this.faceType;
	}

	public void setFaceType(Integer faceType) {
		this.faceType = faceType;
	}

	public String getUserFace() {
		return this.userFace;
	}

	public void setUserFace(String userFace) {
		this.userFace = userFace;
	}

	public Timestamp getBirthday() {
		return this.birthday;
	}

	public void setBirthday(Timestamp birthday) {
		this.birthday = birthday;
	}

	public String getMarriage() {
		return this.marriage;
	}

	public void setMarriage(String marriage) {
		this.marriage = marriage;
	}

	public Integer getForumPoints() {
		return this.forumPoints;
	}

	public void setForumPoints(Integer forumPoints) {
		this.forumPoints = forumPoints;
	}

	public String getForumLevelPic() {
		return this.forumLevelPic;
	}

	public void setForumLevelPic(String forumLevelPic) {
		this.forumLevelPic = forumLevelPic;
	}

	public Integer getDeleteTopicCount() {
		return this.deleteTopicCount;
	}

	public void setDeleteTopicCount(Integer deleteTopicCount) {
		this.deleteTopicCount = deleteTopicCount;
	}

	public Byte getLocked() {
		return this.locked;
	}

	public void setLocked(Byte locked) {
		this.locked = locked;
	}

	public Timestamp getLastLoginTime() {
		return this.lastLoginTime;
	}

	public void setLastLoginTime(Timestamp lastLoginTime) {
		this.lastLoginTime = lastLoginTime;
	}

	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 Integer getMobile() {
		return this.mobile;
	}

	public void setMobile(Integer mobile) {
		this.mobile = mobile;
	}

	public String getJobTitle() {
		return this.jobTitle;
	}

	public void setJobTitle(String jobTitle) {
		this.jobTitle = jobTitle;
	}

	public String getSign() {
		return this.sign;
	}

	public void setSign(String sign) {
		this.sign = sign;
	}

}

⌨️ 快捷键说明

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