?? loginbean.java
字號:
package gzwj.bean;
import java.io.IOException;
import java.util.HashMap;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import gzwj.dao.DateBean;
public class LoginBean extends DateBean {
private String
user_Name,
user_status,
user_Cellphone;
int user_ID;
/**
* @return the consume
*/
public boolean execute(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException {
// TODO Auto-generated method stub
return false;
}
public HashMap getSessionObject() {
// TODO Auto-generated method stub
return null;
}
public String getUser_Cellphone() {
return user_Cellphone;
}
public void setUser_Cellphone(String user_Cellphone) {
this.user_Cellphone = user_Cellphone;
}
public int getUser_ID() {
return user_ID;
}
public void setUser_ID(int user_ID) {
this.user_ID = user_ID;
}
public String getUser_Name() {
return user_Name;
}
public void setUser_Name(String user_Name) {
this.user_Name = user_Name;
}
public String getUser_status() {
return user_status;
}
public void setUser_status(String user_status) {
this.user_status = user_status;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -