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

📄 employeetable.java

📁 一个汽车售后服务站的典型的进销管理系统,B/S模式的
💻 JAVA
字号:
package com.xfaccp.form;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionMapping;

import com.xfaccp.base.BaseForm;

/**
 * EmployeeTable generated by MyEclipse Persistence Tools
 */

public class EmployeeTable extends BaseForm {

	// Fields

	public void reset(ActionMapping arg0, HttpServletRequest arg1) {
		this.birthday="";
		this.duty="";
		this.email="";
		this.userName="";
		this.employeeNo="";
		this.empPhone="";
		this.empSex="";
		this.salary=0.0f;
		this.pwd="";
		this.empName="";
		this.depId=0;
	}

	private DepartmentTable departmentTable;

	private String employeeNo;

	private String userName;

	private String pwd;

	private String empName;

	private String empSex;

	private String empPhone;

	private int depId;
	
	private String duty;

	private String birthday;

	private String jobPass;

	private Float salary;

	private String email;
	private String validateNum;
	private String newPwd1;
	private String newPwd2;
	// Constructors

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

	/** full constructor */
	public EmployeeTable(DepartmentTable departmentTable, String employeeNo,
			String userName, String pwd, String empName, String empSex,
			String empPhone, int depId, String birthday, String jobPass,
			Float salary, String email) {
		this.departmentTable = departmentTable;
		this.employeeNo = employeeNo;
		this.userName = userName;
		this.pwd = pwd;
		this.empName = empName;
		this.empSex = empSex;
		this.empPhone = empPhone;
		this.birthday = birthday;
		this.depId = depId;
		this.jobPass = jobPass;
		this.salary = salary;
		this.email = email;
	}

	// Property accessors

	

	public DepartmentTable getDepartmentTable() {
		return this.departmentTable;
	}

	public void setDepartmentTable(DepartmentTable departmentTable) {
		this.departmentTable = departmentTable;
	}

	public String getEmployeeNo() {
		return this.employeeNo;
	}

	public void setEmployeeNo(String employeeNo) {
		this.employeeNo = employeeNo;
	}

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

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

	public String getPwd() {
		return this.pwd;
	}

	public void setPwd(String pwd) {
		this.pwd = pwd;
	}

	public String getEmpName() {
		return this.empName;
	}

	public void setEmpName(String empName) {
		this.empName = empName;
	}

	public String getEmpSex() {
		return this.empSex;
	}

	public void setEmpSex(String empSex) {
		this.empSex = empSex;
	}

	public String getEmpPhone() {
		return this.empPhone;
	}

	public void setEmpPhone(String empPhone) {
		this.empPhone = empPhone;
	}



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

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

	public String getJobPass() {
		return this.jobPass;
	}

	public void setJobPass(String jobPass) {
		this.jobPass = jobPass;
	}

	public Float getSalary() {
		return this.salary;
	}

	public void setSalary(Float salary) {
		this.salary = salary;
	}

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

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

	public String getValidateNum() {
		return validateNum;
	}

	public void setValidateNum(String validateNum) {
		this.validateNum = validateNum;
	}

	public int getDepId() {
		return depId;
	}

	public void setDepId(int depId) {
		this.depId = depId;
	}

	public String getDuty() {
		return duty;
	}

	public void setDuty(String duty) {
		this.duty = duty;
	}

	public String getNewPwd1() {
		return newPwd1;
	}

	public void setNewPwd1(String newPwd1) {
		this.newPwd1 = newPwd1;
	}

	public String getNewPwd2() {
		return newPwd2;
	}

	public void setNewPwd2(String newPwd2) {
		this.newPwd2 = newPwd2;
	}

}

⌨️ 快捷键说明

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