?? lwbean.java
字號:
package com.bean;
public class lwbean {
int id;
String username;
String title;
String content;
String dat;
String replyname;
String replycontent;
String replydat;
String cf;
String email;
String tou;
String replytitle;
public String getReplytitle() {
return replytitle;
}
public void setReplytitle(String replytitle) {
this.replytitle = replytitle;
}
public lwbean() {
}
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
public String getDat() {
return dat;
}
public void setDat(String dat) {
this.dat = dat;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getReplycontent() {
return replycontent;
}
public void setReplycontent(String replycontent) {
this.replycontent = replycontent;
}
public String getReplydat() {
return replydat;
}
public void setReplydat(String replydat) {
this.replydat = replydat;
}
public String getReplyname() {
return replyname;
}
public void setReplyname(String replyname) {
this.replyname = replyname;
}
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getCf() {
return cf;
}
public void setCf(String cf) {
this.cf = cf;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getTou() {
return tou;
}
public void setTou(String tou) {
this.tou = tou;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -