?? tongji_jiuye.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 + -