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

📄 tongji_jiuye.java

📁 基于JAVA的学生就业信息网 实现对信息浏览 检索 审核 修改和删除
💻 JAVA
字号:
/*
 * Created on 2006-8-1
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package org.ug.sztz.domain.oa;

/**
 * @author leo001
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class TongJi_JiuYe {
	private int id;
	private int sum;
	private int paiqian;
	private int kaoyan;
	private int chuguo;
	private int fuwujiceng;
	private int fuwuxibu;
	private int yingxing;
	private int erfeng;
	private int daifeng;
	private float jiuyelu;
	private float qianyuelu;
	private float kaoyanlu;
	private String zy;
	private String xy;
	private String byqx;
	private int type;
	private String datetime;
	
	
	/**
	 * @return Returns the sum.
	 */
	public int getSum() {
		return sum;
	}
	/**
	 * @param sum The sum to set.
	 */
	public void setSum(int sum) {
		this.sum = sum;
	}
	/**
	 * @return Returns the byqx.
	 */
	public String getByqx() {
		return byqx;
	}
	/**
	 * @param byqx The byqx to set.
	 */
	public void setByqx(String byqx) {
		this.byqx = byqx;
	}
	/**
	 * @return Returns the chuguo.
	 */
	public int getChuguo() {
		return chuguo;
	}
	/**
	 * @param chuguo The chuguo to set.
	 */
	public void setChuguo(int chuguo) {
		this.chuguo = chuguo;
	}
	/**
	 * @return Returns the daifeng.
	 */
	public int getDaifeng() {
		return daifeng;
	}
	/**
	 * @param daifeng The daifeng to set.
	 */
	public void setDaifeng(int daifeng) {
		this.daifeng = daifeng;
	}
	/**
	 * @return Returns the datetime.
	 */
	public String getDatetime() {
		return datetime;
	}
	/**
	 * @param datetime The datetime to set.
	 */
	public void setDatetime(String datetime) {
		this.datetime = datetime;
	}
	/**
	 * @return Returns the erfeng.
	 */
	public int getErfeng() {
		return erfeng;
	}
	/**
	 * @param erfeng The erfeng to set.
	 */
	public void setErfeng(int erfeng) {
		this.erfeng = erfeng;
	}
	/**
	 * @return Returns the fuwujiceng.
	 */
	public int getFuwujiceng() {
		return fuwujiceng;
	}
	/**
	 * @param fuwujiceng The fuwujiceng to set.
	 */
	public void setFuwujiceng(int fuwujiceng) {
		this.fuwujiceng = fuwujiceng;
	}
	/**
	 * @return Returns the fuwuxibu.
	 */
	public int getFuwuxibu() {
		return fuwuxibu;
	}
	/**
	 * @param fuwuxibu The fuwuxibu to set.
	 */
	public void setFuwuxibu(int fuwuxibu) {
		this.fuwuxibu = fuwuxibu;
	}
	/**
	 * @return Returns the id.
	 */
	public int getId() {
		return id;
	}
	/**
	 * @param id The id to set.
	 */
	public void setId(int id) {
		this.id = id;
	}
	/**
	 * @return Returns the jiuyelu.
	 */
	public float getJiuyelu() {
		return jiuyelu;
	}
	/**
	 * @param jiuyelu The jiuyelu to set.
	 */
	public void setJiuyelu(float jiuyelu) {
		this.jiuyelu = jiuyelu;
	}
	/**
	 * @return Returns the kaoyan.
	 */
	public int getKaoyan() {
		return kaoyan;
	}
	/**
	 * @param kaoyan The kaoyan to set.
	 */
	public void setKaoyan(int kaoyan) {
		this.kaoyan = kaoyan;
	}
	/**
	 * @return Returns the kaoyanlu.
	 */
	public float getKaoyanlu() {
		return kaoyanlu;
	}
	/**
	 * @param kaoyanlu The kaoyanlu to set.
	 */
	public void setKaoyanlu(float kaoyanlu) {
		this.kaoyanlu = kaoyanlu;
	}
	/**
	 * @return Returns the paiqian.
	 */
	public int getPaiqian() {
		return paiqian;
	}
	/**
	 * @param paiqian The paiqian to set.
	 */
	public void setPaiqian(int paiqian) {
		this.paiqian = paiqian;
	}
	/**
	 * @return Returns the qianyuelu.
	 */
	public float getQianyuelu() {
		return qianyuelu;
	}
	/**
	 * @param qianyuelu The qianyuelu to set.
	 */
	public void setQianyuelu(float qianyuelu) {
		this.qianyuelu = qianyuelu;
	}
	/**
	 * @return Returns the type.
	 */
	public int getType() {
		return type;
	}
	/**
	 * @param type The type to set.
	 */
	public void setType(int type) {
		this.type = type;
	}
	/**
	 * @return Returns the xy.
	 */
	public String getXy() {
		return xy;
	}
	/**
	 * @param xy The xy to set.
	 */
	public void setXy(String xy) {
		this.xy = xy;
	}
	/**
	 * @return Returns the yingxing.
	 */
	public int getYingxing() {
		return yingxing;
	}
	/**
	 * @param yingxing The yingxing to set.
	 */
	public void setYingxing(int yingxing) {
		this.yingxing = yingxing;
	}
	/**
	 * @return Returns the zy.
	 */
	public String getZy() {
		return zy;
	}
	/**
	 * @param zy The zy to set.
	 */
	public void setZy(String zy) {
		this.zy = zy;
	}
}

⌨️ 快捷键说明

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