📄 abstracttwmfanguan.java
字号:
package com.waimai.domain;
import java.util.Date;
/**
* AbstractTWmFanguan generated by MyEclipse - Hibernate Tools
*/
public abstract class AbstractTWmFanguan extends com.waimai.domain.BaseDomain implements java.io.Serializable {
// Fields
private Integer id;
private TWmSection TWmSection;
private String fname;
private Integer fserviceTypeId;
private String fimgName;
private String fimgPath;
private String fremark;
private String fintroduce;
private Integer freviewCount;
private Integer fisRecommand;
private String fphone1;
private String fphone2;
private String fphone3;
private String fmobilePhone;
private String fqq;
private String fmsn;
private String femail;
private String fscale;
private String fworkTime;
private Date fregTime;
// Constructors
/** default constructor */
public AbstractTWmFanguan() {
}
/** minimal constructor */
public AbstractTWmFanguan(TWmSection TWmSection) {
this.TWmSection = TWmSection;
}
/** full constructor */
public AbstractTWmFanguan(TWmSection TWmSection, String fname, Integer fserviceTypeId, String fimgName, String fimgPath, String fremark, String fintroduce, Integer freviewCount, Integer fisRecommand, String fphone1, String fphone2, String fphone3, String fmobilePhone, String fqq, String fmsn, String femail, String fscale, String fworkTime, Date fregTime) {
this.TWmSection = TWmSection;
this.fname = fname;
this.fserviceTypeId = fserviceTypeId;
this.fimgName = fimgName;
this.fimgPath = fimgPath;
this.fremark = fremark;
this.fintroduce = fintroduce;
this.freviewCount = freviewCount;
this.fisRecommand = fisRecommand;
this.fphone1 = fphone1;
this.fphone2 = fphone2;
this.fphone3 = fphone3;
this.fmobilePhone = fmobilePhone;
this.fqq = fqq;
this.fmsn = fmsn;
this.femail = femail;
this.fscale = fscale;
this.fworkTime = fworkTime;
this.fregTime = fregTime;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public TWmSection getTWmSection() {
return this.TWmSection;
}
public void setTWmSection(TWmSection TWmSection) {
this.TWmSection = TWmSection;
}
public String getFname() {
return this.fname;
}
public void setFname(String fname) {
this.fname = fname;
}
public Integer getFserviceTypeId() {
return this.fserviceTypeId;
}
public void setFserviceTypeId(Integer fserviceTypeId) {
this.fserviceTypeId = fserviceTypeId;
}
public String getFimgName() {
return this.fimgName;
}
public void setFimgName(String fimgName) {
this.fimgName = fimgName;
}
public String getFimgPath() {
return this.fimgPath;
}
public void setFimgPath(String fimgPath) {
this.fimgPath = fimgPath;
}
public String getFremark() {
return this.fremark;
}
public void setFremark(String fremark) {
this.fremark = fremark;
}
public String getFintroduce() {
return this.fintroduce;
}
public void setFintroduce(String fintroduce) {
this.fintroduce = fintroduce;
}
public Integer getFreviewCount() {
return this.freviewCount;
}
public void setFreviewCount(Integer freviewCount) {
this.freviewCount = freviewCount;
}
public Integer getFisRecommand() {
return this.fisRecommand;
}
public void setFisRecommand(Integer fisRecommand) {
this.fisRecommand = fisRecommand;
}
public String getFphone1() {
return this.fphone1;
}
public void setFphone1(String fphone1) {
this.fphone1 = fphone1;
}
public String getFphone2() {
return this.fphone2;
}
public void setFphone2(String fphone2) {
this.fphone2 = fphone2;
}
public String getFphone3() {
return this.fphone3;
}
public void setFphone3(String fphone3) {
this.fphone3 = fphone3;
}
public String getFmobilePhone() {
return this.fmobilePhone;
}
public void setFmobilePhone(String fmobilePhone) {
this.fmobilePhone = fmobilePhone;
}
public String getFqq() {
return this.fqq;
}
public void setFqq(String fqq) {
this.fqq = fqq;
}
public String getFmsn() {
return this.fmsn;
}
public void setFmsn(String fmsn) {
this.fmsn = fmsn;
}
public String getFemail() {
return this.femail;
}
public void setFemail(String femail) {
this.femail = femail;
}
public String getFscale() {
return this.fscale;
}
public void setFscale(String fscale) {
this.fscale = fscale;
}
public String getFworkTime() {
return this.fworkTime;
}
public void setFworkTime(String fworkTime) {
this.fworkTime = fworkTime;
}
public Date getFregTime() {
return this.fregTime;
}
public void setFregTime(Date fregTime) {
this.fregTime = fregTime;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -