userinfovo.java

来自「J2ee开发的 人事管理系统 使用oracle数据库 myeclips平台开」· Java 代码 · 共 316 行

JAVA
316
字号
package com.galaxy.vo;

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

/**
 * UserInfo generated by MyEclipse Persistence Tools
 */

public class UserInfoVO implements java.io.Serializable {

	// Fields

	private Long uiId;

	private DeptInfoVO deptInfo;

	private RoleInfoVO roleInfo;

	private String uiLoadname;
	
	private String uiPassword;

	private String uiRealname;

	private String uiState;

	private String uiSex;

	private String uiXueli;

	private String uiDegree;

	private String uiZhiwu;

	private String uiDuty;

	private String uiPhoto;

	private Long uiPersonid;

	private Long uiAge;

	private String uiExtend="";
	
	private String uiIDCardNum;
	
	private String uiRetireState;

	private Set rewardPunishs = new HashSet(0);

	private Set employeeRecords = new HashSet(0);

	private Set changeRecords = new HashSet(0);

	private Set certRecords = new HashSet(0);

	private Set EContracts = new HashSet(0);

	private Set trUiRses = new HashSet(0);

	private Set employeeFiles = new HashSet(0);
	
	

	// Constructors

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

	/** minimal constructor */
	public UserInfoVO(Long uiId) {
		this.uiId = uiId;
	}

	/** full constructor */
	public UserInfoVO(Long uiId, DeptInfoVO deptInfo, RoleInfoVO roleInfo,
			String uiLoadname, String uiPassword, String uiRealname,
			String uiState, String uiSex, String uiXueli, String uiDegree,
			String uiZhiwu, String uiDuty, String uiPhoto, Long uiPersonid,
			Long uiAge, String uiExtend, Set rewardPunishs,
			Set employeeRecords, Set changeRecords, Set certRecords,
			Set EContracts, Set trUiRses, Set employeeFiles) {
		this.uiId = uiId;
		this.deptInfo = deptInfo;
		this.roleInfo = roleInfo;
		this.uiLoadname = uiLoadname;
		this.uiPassword = uiPassword;
		this.uiRealname = uiRealname;
		this.uiState = uiState;
		this.uiSex = uiSex;
		this.uiXueli = uiXueli;
		this.uiDegree = uiDegree;
		this.uiZhiwu = uiZhiwu;
		this.uiDuty = uiDuty;
		this.uiPhoto = uiPhoto;
		this.uiPersonid = uiPersonid;
		this.uiAge = uiAge;
		this.uiExtend = uiExtend;
		this.rewardPunishs = rewardPunishs;
		this.employeeRecords = employeeRecords;
		this.changeRecords = changeRecords;
		this.certRecords = certRecords;
		this.EContracts = EContracts;
		this.trUiRses = trUiRses;
		this.employeeFiles = employeeFiles;
	}

	// Property accessors

	public Long getUiId() {
		return this.uiId;
	}

	public void setUiId(Long uiId) {
		this.uiId = uiId;
	}

	public DeptInfoVO getDeptInfo() {
		return this.deptInfo;
	}

	public void setDeptInfo(DeptInfoVO deptInfo) {
		this.deptInfo = deptInfo;
	}

	public RoleInfoVO getRoleInfo() {
		return this.roleInfo;
	}

	public void setRoleInfo(RoleInfoVO roleInfo) {
		this.roleInfo = roleInfo;
	}

	public String getUiLoadname() {
		return this.uiLoadname;
	}

	public void setUiLoadname(String uiLoadname) {
		this.uiLoadname = uiLoadname;
	}

	public String getUiPassword() {
		return this.uiPassword;
	}

	public void setUiPassword(String uiPassword) {
		this.uiPassword = uiPassword;
	}

	public String getUiRealname() {
		return this.uiRealname;
	}

	public void setUiRealname(String uiRealname) {
		this.uiRealname = uiRealname;
	}

	public String getUiState() {
		return this.uiState;
	}

	public void setUiState(String uiState) {
		this.uiState = uiState;
	}

	public String getUiSex() {
		return this.uiSex;
	}

	public void setUiSex(String uiSex) {
		this.uiSex = uiSex;
	}

	public String getUiXueli() {
		return this.uiXueli;
	}

	public void setUiXueli(String uiXueli) {
		this.uiXueli = uiXueli;
	}

	public String getUiDegree() {
		return this.uiDegree;
	}

	public void setUiDegree(String uiDegree) {
		this.uiDegree = uiDegree;
	}

	public String getUiZhiwu() {
		return this.uiZhiwu;
	}

	public void setUiZhiwu(String uiZhiwu) {
		this.uiZhiwu = uiZhiwu;
	}

	public String getUiDuty() {
		return this.uiDuty;
	}

	public void setUiDuty(String uiDuty) {
		this.uiDuty = uiDuty;
	}

	public String getUiPhoto() {
		return this.uiPhoto;
	}

	public void setUiPhoto(String uiPhoto) {
		this.uiPhoto = uiPhoto;
	}

	public Long getUiPersonid() {
		return this.uiPersonid;
	}

	public void setUiPersonid(Long uiPersonid) {
		this.uiPersonid = uiPersonid;
	}

	public Long getUiAge() {
		return this.uiAge;
	}

	public void setUiAge(Long uiAge) {
		this.uiAge = uiAge;
	}

	public String getUiExtend() {
		return this.uiExtend;
	}

	public void setUiExtend(String uiExtend) {
		this.uiExtend = uiExtend;
	}

	public Set getRewardPunishs() {
		return this.rewardPunishs;
	}

	public void setRewardPunishs(Set rewardPunishs) {
		this.rewardPunishs = rewardPunishs;
	}

	public Set getEmployeeRecords() {
		return this.employeeRecords;
	}

	public void setEmployeeRecords(Set employeeRecords) {
		this.employeeRecords = employeeRecords;
	}

	public Set getChangeRecords() {
		return this.changeRecords;
	}

	public void setChangeRecords(Set changeRecords) {
		this.changeRecords = changeRecords;
	}

	public Set getCertRecords() {
		return this.certRecords;
	}

	public void setCertRecords(Set certRecords) {
		this.certRecords = certRecords;
	}

	public Set getEContracts() {
		return this.EContracts;
	}

	public void setEContracts(Set EContracts) {
		this.EContracts = EContracts;
	}

	public Set getTrUiRses() {
		return this.trUiRses;
	}

	public void setTrUiRses(Set trUiRses) {
		this.trUiRses = trUiRses;
	}

	public Set getEmployeeFiles() {
		return this.employeeFiles;
	}

	public void setEmployeeFiles(Set employeeFiles) {
		this.employeeFiles = employeeFiles;
	}
	
	public void setIDCardNum(String idCardNum)
	{
		this.uiIDCardNum = idCardNum;
	}
	
	public String getIdCardNum()
	{
		return this.uiIDCardNum;
	}
	
	public void setUiRetireState(String uiRetireState)
	{
		this.uiRetireState = uiRetireState;
	}
	
	public String getUiRetireState()
	{
		return this.uiRetireState;
	}

}

⌨️ 快捷键说明

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