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

📄 ilabreseacherprojectsbean.java

📁 报表,关于ireport报表的一些源码(转)
💻 JAVA
字号:
package cn.edu.hlju.oa.kygl.print;

/**
 * 实验室人员承担项目情况--5年
 * @author Administrator
 */
public class ILabReseacherProjectsBean {

	public ILabReseacherProjectsBean(){

	}

	String xmly = "";//项目来源

	int projectCount1;//第1年的项目数
	int projectCount2;//第2的项目数
	int projectCount3;//第3年的项目数
	int projectCount4;//第4年的项目数
	int projectCount5;//第5年的项目数
	int projectCount6;//第6年的项目数
	int projectCount7;//第7的项目数
	int projectCount8;//第8年的项目数
	int projectCount9;//第9年的项目数
	int projectCount10;//第10年的项目数

	float money1;//第1年的项目经费
	float money2;//第2年的项目经费
	float money3;//第3年的项目经费
	float money4;//第4年的项目经费
	float money5;//第5年的项目经费
	float money6;//第6年的项目经费
	float money7;//第7年的项目经费
	float money8;//第8年的项目经费
	float money9;//第9年的项目经费
	float money10;//第10年的项目经费

	public String getXmly(){
		return this.xmly;
	}

	public void setXmly(String newLy){
		this.xmly = newLy;
	}

	////////
	public int getProjectCount1(){
		return this.projectCount1;
	}

	public void setProjectCount1(int newProjCount){
		this.projectCount1 = newProjCount;
	}

	public float getMoney1(){
		return this.money1;
	}

	public void setMoney1(float newMoney){
		this.money1 = newMoney;
	}

    ////////
	public int getProjectCount2(){
		return this.projectCount2;
	}


	public void setProjectCount2(int newProjCount){
		this.projectCount2 = newProjCount;
	}

	public float getMoney2(){
		return this.money2;
	}

	public void setMoney2(float newMoney){
		this.money2 = newMoney;
	}

	////////
	public int getProjectCount3(){
		return this.projectCount3;
	}


	public void setProjectCount3(int newProjCount){
		this.projectCount3 = newProjCount;
	}

	public float getMoney3(){
		return this.money3;
	}

	public void setMoney3(float newMoney){
		this.money3 = newMoney;
	}

	///////
	public int getProjectCount4(){
		return this.projectCount4;
	}

	public void setProjectCount4(int newProjCount){
		this.projectCount4 = newProjCount;
	}

	public float getMoney4(){
		return this.money4;
	}

	public void setMoney4(float newMoney){
		this.money4 = newMoney;
	}

	////////
	public int getProjectCount5(){
		return this.projectCount5;
	}

	public void setProjectCount5(int newProjCount){
		this.projectCount5 = newProjCount;
	}

	public float getMoney5(){
		return this.money5;
	}

	public void setMoney5(float newMoney){
		this.money5 = newMoney;
	}

////////
	public int getProjectCount6(){
		return this.projectCount6;
	}

	public void setProjectCount6(int newProjCount){
		this.projectCount6 = newProjCount;
	}

	public float getMoney6(){
		return this.money6;
	}

	public void setMoney6(float newMoney){
		this.money6 = newMoney;
	}

    ////////
	public int getProjectCount7(){
		return this.projectCount7;
	}


	public void setProjectCount7(int newProjCount){
		this.projectCount7 = newProjCount;
	}

	public float getMoney7(){
		return this.money7;
	}

	public void setMoney7(float newMoney){
		this.money7 = newMoney;
	}

	////////
	public int getProjectCount8(){
		return this.projectCount8;
	}


	public void setProjectCount8(int newProjCount){
		this.projectCount8 = newProjCount;
	}

	public float getMoney8(){
		return this.money8;
	}

	public void setMoney8(float newMoney){
		this.money8 = newMoney;
	}

	///////
	public int getProjectCount9(){
		return this.projectCount9;
	}

	public void setProjectCount9(int newProjCount){
		this.projectCount9 = newProjCount;
	}

	public float getMoney9(){
		return this.money9;
	}

	public void setMoney9(float newMoney){
		this.money9 = newMoney;
	}

	////////
	public int getProjectCount10(){
		return this.projectCount10;
	}

	public void setProjectCount10(int newProjCount){
		this.projectCount10 = newProjCount;
	}

	public float getMoney10(){
		return this.money10;
	}

	public void setMoney10(float newMoney){
		this.money10 = newMoney;
	}

}

⌨️ 快捷键说明

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