📄 orgreport.java
字号:
package com.je.ims.hibernate;
import java.util.Date;
/**
* OrgReport generated by MyEclipse - Hibernate Tools
*/
public class OrgReport implements java.io.Serializable {
// Fields
private Long orgReportId;
private String fileId;
private String title;
private Long year;
private Long month;
private String teamName;
private String teamId;
private String orgName;
private String orgId;
private Date startDate;
private Date endDate;
private String arrangemeng;
private Long editState;
private Long version;
private Date fillDate;
private String editorName;
private String editorId;
private String editorDn;
private String viseDirectorName;
private String viseDirectorId;
private String viseDirectorDn;
// Constructors
/** default constructor */
public OrgReport() {
}
/** full constructor */
public OrgReport(String fileId, String title, Long year, Long month, String teamName, String teamId, String orgName, String orgId, Date startDate, Date endDate, String arrangemeng, Long editState, Long version, Date fillDate, String editorName, String editorId, String editorDn, String viseDirectorName, String viseDirectorId, String viseDirectorDn) {
this.fileId = fileId;
this.title = title;
this.year = year;
this.month = month;
this.teamName = teamName;
this.teamId = teamId;
this.orgName = orgName;
this.orgId = orgId;
this.startDate = startDate;
this.endDate = endDate;
this.arrangemeng = arrangemeng;
this.editState = editState;
this.version = version;
this.fillDate = fillDate;
this.editorName = editorName;
this.editorId = editorId;
this.editorDn = editorDn;
this.viseDirectorName = viseDirectorName;
this.viseDirectorId = viseDirectorId;
this.viseDirectorDn = viseDirectorDn;
}
// Property accessors
public Long getOrgReportId() {
return this.orgReportId;
}
public void setOrgReportId(Long orgReportId) {
this.orgReportId = orgReportId;
}
public String getFileId() {
return this.fileId;
}
public void setFileId(String fileId) {
this.fileId = fileId;
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public Long getYear() {
return this.year;
}
public void setYear(Long year) {
this.year = year;
}
public Long getMonth() {
return this.month;
}
public void setMonth(Long month) {
this.month = month;
}
public String getTeamName() {
return this.teamName;
}
public void setTeamName(String teamName) {
this.teamName = teamName;
}
public String getTeamId() {
return this.teamId;
}
public void setTeamId(String teamId) {
this.teamId = teamId;
}
public String getOrgName() {
return this.orgName;
}
public void setOrgName(String orgName) {
this.orgName = orgName;
}
public String getOrgId() {
return this.orgId;
}
public void setOrgId(String orgId) {
this.orgId = orgId;
}
public Date getStartDate() {
return this.startDate;
}
public void setStartDate(Date startDate) {
this.startDate = startDate;
}
public Date getEndDate() {
return this.endDate;
}
public void setEndDate(Date endDate) {
this.endDate = endDate;
}
public String getArrangemeng() {
return this.arrangemeng;
}
public void setArrangemeng(String arrangemeng) {
this.arrangemeng = arrangemeng;
}
public Long getEditState() {
return this.editState;
}
public void setEditState(Long editState) {
this.editState = editState;
}
public Long getVersion() {
return this.version;
}
public void setVersion(Long version) {
this.version = version;
}
public Date getFillDate() {
return this.fillDate;
}
public void setFillDate(Date fillDate) {
this.fillDate = fillDate;
}
public String getEditorName() {
return this.editorName;
}
public void setEditorName(String editorName) {
this.editorName = editorName;
}
public String getEditorId() {
return this.editorId;
}
public void setEditorId(String editorId) {
this.editorId = editorId;
}
public String getEditorDn() {
return this.editorDn;
}
public void setEditorDn(String editorDn) {
this.editorDn = editorDn;
}
public String getViseDirectorName() {
return this.viseDirectorName;
}
public void setViseDirectorName(String viseDirectorName) {
this.viseDirectorName = viseDirectorName;
}
public String getViseDirectorId() {
return this.viseDirectorId;
}
public void setViseDirectorId(String viseDirectorId) {
this.viseDirectorId = viseDirectorId;
}
public String getViseDirectorDn() {
return this.viseDirectorDn;
}
public void setViseDirectorDn(String viseDirectorDn) {
this.viseDirectorDn = viseDirectorDn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -