📄 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 + -