📄 studentinfo.java
字号:
package com.isoftstone.isscrmweb.web.mapping;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* Studentinfo generated by MyEclipse - Hibernate Tools
*/
public class Studentinfo extends org.pontifex.web.mapping.PageInfo implements java.io.Serializable {
// Fields
private String studentid;
private Classesinfo classesinfo;
private Wordbook wordbookByStudenttype;
private Wordbook wordbookByDegreeid;
private Userinfo userinfo;
private String studentcode;
private String studentname;
private String studentsex;
private String studentschool;
private String studentprofession;
private String mobilephone;
private String phone;
private Date studentbirth;
private String studentintroduction;
private String studentstate;
private Set feedbacktables = new HashSet(0);
private Set successworks = new HashSet(0);
private Set opinions = new HashSet(0);
private Set financemains = new HashSet(0);
private Set interviewlinkstudents = new HashSet(0);
private Set exampoints = new HashSet(0);
// Constructors
/** default constructor */
public Studentinfo() {
}
/** minimal constructor */
public Studentinfo(String studentid) {
this.studentid = studentid;
}
/** full constructor */
public Studentinfo(String studentid, Classesinfo classesinfo, Wordbook wordbookByStudenttype, Wordbook wordbookByDegreeid, Userinfo userinfo, String studentcode, String studentname, String studentsex, String studentschool, String studentprofession, String mobilephone, String phone, Date studentbirth, String studentintroduction, String studentstate, Set feedbacktables, Set successworks, Set opinions, Set financemains, Set interviewlinkstudents, Set exampoints) {
this.studentid = studentid;
this.classesinfo = classesinfo;
this.wordbookByStudenttype = wordbookByStudenttype;
this.wordbookByDegreeid = wordbookByDegreeid;
this.userinfo = userinfo;
this.studentcode = studentcode;
this.studentname = studentname;
this.studentsex = studentsex;
this.studentschool = studentschool;
this.studentprofession = studentprofession;
this.mobilephone = mobilephone;
this.phone = phone;
this.studentbirth = studentbirth;
this.studentintroduction = studentintroduction;
this.studentstate = studentstate;
this.feedbacktables = feedbacktables;
this.successworks = successworks;
this.opinions = opinions;
this.financemains = financemains;
this.interviewlinkstudents = interviewlinkstudents;
this.exampoints = exampoints;
}
// Property accessors
public String getStudentid() {
return this.studentid;
}
public void setStudentid(String studentid) {
this.studentid = studentid;
}
public Classesinfo getClassesinfo() {
return this.classesinfo;
}
public void setClassesinfo(Classesinfo classesinfo) {
this.classesinfo = classesinfo;
}
public Wordbook getWordbookByStudenttype() {
return this.wordbookByStudenttype;
}
public void setWordbookByStudenttype(Wordbook wordbookByStudenttype) {
this.wordbookByStudenttype = wordbookByStudenttype;
}
public Wordbook getWordbookByDegreeid() {
return this.wordbookByDegreeid;
}
public void setWordbookByDegreeid(Wordbook wordbookByDegreeid) {
this.wordbookByDegreeid = wordbookByDegreeid;
}
public Userinfo getUserinfo() {
return this.userinfo;
}
public void setUserinfo(Userinfo userinfo) {
this.userinfo = userinfo;
}
public String getStudentcode() {
return this.studentcode;
}
public void setStudentcode(String studentcode) {
this.studentcode = studentcode;
}
public String getStudentname() {
return this.studentname;
}
public void setStudentname(String studentname) {
this.studentname = studentname;
}
public String getStudentsex() {
return this.studentsex;
}
public void setStudentsex(String studentsex) {
this.studentsex = studentsex;
}
public String getStudentschool() {
return this.studentschool;
}
public void setStudentschool(String studentschool) {
this.studentschool = studentschool;
}
public String getStudentprofession() {
return this.studentprofession;
}
public void setStudentprofession(String studentprofession) {
this.studentprofession = studentprofession;
}
public String getMobilephone() {
return this.mobilephone;
}
public void setMobilephone(String mobilephone) {
this.mobilephone = mobilephone;
}
public String getPhone() {
return this.phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
public Date getStudentbirth() {
return this.studentbirth;
}
public void setStudentbirth(Date studentbirth) {
this.studentbirth = studentbirth;
}
public String getStudentintroduction() {
return this.studentintroduction;
}
public void setStudentintroduction(String studentintroduction) {
this.studentintroduction = studentintroduction;
}
public String getStudentstate() {
return this.studentstate;
}
public void setStudentstate(String studentstate) {
this.studentstate = studentstate;
}
public Set getFeedbacktables() {
return this.feedbacktables;
}
public void setFeedbacktables(Set feedbacktables) {
this.feedbacktables = feedbacktables;
}
public Set getSuccessworks() {
return this.successworks;
}
public void setSuccessworks(Set successworks) {
this.successworks = successworks;
}
public Set getOpinions() {
return this.opinions;
}
public void setOpinions(Set opinions) {
this.opinions = opinions;
}
public Set getFinancemains() {
return this.financemains;
}
public void setFinancemains(Set financemains) {
this.financemains = financemains;
}
public Set getInterviewlinkstudents() {
return this.interviewlinkstudents;
}
public void setInterviewlinkstudents(Set interviewlinkstudents) {
this.interviewlinkstudents = interviewlinkstudents;
}
public Set getExampoints() {
return this.exampoints;
}
public void setExampoints(Set exampoints) {
this.exampoints = exampoints;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -