📄 factoriesdao.java
字号:
package com.saas.biz.dao.factoriesDAO;
/**
* Factories generated by MyEclipse Persistence Tools
*/
public class FactoriesDAO{
// Fields
private Integer id;
private String name;
private String type;
private String address;
private String profit;
private String website;
private String tel;
private String mail;
private String qq;
private String hy;
private String title;
private String number;
private String abstract_;
private String sum;
private String scope;
private String logo;
private String recorduser;
private Integer part;
private String pubtime;
// Constructors
/** default constructor */
public FactoriesDAO() {}
/** full constructor */
public FactoriesDAO(String name, String type, String address, String profit, String website, String tel, String mail, String qq, String hy, String title, String number, String abstract_, String sum, String scope, String logo, String recorduser, Integer part, String pubtime) {
this.name = name;
this.type = type;
this.address = address;
this.profit = profit;
this.website = website;
this.tel = tel;
this.mail = mail;
this.qq = qq;
this.hy = hy;
this.title = title;
this.number = number;
this.abstract_ = abstract_;
this.sum = sum;
this.scope = scope;
this.logo = logo;
this.recorduser = recorduser;
this.part = part;
this.pubtime = pubtime;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getProfit() {
return this.profit;
}
public void setProfit(String profit) {
this.profit = profit;
}
public String getWebsite() {
return this.website;
}
public void setWebsite(String website) {
this.website = website;
}
public String getTel() {
return this.tel;
}
public void setTel(String tel) {
this.tel = tel;
}
public String getMail() {
return this.mail;
}
public void setMail(String mail) {
this.mail = mail;
}
public String getQq() {
return this.qq;
}
public void setQq(String qq) {
this.qq = qq;
}
public String getHy() {
return this.hy;
}
public void setHy(String hy) {
this.hy = hy;
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getNumber() {
return this.number;
}
public void setNumber(String number) {
this.number = number;
}
public String getAbstract_() {
return this.abstract_;
}
public void setAbstract_(String abstract_) {
this.abstract_ = abstract_;
}
public String getSum() {
return this.sum;
}
public void setSum(String sum) {
this.sum = sum;
}
public String getScope() {
return this.scope;
}
public void setScope(String scope) {
this.scope = scope;
}
public String getLogo() {
return this.logo;
}
public void setLogo(String logo) {
this.logo = logo;
}
public String getRecorduser() {
return this.recorduser;
}
public void setRecorduser(String recorduser) {
this.recorduser = recorduser;
}
public Integer getPart() {
return this.part;
}
public void setPart(Integer part) {
this.part = part;
}
public String getPubtime() {
return this.pubtime;
}
public void setPubtime(String pubtime) {
this.pubtime = pubtime;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -