📄 sysschoolsetting.java
字号:
package com.chinahr.pojo;
import java.util.Date;
/**
* SysSchoolSetting generated by MyEclipse Persistence Tools
*/
public class SysSchoolSetting implements java.io.Serializable {
// Fields
private Integer schId;
private SysResume sysResume;
private String schName;
private String schSpeName;
private String schSortName;
private String schLearnLevel;
private String schAddr;
private String schSpeOffice;
private String schBeginDate;
private String schEndDate;
// Constructors
/** default constructor */
public SysSchoolSetting() {
}
/** minimal constructor */
/** full constructor */
public SysSchoolSetting(SysResume sysResume, String schName,
String schSpeName, String schSortName, String schLearnLevel,
String schAddr, String schSpeOffice, String schBeginDate,
String schEndDate) {
this.sysResume = sysResume;
this.schName = schName;
this.schSpeName = schSpeName;
this.schSortName = schSortName;
this.schLearnLevel = schLearnLevel;
this.schAddr = schAddr;
this.schSpeOffice = schSpeOffice;
this.schBeginDate = schBeginDate;
this.schEndDate = schEndDate;
}
// Property accessors
public Integer getSchId() {
return this.schId;
}
public void setSchId(Integer schId) {
this.schId = schId;
}
public SysResume getSysResume() {
return this.sysResume;
}
public void setSysResume(SysResume sysResume) {
this.sysResume = sysResume;
}
public String getSchName() {
return this.schName;
}
public void setSchName(String schName) {
this.schName = schName;
}
public String getSchSpeName() {
return this.schSpeName;
}
public void setSchSpeName(String schSpeName) {
this.schSpeName = schSpeName;
}
public String getSchSortName() {
return this.schSortName;
}
public void setSchSortName(String schSortName) {
this.schSortName = schSortName;
}
public String getSchLearnLevel() {
return this.schLearnLevel;
}
public void setSchLearnLevel(String schLearnLevel) {
this.schLearnLevel = schLearnLevel;
}
public String getSchAddr() {
return this.schAddr;
}
public void setSchAddr(String schAddr) {
this.schAddr = schAddr;
}
public String getSchSpeOffice() {
return this.schSpeOffice;
}
public void setSchSpeOffice(String schSpeOffice) {
this.schSpeOffice = schSpeOffice;
}
public String getSchBeginDate() {
return this.schBeginDate;
}
public void setSchBeginDate(String schBeginDate) {
this.schBeginDate = schBeginDate;
}
public String getSchEndDate() {
return this.schEndDate;
}
public void setSchEndDate(String schEndDate) {
this.schEndDate = schEndDate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -