📄 m_detailvo.java
字号:
/*
* 僔僗僥儉丂丂丗 嶳廏HR僔僗僥儉奐敪
* 僒僽僔僗僥儉丗 WEB僔僗僥儉
*
* VER 丂曄峏擔 丂晹壽 扴摉幰 丂曄峏撪梕
* -----------------------------------------------------------------
* V1.00 丂丂${date} (ShanXiu丂Soft) Tuwenjie 弶斉
*
* (C) Copyright SHANXIU CORPORATION 2006
* All Rights Reserved.
*
*/
package net.shanxiu.HR.vo;
import java.io.Serializable;
/**
* M_DetailVo
*/
public class M_DetailVo implements Serializable {
private String name;
private String id;
private String birth_year;
private String birth_month;
private String birth_day;
private String sex;
private String grade;
private String born_in;
private String polity;
private String telephone;
private String address;
private String number; //id number
private String get_marry;
private String in_year;
private String in_month;
private String in_day;
private String out_year;
private String out_month;
private String out_day;
private String salary;
private String guard;
private String password;
private String dep_name;
private String manager;
/**
* @return Returns the address.
*/
public String getAddress() {
return address;
}
/**
* @param address The address to set.
*/
public void setAddress(String address) {
this.address = address;
}
/**
* @return Returns the birth_day.
*/
public String getBirth_day() {
return birth_day;
}
/**
* @param birth_day The birth_day to set.
*/
public void setBirth_day(String birth_day) {
this.birth_day = birth_day;
}
/**
* @return Returns the birth_month.
*/
public String getBirth_month() {
return birth_month;
}
/**
* @param birth_month The birth_month to set.
*/
public void setBirth_month(String birth_month) {
this.birth_month = birth_month;
}
/**
* @return Returns the birth_year.
*/
public String getBirth_year() {
return birth_year;
}
/**
* @param birth_year The birth_year to set.
*/
public void setBirth_year(String birth_year) {
this.birth_year = birth_year;
}
/**
* @return Returns the born_in.
*/
public String getBorn_in() {
return born_in;
}
/**
* @param born_in The born_in to set.
*/
public void setBorn_in(String born_in) {
this.born_in = born_in;
}
/**
* @return Returns the dep_name.
*/
public String getDep_name() {
return dep_name;
}
/**
* @param dep_name The dep_name to set.
*/
public void setDep_name(String dep_name) {
this.dep_name = dep_name;
}
/**
* @return Returns the get_marry.
*/
public String getGet_marry() {
return get_marry;
}
/**
* @param get_marry The get_marry to set.
*/
public void setGet_marry(String get_marry) {
this.get_marry = get_marry;
}
/**
* @return Returns the grade.
*/
public String getGrade() {
return grade;
}
/**
* @param grade The grade to set.
*/
public void setGrade(String grade) {
this.grade = grade;
}
/**
* @return Returns the guard.
*/
public String getGuard() {
return guard;
}
/**
* @param guard The guard to set.
*/
public void setGuard(String guard) {
this.guard = guard;
}
/**
* @return Returns the id.
*/
public String getId() {
return id;
}
/**
* @param id The id to set.
*/
public void setId(String id) {
this.id = id;
}
/**
* @return Returns the in_day.
*/
public String getIn_day() {
return in_day;
}
/**
* @param in_day The in_day to set.
*/
public void setIn_day(String in_day) {
this.in_day = in_day;
}
/**
* @return Returns the in_month.
*/
public String getIn_month() {
return in_month;
}
/**
* @param in_month The in_month to set.
*/
public void setIn_month(String in_month) {
this.in_month = in_month;
}
/**
* @return Returns the in_year.
*/
public String getIn_year() {
return in_year;
}
/**
* @param in_year The in_year to set.
*/
public void setIn_year(String in_year) {
this.in_year = in_year;
}
/**
* @return Returns the manager.
*/
public String getManager() {
return manager;
}
/**
* @param manager The manager to set.
*/
public void setManager(String manager) {
this.manager = manager;
}
/**
* @return Returns the name.
*/
public String getName() {
return name;
}
/**
* @param name The name to set.
*/
public void setName(String name) {
this.name = name;
}
/**
* @return Returns the number.
*/
public String getNumber() {
return number;
}
/**
* @param number The number to set.
*/
public void setNumber(String number) {
this.number = number;
}
/**
* @return Returns the out_day.
*/
public String getOut_day() {
return out_day;
}
/**
* @param out_day The out_day to set.
*/
public void setOut_day(String out_day) {
this.out_day = out_day;
}
/**
* @return Returns the out_month.
*/
public String getOut_month() {
return out_month;
}
/**
* @param out_month The out_month to set.
*/
public void setOut_month(String out_month) {
this.out_month = out_month;
}
/**
* @return Returns the out_year.
*/
public String getOut_year() {
return out_year;
}
/**
* @param out_year The out_year to set.
*/
public void setOut_year(String out_year) {
this.out_year = out_year;
}
/**
* @return Returns the polity.
*/
public String getPolity() {
return polity;
}
/**
* @param polity The polity to set.
*/
public void setPolity(String polity) {
this.polity = polity;
}
/**
* @return Returns the salary.
*/
public String getSalary() {
return salary;
}
/**
* @param salary The salary to set.
*/
public void setSalary(String salary) {
this.salary = salary;
}
/**
* @return Returns the sex.
*/
public String getSex() {
return sex;
}
/**
* @param sex The sex to set.
*/
public void setSex(String sex) {
this.sex = sex;
}
/**
* @return Returns the telephone.
*/
public String getTelephone() {
return telephone;
}
/**
* @param telephone The telephone to set.
*/
public void setTelephone(String telephone) {
this.telephone = telephone;
}
/**
* @return Returns the password.
*/
public String getPassword() {
return password;
}
/**
* @param password The password to set.
*/
public void setPassword(String password) {
this.password = password;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -