?? peopleinf.java
字號:
package xing.five.beans;
import org.apache.struts.action.ActionForm;
/**
* PeopleInf generated by MyEclipse - Hibernate Tools
*/
public class PeopleInf extends ActionForm implements java.io.Serializable {
// Fields
private Integer id;
private String name;
private String password;
private String type;
private String tel;
private String address;
private String email;
private Integer qxian;
private String bmen;
// Constructors
/** default constructor */
public PeopleInf() {
}
/** full constructor */
public PeopleInf(String name, String password, String type, String tel, String address, String email, Integer qxian, String bmen) {
this.name = name;
this.password = password;
this.type = type;
this.tel = tel;
this.address = address;
this.email = email;
this.qxian = qxian;
this.bmen = bmen;
}
// 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 getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getTel() {
return this.tel;
}
public void setTel(String tel) {
this.tel = tel;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
}
public Integer getQxian() {
return this.qxian;
}
public void setQxian(Integer qxian) {
this.qxian = qxian;
}
public String getBmen() {
return this.bmen;
}
public void setBmen(String bmen) {
this.bmen = bmen;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -