?? zphinfo.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 ZPHInfo {
private int id;
private String zphdwmc;
private int zphdwszd;
private String zphdwlink;
private String zphdate;
private String zphtime;
private String zphfbdate;
private String zpdwdz;
private int zpdj;
private String zpxq;
private String zpxqbz;
private String zpdwjj;
private String zpfbr;
private int zphtop;
private int zphstatus;
private String zphbz;
/**
* @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 zpdj.
*/
public int getZpdj() {
return zpdj;
}
/**
* @param zpdj The zpdj to set.
*/
public void setZpdj(int zpdj) {
this.zpdj = zpdj;
}
/**
* @return Returns the zpdwdz.
*/
public String getZpdwdz() {
return zpdwdz;
}
/**
* @param zpdwdz The zpdwdz to set.
*/
public void setZpdwdz(String zpdwdz) {
this.zpdwdz = zpdwdz;
}
/**
* @return Returns the zpdwjj.
*/
public String getZpdwjj() {
return zpdwjj;
}
/**
* @param zpdwjj The zpdwjj to set.
*/
public void setZpdwjj(String zpdwjj) {
this.zpdwjj = zpdwjj;
}
/**
* @return Returns the zpfbr.
*/
public String getZpfbr() {
return zpfbr;
}
/**
* @param zpfbr The zpfbr to set.
*/
public void setZpfbr(String zpfbr) {
this.zpfbr = zpfbr;
}
/**
* @return Returns the zphbz.
*/
public String getZphbz() {
return zphbz;
}
/**
* @param zphbz The zphbz to set.
*/
public void setZphbz(String zphbz) {
this.zphbz = zphbz;
}
/**
* @return Returns the zphdate.
*/
public String getZphdate() {
return zphdate;
}
/**
* @param zphdate The zphdate to set.
*/
public void setZphdate(String zphdate) {
this.zphdate = zphdate;
}
/**
* @return Returns the zphdwlink.
*/
public String getZphdwlink() {
return zphdwlink;
}
/**
* @param zphdwlink The zphdwlink to set.
*/
public void setZphdwlink(String zphdwlink) {
this.zphdwlink = zphdwlink;
}
/**
* @return Returns the zphdwmc.
*/
public String getZphdwmc() {
return zphdwmc;
}
/**
* @param zphdwmc The zphdwmc to set.
*/
public void setZphdwmc(String zphdwmc) {
this.zphdwmc = zphdwmc;
}
/**
* @return Returns the zphdwszd.
*/
public int getZphdwszd() {
return zphdwszd;
}
/**
* @param zphdwszd The zphdwszd to set.
*/
public void setZphdwszd(int zphdwszd) {
this.zphdwszd = zphdwszd;
}
/**
* @return Returns the zphfbdate.
*/
public String getZphfbdate() {
return zphfbdate;
}
/**
* @param zphfbdate The zphfbdate to set.
*/
public void setZphfbdate(String zphfbdate) {
this.zphfbdate = zphfbdate;
}
/**
* @return Returns the zphstatus.
*/
public int getZphstatus() {
return zphstatus;
}
/**
* @param zphstatus The zphstatus to set.
*/
public void setZphstatus(int zphstatus) {
this.zphstatus = zphstatus;
}
/**
* @return Returns the zphtime.
*/
public String getZphtime() {
return zphtime;
}
/**
* @param zphtime The zphtime to set.
*/
public void setZphtime(String zphtime) {
this.zphtime = zphtime;
}
/**
* @return Returns the zphtop.
*/
public int getZphtop() {
return zphtop;
}
/**
* @param zphtop The zphtop to set.
*/
public void setZphtop(int zphtop) {
this.zphtop = zphtop;
}
/**
* @return Returns the zpxq.
*/
public String getZpxq() {
return zpxq;
}
/**
* @param zpxq The zpxq to set.
*/
public void setZpxq(String zpxq) {
this.zpxq = zpxq;
}
/**
* @return Returns the zpxqbz.
*/
public String getZpxqbz() {
return zpxqbz;
}
/**
* @param zpxqbz The zpxqbz to set.
*/
public void setZpxqbz(String zpxqbz) {
this.zpxqbz = zpxqbz;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -