?? xqinfo.java
字號:
/*
* Created on 2006-7-17
*
* 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 XQInfo {
//id值
private int id;
//單位帳號
private String dwzh;
//需求職位
private String xqzw;
//職位要求
private String xqzwyq;
//專業要求
private String xqzyyq;
//備注內容
private String xqbz;
private int fb;
/**
* @return Returns the fb.
*/
public int getFb() {
return fb;
}
/**
* @param fb The fb to set.
*/
public void setFb(int fb) {
this.fb = fb;
}
/**
* @return Returns the dwzh.
*/
public String getDwzh() {
return dwzh;
}
/**
* @param dwzh The dwzh to set.
*/
public void setDwzh(String dwzh) {
this.dwzh = dwzh;
}
/**
* @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 xqbz.
*/
public String getXqbz() {
return xqbz;
}
/**
* @param xqbz The xqbz to set.
*/
public void setXqbz(String xqbz) {
this.xqbz = xqbz;
}
/**
* @return Returns the xqzw.
*/
public String getXqzw() {
return xqzw;
}
/**
* @param xqzw The xqzw to set.
*/
public void setXqzw(String xqzw) {
this.xqzw = xqzw;
}
/**
* @return Returns the xqzwyq.
*/
public String getXqzwyq() {
return xqzwyq;
}
/**
* @param xqzwyq The xqzwyq to set.
*/
public void setXqzwyq(String xqzwyq) {
this.xqzwyq = xqzwyq;
}
/**
* @return Returns the xqzyyq.
*/
public String getXqzyyq() {
return xqzyyq;
}
/**
* @param xqzyyq The xqzyyq to set.
*/
public void setXqzyyq(String xqzyyq) {
this.xqzyyq = xqzyyq;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -