?? historicalsitesdao.java
字號:
package com.saas.biz.dao.historicalsitesDAO;
/**
* Historicalsites generated by MyEclipse Persistence Tools
*/
public class HistoricalsitesDAO implements java.io.Serializable{
private static final long serialVersionUID = -3518014687841327773L;
private Integer id;
private String title;
private String site;
private String address;
private String class_;
private String honor;
private String line;
private String connman;
private String tel;
private String pic;
private String comment;
private String recorduser;
private Integer part;
private String pubtime;
// Constructors
/** default constructor */
public HistoricalsitesDAO() {}
/** full constructor */
public HistoricalsitesDAO(String title, String site, String address, String class_, String honor, String line, String connman, String tel, String pic, String comment, String recorduser, Integer part, String pubtime) {
this.title = title;
this.site = site;
this.address = address;
this.class_ = class_;
this.honor = honor;
this.line = line;
this.connman = connman;
this.tel = tel;
this.pic = pic;
this.comment = comment;
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 getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getSite() {
return this.site;
}
public void setSite(String site) {
this.site = site;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getClass_() {
return this.class_;
}
public void setClass_(String class_) {
this.class_ = class_;
}
public String getHonor() {
return this.honor;
}
public void setHonor(String honor) {
this.honor = honor;
}
public String getLine() {
return this.line;
}
public void setLine(String line) {
this.line = line;
}
public String getConnman() {
return this.connman;
}
public void setConnman(String connman) {
this.connman = connman;
}
public String getTel() {
return this.tel;
}
public void setTel(String tel) {
this.tel = tel;
}
public String getPic() {
return this.pic;
}
public void setPic(String pic) {
this.pic = pic;
}
public String getComment() {
return this.comment;
}
public void setComment(String comment) {
this.comment = comment;
}
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 + -