?? abstract專家號登記表.java
字號:
package hospital.Model;
import java.util.Date;
/**
* Abstract專家號登記表 generated by MyEclipse - Hibernate Tools
*/
public abstract class Abstract專家號登記表 implements java.io.Serializable {
// Fields
private Integer 出診編號;
private 科室表 科室表;
private Date 出診日期;
private String 出診時間;
private String 醫生編號;
private Integer 剩余掛號量;
private Integer 掛號價格;
private String 備注;
// Constructors
/** default constructor */
public Abstract專家號登記表() {
}
/** minimal constructor */
public Abstract專家號登記表(Integer 出診編號, 科室表 科室表, Date 出診日期, String 出診時間, String 醫生編號, Integer 剩余掛號量, Integer 掛號價格) {
this.出診編號 = 出診編號;
this.科室表 = 科室表;
this.出診日期 = 出診日期;
this.出診時間 = 出診時間;
this.醫生編號 = 醫生編號;
this.剩余掛號量 = 剩余掛號量;
this.掛號價格 = 掛號價格;
}
/** full constructor */
public Abstract專家號登記表(Integer 出診編號, 科室表 科室表, Date 出診日期, String 出診時間, String 醫生編號, Integer 剩余掛號量, Integer 掛號價格, String 備注) {
this.出診編號 = 出診編號;
this.科室表 = 科室表;
this.出診日期 = 出診日期;
this.出診時間 = 出診時間;
this.醫生編號 = 醫生編號;
this.剩余掛號量 = 剩余掛號量;
this.掛號價格 = 掛號價格;
this.備注 = 備注;
}
// Property accessors
public Integer get出診編號() {
return this.出診編號;
}
public void set出診編號(Integer 出診編號) {
this.出診編號 = 出診編號;
}
public 科室表 get科室表() {
return this.科室表;
}
public void set科室表(科室表 科室表) {
this.科室表 = 科室表;
}
public Date get出診日期() {
return this.出診日期;
}
public void set出診日期(Date 出診日期) {
this.出診日期 = 出診日期;
}
public String get出診時間() {
return this.出診時間;
}
public void set出診時間(String 出診時間) {
this.出診時間 = 出診時間;
}
public String get醫生編號() {
return this.醫生編號;
}
public void set醫生編號(String 醫生編號) {
this.醫生編號 = 醫生編號;
}
public Integer get剩余掛號量() {
return this.剩余掛號量;
}
public void set剩余掛號量(Integer 剩余掛號量) {
this.剩余掛號量 = 剩余掛號量;
}
public Integer get掛號價格() {
return this.掛號價格;
}
public void set掛號價格(Integer 掛號價格) {
this.掛號價格 = 掛號價格;
}
public String get備注() {
return this.備注;
}
public void set備注(String 備注) {
this.備注 = 備注;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -