?? wornginf.java
字號:
package xing.five.beans;
import java.util.Date;
import org.apache.struts.action.ActionForm;
/**
* WorngInf generated by MyEclipse - Hibernate Tools
*/
public class WorngInf extends ActionForm implements java.io.Serializable {
// Fields
private Integer id;
private Integer pelId;
private String state;
private Date BDate;
private Date EDate;
private String worngName;
private String word;
private String project;
private String kind;
private String emergency;
private String import_;
// Constructors
/** default constructor */
public WorngInf() {
}
/** full constructor */
public WorngInf(Integer pelId, String state, Date BDate, Date EDate, String worngName, String word, String project, String kind, String emergency, String import_) {
this.pelId = pelId;
this.state = state;
this.BDate = BDate;
this.EDate = EDate;
this.worngName = worngName;
this.word = word;
this.project = project;
this.kind = kind;
this.emergency = emergency;
this.import_ = import_;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public Integer getPelId() {
return this.pelId;
}
public void setPelId(Integer pelId) {
this.pelId = pelId;
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
}
public Date getBDate() {
return this.BDate;
}
public void setBDate(Date BDate) {
this.BDate = BDate;
}
public Date getEDate() {
return this.EDate;
}
public void setEDate(Date EDate) {
this.EDate = EDate;
}
public String getWorngName() {
return this.worngName;
}
public void setWorngName(String worngName) {
this.worngName = worngName;
}
public String getWord() {
return this.word;
}
public void setWord(String word) {
this.word = word;
}
public String getProject() {
return this.project;
}
public void setProject(String project) {
this.project = project;
}
public String getKind() {
return this.kind;
}
public void setKind(String kind) {
this.kind = kind;
}
public String getEmergency() {
return this.emergency;
}
public void setEmergency(String emergency) {
this.emergency = emergency;
}
public String getImport_() {
return this.import_;
}
public void setImport_(String import_) {
this.import_ = import_;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -