familyinfovo.java

来自「办公自动化系统,有人事资源管理模块,考勤管理,审批管理,权限设定等.」· Java 代码 · 共 114 行

JAVA
114
字号
package com.lovo.vo.vicky;

public class FamilyInfoVo {
	private String mName;
	private String mVocation;
	private String fName;
	private String fVocation;
	private String childName;
	private String degree;
	private String position;
	private String phone;
	private String postcode;
	private String id;
	private String otherName;
	private String otherVocation;
	public EmpVoQ myEmpVo;

	public String getChildName() {
		return childName;
	}

	public void setChildName(String childName) {
		this.childName = childName;
	}

	public String getDegree() {
		return degree;
	}

	public void setDegree(String degree) {
		this.degree = degree;
	}

	public String getFName() {
		return fName;
	}

	public void setFName(String name) {
		fName = name;
	}

	public String getFVocation() {
		return fVocation;
	}

	public void setFVocation(String vocation) {
		fVocation = vocation;
	}

	public String getId() {
		return id;
	}

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

	public String getMName() {
		return mName;
	}

	public void setMName(String name) {
		mName = name;
	}

	public String getMVocation() {
		return mVocation;
	}

	public void setMVocation(String vocation) {
		mVocation = vocation;
	}

	public String getOtherName() {
		return otherName;
	}

	public void setOtherName(String otherName) {
		this.otherName = otherName;
	}

	public String getOtherVocation() {
		return otherVocation;
	}

	public void setOtherVocation(String otherVocation) {
		this.otherVocation = otherVocation;
	}

	public String getPhone() {
		return phone;
	}

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

	public String getPosition() {
		return position;
	}

	public void setPosition(String position) {
		this.position = position;
	}

	public String getPostcode() {
		return postcode;
	}

	public void setPostcode(String postcode) {
		this.postcode = postcode;
	}
}

⌨️ 快捷键说明

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