📄 notice.java
字号:
package com.je.ims.hibernate;
import java.util.Date;
/**
* Notice generated by MyEclipse - Hibernate Tools
*/
public class Notice implements java.io.Serializable {
// Fields
private Long noticeId;
private String fileId;
private String title;
private Long year;
private Long month;
private String teamName;
private String teamId;
private String noticeOrgId;
private String noticeOrg;
private Date dateTime;
private String place;
private String proceeding;
private String remark;
private Date modifyTime;
private Long editState;
private String editorName;
private String editorId;
private String editorDn;
private Long version;
private Long receiveState;
private String receiverId;
private String receiverName;
private Date receiveDate;
private String mailState;
private String prepareData;
// Constructors
/** default constructor */
public Notice() {
}
public Notice(String fileId,String title,Long year,Long month,String noticeOrg,Long editState, String editorName,String receiverName, Date receiveDate){
this.fileId = fileId;
this.title = title;
this.year = year;
this.month = month;
this.noticeOrg = noticeOrg;
this.editState = editState;
this.editorName = editorName;
this.receiverName = receiverName;
this.receiveDate = receiveDate;
}
/** full constructor */
public Notice(String fileId, String title, Long year, Long month, String teamName, String teamId, String noticeOrgId, String noticeOrg, Date dateTime, String place, String proceeding, String remark, Date modifyTime, Long editState, String editorName, String editorId, String editorDn, Long version, Long receiveState, String receiverId, String receiverName, Date receiveDate, String mailState, String prepareData) {
this.fileId = fileId;
this.title = title;
this.year = year;
this.month = month;
this.teamName = teamName;
this.teamId = teamId;
this.noticeOrgId = noticeOrgId;
this.noticeOrg = noticeOrg;
this.dateTime = dateTime;
this.place = place;
this.proceeding = proceeding;
this.remark = remark;
this.modifyTime = modifyTime;
this.editState = editState;
this.editorName = editorName;
this.editorId = editorId;
this.editorDn = editorDn;
this.version = version;
this.receiveState = receiveState;
this.receiverId = receiverId;
this.receiverName = receiverName;
this.receiveDate = receiveDate;
this.mailState = mailState;
this.prepareData = prepareData;
}
// Property accessors
public Long getNoticeId() {
return this.noticeId;
}
public void setNoticeId(Long noticeId) {
this.noticeId = noticeId;
}
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 getNoticeOrgId() {
return this.noticeOrgId;
}
public void setNoticeOrgId(String noticeOrgId) {
this.noticeOrgId = noticeOrgId;
}
public String getNoticeOrg() {
return this.noticeOrg;
}
public void setNoticeOrg(String noticeOrg) {
this.noticeOrg = noticeOrg;
}
public Date getDateTime() {
return this.dateTime;
}
public void setDateTime(Date dateTime) {
this.dateTime = dateTime;
}
public String getPlace() {
return this.place;
}
public void setPlace(String place) {
this.place = place;
}
public String getProceeding() {
return this.proceeding;
}
public void setProceeding(String proceeding) {
this.proceeding = proceeding;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public Date getModifyTime() {
return this.modifyTime;
}
public void setModifyTime(Date modifyTime) {
this.modifyTime = modifyTime;
}
public Long getEditState() {
return this.editState;
}
public void setEditState(Long editState) {
this.editState = editState;
}
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 Long getVersion() {
return this.version;
}
public void setVersion(Long version) {
this.version = version;
}
public Long getReceiveState() {
return this.receiveState;
}
public void setReceiveState(Long receiveState) {
this.receiveState = receiveState;
}
public String getReceiverId() {
return this.receiverId;
}
public void setReceiverId(String receiverId) {
this.receiverId = receiverId;
}
public String getReceiverName() {
return this.receiverName;
}
public void setReceiverName(String receiverName) {
this.receiverName = receiverName;
}
public Date getReceiveDate() {
return this.receiveDate;
}
public void setReceiveDate(Date receiveDate) {
this.receiveDate = receiveDate;
}
public String getMailState() {
return this.mailState;
}
public void setMailState(String mailState) {
this.mailState = mailState;
}
public String getPrepareData() {
return this.prepareData;
}
public void setPrepareData(String prepareData) {
this.prepareData = prepareData;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -