📄 tinfo.java
字号:
package cn.hope.mana.pojo;
import java.io.Serializable;
import java.util.Date;
import java.util.Set;
import org.apache.commons.lang.builder.ToStringBuilder;
/** @author Hibernate CodeGenerator */
public class TInfo implements Serializable {
/** identifier field */
private String TId;
/** nullable persistent field */
private String flag;
/** persistent field */
private Date TBirth;
/** persistent field */
private String TConfirm;
/** persistent field */
private String TEmail;
/** nullable persistent field */
private String TEnjoy;
/** nullable persistent field */
private String TGuan;
/** nullable persistent field */
private String THometel;
/** persistent field */
private String TIdcard;
/** nullable persistent field */
private String TMao;
/** nullable persistent field */
private String TMarry;
/** nullable persistent field */
private String TMobile;
/** persistent field */
private String TName;
/** nullable persistent field */
private Date TOver;
/** persistent field */
private String TPassword;
/** nullable persistent field */
private String TPicture;
/** nullable persistent field */
private String TSchool;
/** persistent field */
private String TSex;
/** nullable persistent field */
private String TWork;
/** nullable persistent field */
private String TXueli;
/** nullable persistent field */
private String TZye;
/** nullable persistent field */
private cn.hope.mana.pojo.CDept CDept;
/** nullable persistent field */
private cn.hope.mana.pojo.MGroup MGroup;
/** persistent field */
private Set CFourms;
/** persistent field */
private Set CRefourms;
/** persistent field */
private Set MLogs;
/** persistent field */
private Set MNounces;
/** persistent field */
private Set SJournals;
/** persistent field */
private Set SReblogs;
/** persistent field */
private Set TAresults;
/** persistent field */
private Set TAssesses;
/** persistent field */
private Set TBlogs;
/** persistent field */
private Set TFiles;
/** persistent field */
private Set THomeworks;
/** persistent field */
private Set TJournalMakers;
/** persistent field */
private Set TJournalTeachers;
/** persistent field */
private Set TQuestions;
/** persistent field */
private Set TReblogs;
/** persistent field */
private Set TServiceAnswers;
/** persistent field */
private Set TServiceAsks;
/** persistent field */
private Set TTestInfos;
/** persistent field */
private Set teaches;
/** full constructor */
public TInfo(String flag, Date TBirth, String TConfirm, String TEmail, String TEnjoy, String TGuan, String THometel, String TIdcard, String TMao, String TMarry, String TMobile, String TName, Date TOver, String TPassword, String TPicture, String TSchool, String TSex, String TWork, String TXueli, String TZye, cn.hope.mana.pojo.CDept CDept, cn.hope.mana.pojo.MGroup MGroup, Set CFourms, Set CRefourms, Set MLogs, Set MNounces, Set SJournals, Set SReblogs, Set TAresults, Set TAssesses, Set TBlogs, Set TFiles, Set THomeworks, Set TJournalMakers, Set TJournalTeachers, Set TQuestions, Set TReblogs, Set TServiceAnswers, Set TServiceAsks, Set TTestInfos, Set teaches) {
this.flag = flag;
this.TBirth = TBirth;
this.TConfirm = TConfirm;
this.TEmail = TEmail;
this.TEnjoy = TEnjoy;
this.TGuan = TGuan;
this.THometel = THometel;
this.TIdcard = TIdcard;
this.TMao = TMao;
this.TMarry = TMarry;
this.TMobile = TMobile;
this.TName = TName;
this.TOver = TOver;
this.TPassword = TPassword;
this.TPicture = TPicture;
this.TSchool = TSchool;
this.TSex = TSex;
this.TWork = TWork;
this.TXueli = TXueli;
this.TZye = TZye;
this.CDept = CDept;
this.MGroup = MGroup;
this.CFourms = CFourms;
this.CRefourms = CRefourms;
this.MLogs = MLogs;
this.MNounces = MNounces;
this.SJournals = SJournals;
this.SReblogs = SReblogs;
this.TAresults = TAresults;
this.TAssesses = TAssesses;
this.TBlogs = TBlogs;
this.TFiles = TFiles;
this.THomeworks = THomeworks;
this.TJournalMakers = TJournalMakers;
this.TJournalTeachers = TJournalTeachers;
this.TQuestions = TQuestions;
this.TReblogs = TReblogs;
this.TServiceAnswers = TServiceAnswers;
this.TServiceAsks = TServiceAsks;
this.TTestInfos = TTestInfos;
this.teaches = teaches;
}
/** default constructor */
public TInfo() {
}
/** minimal constructor */
public TInfo(Date TBirth, String TConfirm, String TEmail, String TIdcard, String TName, String TPassword, String TSex, Set CFourms, Set CRefourms, Set MLogs, Set MNounces, Set SJournals, Set SReblogs, Set TAresults, Set TAssesses, Set TBlogs, Set TFiles, Set THomeworks, Set TJournalMakers, Set TJournalTeachers, Set TQuestions, Set TReblogs, Set TServiceAnswers, Set TServiceAsks, Set TTestInfos, Set teaches) {
this.TBirth = TBirth;
this.TConfirm = TConfirm;
this.TEmail = TEmail;
this.TIdcard = TIdcard;
this.TName = TName;
this.TPassword = TPassword;
this.TSex = TSex;
this.CFourms = CFourms;
this.CRefourms = CRefourms;
this.MLogs = MLogs;
this.MNounces = MNounces;
this.SJournals = SJournals;
this.SReblogs = SReblogs;
this.TAresults = TAresults;
this.TAssesses = TAssesses;
this.TBlogs = TBlogs;
this.TFiles = TFiles;
this.THomeworks = THomeworks;
this.TJournalMakers = TJournalMakers;
this.TJournalTeachers = TJournalTeachers;
this.TQuestions = TQuestions;
this.TReblogs = TReblogs;
this.TServiceAnswers = TServiceAnswers;
this.TServiceAsks = TServiceAsks;
this.TTestInfos = TTestInfos;
this.teaches = teaches;
}
public String getTId() {
return this.TId;
}
public void setTId(String TId) {
this.TId = TId;
}
public String getFlag() {
return this.flag;
}
public void setFlag(String flag) {
this.flag = flag;
}
public Date getTBirth() {
return this.TBirth;
}
public void setTBirth(Date TBirth) {
this.TBirth = TBirth;
}
public String getTConfirm() {
return this.TConfirm;
}
public void setTConfirm(String TConfirm) {
this.TConfirm = TConfirm;
}
public String getTEmail() {
return this.TEmail;
}
public void setTEmail(String TEmail) {
this.TEmail = TEmail;
}
public String getTEnjoy() {
return this.TEnjoy;
}
public void setTEnjoy(String TEnjoy) {
this.TEnjoy = TEnjoy;
}
public String getTGuan() {
return this.TGuan;
}
public void setTGuan(String TGuan) {
this.TGuan = TGuan;
}
public String getTHometel() {
return this.THometel;
}
public void setTHometel(String THometel) {
this.THometel = THometel;
}
public String getTIdcard() {
return this.TIdcard;
}
public void setTIdcard(String TIdcard) {
this.TIdcard = TIdcard;
}
public String getTMao() {
return this.TMao;
}
public void setTMao(String TMao) {
this.TMao = TMao;
}
public String getTMarry() {
return this.TMarry;
}
public void setTMarry(String TMarry) {
this.TMarry = TMarry;
}
public String getTMobile() {
return this.TMobile;
}
public void setTMobile(String TMobile) {
this.TMobile = TMobile;
}
public String getTName() {
return this.TName;
}
public void setTName(String TName) {
this.TName = TName;
}
public Date getTOver() {
return this.TOver;
}
public void setTOver(Date TOver) {
this.TOver = TOver;
}
public String getTPassword() {
return this.TPassword;
}
public void setTPassword(String TPassword) {
this.TPassword = TPassword;
}
public String getTPicture() {
return this.TPicture;
}
public void setTPicture(String TPicture) {
this.TPicture = TPicture;
}
public String getTSchool() {
return this.TSchool;
}
public void setTSchool(String TSchool) {
this.TSchool = TSchool;
}
public String getTSex() {
return this.TSex;
}
public void setTSex(String TSex) {
this.TSex = TSex;
}
public String getTWork() {
return this.TWork;
}
public void setTWork(String TWork) {
this.TWork = TWork;
}
public String getTXueli() {
return this.TXueli;
}
public void setTXueli(String TXueli) {
this.TXueli = TXueli;
}
public String getTZye() {
return this.TZye;
}
public void setTZye(String TZye) {
this.TZye = TZye;
}
public cn.hope.mana.pojo.CDept getCDept() {
return this.CDept;
}
public void setCDept(cn.hope.mana.pojo.CDept CDept) {
this.CDept = CDept;
}
public cn.hope.mana.pojo.MGroup getMGroup() {
return this.MGroup;
}
public void setMGroup(cn.hope.mana.pojo.MGroup MGroup) {
this.MGroup = MGroup;
}
public Set getCFourms() {
return this.CFourms;
}
public void setCFourms(Set CFourms) {
this.CFourms = CFourms;
}
public Set getCRefourms() {
return this.CRefourms;
}
public void setCRefourms(Set CRefourms) {
this.CRefourms = CRefourms;
}
public Set getMLogs() {
return this.MLogs;
}
public void setMLogs(Set MLogs) {
this.MLogs = MLogs;
}
public Set getMNounces() {
return this.MNounces;
}
public void setMNounces(Set MNounces) {
this.MNounces = MNounces;
}
public Set getSJournals() {
return this.SJournals;
}
public void setSJournals(Set SJournals) {
this.SJournals = SJournals;
}
public Set getSReblogs() {
return this.SReblogs;
}
public void setSReblogs(Set SReblogs) {
this.SReblogs = SReblogs;
}
public Set getTAresults() {
return this.TAresults;
}
public void setTAresults(Set TAresults) {
this.TAresults = TAresults;
}
public Set getTAssesses() {
return this.TAssesses;
}
public void setTAssesses(Set TAssesses) {
this.TAssesses = TAssesses;
}
public Set getTBlogs() {
return this.TBlogs;
}
public void setTBlogs(Set TBlogs) {
this.TBlogs = TBlogs;
}
public Set getTFiles() {
return this.TFiles;
}
public void setTFiles(Set TFiles) {
this.TFiles = TFiles;
}
public Set getTHomeworks() {
return this.THomeworks;
}
public void setTHomeworks(Set THomeworks) {
this.THomeworks = THomeworks;
}
public Set getTJournalMakers() {
return this.TJournalMakers;
}
public void setTJournalMakers(Set TJournalMakers) {
this.TJournalMakers = TJournalMakers;
}
public Set getTJournalTeachers() {
return this.TJournalTeachers;
}
public void setTJournalTeachers(Set TJournalTeachers) {
this.TJournalTeachers = TJournalTeachers;
}
public Set getTQuestions() {
return this.TQuestions;
}
public void setTQuestions(Set TQuestions) {
this.TQuestions = TQuestions;
}
public Set getTReblogs() {
return this.TReblogs;
}
public void setTReblogs(Set TReblogs) {
this.TReblogs = TReblogs;
}
public Set getTServiceAnswers() {
return this.TServiceAnswers;
}
public void setTServiceAnswers(Set TServiceAnswers) {
this.TServiceAnswers = TServiceAnswers;
}
public Set getTServiceAsks() {
return this.TServiceAsks;
}
public void setTServiceAsks(Set TServiceAsks) {
this.TServiceAsks = TServiceAsks;
}
public Set getTTestInfos() {
return this.TTestInfos;
}
public void setTTestInfos(Set TTestInfos) {
this.TTestInfos = TTestInfos;
}
public Set getTeaches() {
return this.teaches;
}
public void setTeaches(Set teaches) {
this.teaches = teaches;
}
public String toString() {
return new ToStringBuilder(this)
.append("TId", getTId())
.toString();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -