?? followinf.java
字號(hào):
package xing.five.beans;
import java.util.Date;
import org.apache.struts.action.ActionForm;
/**
* FollowInf generated by MyEclipse - Hibernate Tools
*/
public class FollowInf extends ActionForm implements java.io.Serializable {
// Fields
private Integer id;
private String name;
private Date tjDate;
private String tjPeople;
private Date qrDate;
private String qrPeople;
private Date clDate;
private String clPeople;
private Date shDate;
private String shPeople;
private String state;
// Constructors
/** default constructor */
public FollowInf() {
}
/** full constructor */
public FollowInf(String name, Date tjDate, String tjPeople, Date qrDate, String qrPeople, Date clDate, String clPeople, Date shDate, String shPeople, String state) {
this.name = name;
this.tjDate = tjDate;
this.tjPeople = tjPeople;
this.qrDate = qrDate;
this.qrPeople = qrPeople;
this.clDate = clDate;
this.clPeople = clPeople;
this.shDate = shDate;
this.shPeople = shPeople;
this.state = state;
}
// 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 Date getTjDate() {
return this.tjDate;
}
public void setTjDate(Date tjDate) {
this.tjDate = tjDate;
}
public String getTjPeople() {
return this.tjPeople;
}
public void setTjPeople(String tjPeople) {
this.tjPeople = tjPeople;
}
public Date getQrDate() {
return this.qrDate;
}
public void setQrDate(Date qrDate) {
this.qrDate = qrDate;
}
public String getQrPeople() {
return this.qrPeople;
}
public void setQrPeople(String qrPeople) {
this.qrPeople = qrPeople;
}
public Date getClDate() {
return this.clDate;
}
public void setClDate(Date clDate) {
this.clDate = clDate;
}
public String getClPeople() {
return this.clPeople;
}
public void setClPeople(String clPeople) {
this.clPeople = clPeople;
}
public Date getShDate() {
return this.shDate;
}
public void setShDate(Date shDate) {
this.shDate = shDate;
}
public String getShPeople() {
return this.shPeople;
}
public void setShPeople(String shPeople) {
this.shPeople = shPeople;
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -