📄 wordbook.java
字号:
package com.isoftstone.isscrmweb.web.mapping;
import java.util.HashSet;
import java.util.Set;
/**
* Wordbook generated by MyEclipse - Hibernate Tools
*/
public class Wordbook extends org.pontifex.web.mapping.PageInfo implements java.io.Serializable {
// Fields
private String wordid;
private Wordbook wordbook;
private String nodename;
private long ordernumber;
private String wordtype;
private String remark;
private String state;
private Set referinfosForIntentcourse = new HashSet(0);
private Set empinfosForDeptid = new HashSet(0);
private Set engages = new HashSet(0);
private Set referinfosForDegreeid = new HashSet(0);
private Set studentinfosForDegreeid = new HashSet(0);
private Set empinfosForWorkid = new HashSet(0);
private Set empinfosForDegreeid = new HashSet(0);
private Set referinfosForIntent = new HashSet(0);
private Set studentinfosForStudenttype = new HashSet(0);
private Set classesinfosForClassesaddress = new HashSet(0);
private Set empinfosForJobid = new HashSet(0);
private Set classesinfosForClassescourseid = new HashSet(0);
private Set wordbooks = new HashSet(0);
// Constructors
/** default constructor */
public Wordbook() {
}
/** minimal constructor */
public Wordbook(String wordid) {
this.wordid = wordid;
}
public Wordbook(String wordid, String nodename, String remark,String wordtype,long ordernumber , String state, String fathername) {
this.wordid = wordid;
this.nodename = nodename;
this.remark = remark;
this.wordtype = wordtype ;
this.ordernumber = ordernumber;
this.state = state;
this.wordbook = new Wordbook();
this.wordbook.setNodename(fathername);
}
// Property accessors
public String getWordid() {
return this.wordid;
}
public void setWordid(String wordid) {
this.wordid = wordid;
}
public Wordbook getWordbook() {
return this.wordbook;
}
public void setWordbook(Wordbook wordbook) {
this.wordbook = wordbook;
}
public String getNodename() {
return this.nodename;
}
public void setNodename(String nodename) {
this.nodename = nodename;
}
public long getOrdernumber() {
return this.ordernumber;
}
public void setOrdernumber(long ordernumber) {
this.ordernumber = ordernumber;
}
public String getWordtype() {
return this.wordtype;
}
public void setWordtype(String wordtype) {
this.wordtype = wordtype;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
}
public Set getReferinfosForIntentcourse() {
return this.referinfosForIntentcourse;
}
public void setReferinfosForIntentcourse(Set referinfosForIntentcourse) {
this.referinfosForIntentcourse = referinfosForIntentcourse;
}
public Set getEmpinfosForDeptid() {
return this.empinfosForDeptid;
}
public void setEmpinfosForDeptid(Set empinfosForDeptid) {
this.empinfosForDeptid = empinfosForDeptid;
}
public Set getEngages() {
return this.engages;
}
public void setEngages(Set engages) {
this.engages = engages;
}
public Set getReferinfosForDegreeid() {
return this.referinfosForDegreeid;
}
public void setReferinfosForDegreeid(Set referinfosForDegreeid) {
this.referinfosForDegreeid = referinfosForDegreeid;
}
public Set getStudentinfosForDegreeid() {
return this.studentinfosForDegreeid;
}
public void setStudentinfosForDegreeid(Set studentinfosForDegreeid) {
this.studentinfosForDegreeid = studentinfosForDegreeid;
}
public Set getEmpinfosForWorkid() {
return this.empinfosForWorkid;
}
public void setEmpinfosForWorkid(Set empinfosForWorkid) {
this.empinfosForWorkid = empinfosForWorkid;
}
public Set getEmpinfosForDegreeid() {
return this.empinfosForDegreeid;
}
public void setEmpinfosForDegreeid(Set empinfosForDegreeid) {
this.empinfosForDegreeid = empinfosForDegreeid;
}
public Set getReferinfosForIntent() {
return this.referinfosForIntent;
}
public void setReferinfosForIntent(Set referinfosForIntent) {
this.referinfosForIntent = referinfosForIntent;
}
public Set getStudentinfosForStudenttype() {
return this.studentinfosForStudenttype;
}
public void setStudentinfosForStudenttype(Set studentinfosForStudenttype) {
this.studentinfosForStudenttype = studentinfosForStudenttype;
}
public Set getClassesinfosForClassesaddress() {
return this.classesinfosForClassesaddress;
}
public void setClassesinfosForClassesaddress(Set classesinfosForClassesaddress) {
this.classesinfosForClassesaddress = classesinfosForClassesaddress;
}
public Set getEmpinfosForJobid() {
return this.empinfosForJobid;
}
public void setEmpinfosForJobid(Set empinfosForJobid) {
this.empinfosForJobid = empinfosForJobid;
}
public Set getClassesinfosForClassescourseid() {
return this.classesinfosForClassescourseid;
}
public void setClassesinfosForClassescourseid(Set classesinfosForClassescourseid) {
this.classesinfosForClassescourseid = classesinfosForClassescourseid;
}
public Set getWordbooks() {
return this.wordbooks;
}
public void setWordbooks(Set wordbooks) {
this.wordbooks = wordbooks;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -