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

📄 tuser.java

📁 一个简单的用Spring+Hibernate+Struts的亿阳信通系统
💻 JAVA
字号:
package com.chinatelecom.mode;

import java.util.HashSet;
import java.util.Set;

/**
 * TUser generated by MyEclipse Persistence Tools
 */

public class TUser implements java.io.Serializable {

	// Fields

	private String userId;

	private TDept TDept;

	private String userName;

	private String userPwd;

	private String userType;

	private String userPhone;

	private String userEmail;

	private String userMobile;

	private String userFax;

	private String userNote;

	private String userFlag;
	
	private String c;

	private Set TPcrooms = new HashSet(0);
	
	private Set TDepts = new HashSet(0);

	// Constructors

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

	public Set getTDepts() {
		return TDepts;
	}

	public void setTDepts(Set depts) {
		TDepts = depts;
	}

	/** minimal constructor */
	public TUser(String userId, String userName, String userPwd) {
		this.userId = userId;
		this.userName = userName;
		this.userPwd = userPwd;
	}

	/** full constructor */
	public TUser(String userId, TDept TDept, String userName, String userPwd,
			String userType, String userPhone, String userEmail,
			String userMobile, String userFax, String userNote,
			String userFlag, Set TPcrooms, Set TDepts) {
		this.userId = userId;
		this.TDept = TDept;
		this.userName = userName;
		this.userPwd = userPwd;
		this.userType = userType;
		this.userPhone = userPhone;
		this.userEmail = userEmail;
		this.userMobile = userMobile;
		this.userFax = userFax;
		this.userNote = userNote;
		this.userFlag = userFlag;
		this.TPcrooms = TPcrooms;
	}

	// Property accessors

	public String getUserId() {
		return this.userId;
	}

	public void setUserId(String userId) {
		this.userId = userId;
	}

	public TDept getTDept() {
		return this.TDept;
	}

	public void setTDept(TDept TDept) {
		this.TDept = TDept;
	}

	public String getUserName() {
		return this.userName;
	}

	public void setUserName(String userName) {
		this.userName = userName;
	}

	public String getUserPwd() {
		return this.userPwd;
	}

	public void setUserPwd(String userPwd) {
		this.userPwd = userPwd;
	}

	public String getUserType() {
		return this.userType;
	}

	public void setUserType(String userType) {
		this.userType = userType;
	}

	public String getUserPhone() {
		return this.userPhone;
	}

	public void setUserPhone(String userPhone) {
		this.userPhone = userPhone;
	}

	public String getUserEmail() {
		return this.userEmail;
	}

	public void setUserEmail(String userEmail) {
		this.userEmail = userEmail;
	}

	public String getUserMobile() {
		return this.userMobile;
	}

	public void setUserMobile(String userMobile) {
		this.userMobile = userMobile;
	}

	public String getUserFax() {
		return this.userFax;
	}

	public void setUserFax(String userFax) {
		this.userFax = userFax;
	}

	public String getUserNote() {
		return this.userNote;
	}

	public void setUserNote(String userNote) {
		this.userNote = userNote;
	}

	public String getUserFlag() {
		return this.userFlag;
	}

	public void setUserFlag(String userFlag) {
		this.userFlag = userFlag;
	}

	public Set getTPcrooms() {
		return this.TPcrooms;
	}

	public void setTPcrooms(Set TPcrooms) {
		this.TPcrooms = TPcrooms;
	}

	public String getC() {
		return c;
	}

	public void setC(String c) {
		this.c = c;
	}
}

⌨️ 快捷键说明

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