fmstatiinfo.java
来自「用JAVA环境开发的人力资源管理系统」· Java 代码 · 共 43 行
JAVA
43 行
/*
* Created on 2006-11-5
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package com.liyu.beans;
/**
* @author Administrator
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class FMStatiInfo {
private String femaleCnt;
/**
* @return Returns the femaleCnt.
*/
public String getFemaleCnt() {
return femaleCnt;
}
/**
* @param femaleCnt The femaleCnt to set.
*/
public void setFemaleCnt(String femaleCnt) {
this.femaleCnt = femaleCnt;
}
/**
* @return Returns the maleCnt.
*/
public String getMaleCnt() {
return maleCnt;
}
/**
* @param maleCnt The maleCnt to set.
*/
public void setMaleCnt(String maleCnt) {
this.maleCnt = maleCnt;
}
private String maleCnt;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?