?? construct.java
字號:
package cn.handson.base;
import java.util.Date;
/**
* Construct generated by MyEclipse - Hibernate Tools
*/
public class Construct implements java.io.Serializable {
// Fields
private Integer constId;
private Employee employee;
private User1 user1;
private Type1 type1;
private String constCause;
private Date constDate;
private Date constOverDate;
private String constFeedback;
private Integer constOver;
private String constRemark;
// Constructors
/** default constructor */
public Construct() {
}
/** minimal constructor */
public Construct(User1 user1, Type1 type, Date constDate, Integer constOver) {
this.user1 = user1;
this.type1 = type;
this.constDate = constDate;
this.constOver = constOver;
}
/** full constructor */
public Construct(Employee employee, User1 user1, Type1 type, String constCause, Date constDate, Date constOverDate, String constFeedback, Integer constOver, String constRemark) {
this.employee = employee;
this.user1 = user1;
this.type1 = type;
this.constCause = constCause;
this.constDate = constDate;
this.constOverDate = constOverDate;
this.constFeedback = constFeedback;
this.constOver = constOver;
this.constRemark = constRemark;
}
// Property accessors
public Integer getConstId() {
return this.constId;
}
public void setConstId(Integer constId) {
this.constId = constId;
}
public Employee getEmployee() {
return this.employee;
}
public void setEmployee(Employee employee) {
this.employee = employee;
}
public User1 getUser1() {
return this.user1;
}
public void setUser1(User1 user1) {
this.user1 = user1;
}
public Type1 getType1() {
return this.type1;
}
public void setType1(Type1 type) {
this.type1 = type;
}
public String getConstCause() {
return this.constCause;
}
public void setConstCause(String constCause) {
this.constCause = constCause;
}
public Date getConstDate() {
return this.constDate;
}
public void setConstDate(Date constDate) {
this.constDate = constDate;
}
public Date getConstOverDate() {
return this.constOverDate;
}
public void setConstOverDate(Date constOverDate) {
this.constOverDate = constOverDate;
}
public String getConstFeedback() {
return this.constFeedback;
}
public void setConstFeedback(String constFeedback) {
this.constFeedback = constFeedback;
}
public Integer getConstOver() {
return this.constOver;
}
public void setConstOver(Integer constOver) {
this.constOver = constOver;
}
public String getConstRemark() {
return this.constRemark;
}
public void setConstRemark(String constRemark) {
this.constRemark = constRemark;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -