This repository was archived by the owner on Dec 12, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAbstractEmployees.java
More file actions
254 lines (189 loc) · 6.58 KB
/
AbstractEmployees.java
File metadata and controls
254 lines (189 loc) · 6.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
package feelsafeHibernatePackage;
import java.util.HashSet;
import java.util.Set;
/**
* AbstractEmployees generated by MyEclipse - Hibernate Tools
*/
public abstract class AbstractEmployees implements java.io.Serializable {
// Fields
private String username;
private String password;
private String firstname;
private String lastname;
private String address;
private String phone;
private Integer sex;
private String nationality;
private String verificationcode;
private Integer type;
private String consultinghours;
private String qualification;
private String specialist;
private Set otherfeeses = new HashSet(0);
private Set appointmentsesForEmployeeuserid = new HashSet(0);
private Set healths = new HashSet(0);
private Set roomses = new HashSet(0);
private Set patientsForEmployeeuserid = new HashSet(0);
private Set doctorfeeses = new HashSet(0);
private Set patientsForDoctorconsultedid = new HashSet(0);
private Set appointmentsesForDoctoruserid = new HashSet(0);
// Constructors
/** default constructor */
public AbstractEmployees() {
}
/** minimal constructor */
public AbstractEmployees(String username) {
this.username = username;
}
/** full constructor */
public AbstractEmployees(String username, String password, String firstname, String lastname, String address, String phone, Integer sex, String nationality, String verificationcode, Integer type, String consultinghours, String qualification, String specialist, Set otherfeeses, Set appointmentsesForEmployeeuserid, Set healths, Set roomses, Set patientsForEmployeeuserid, Set doctorfeeses, Set patientsForDoctorconsultedid, Set appointmentsesForDoctoruserid) {
this.username = username;
this.password = password;
this.firstname = firstname;
this.lastname = lastname;
this.address = address;
this.phone = phone;
this.sex = sex;
this.nationality = nationality;
this.verificationcode = verificationcode;
this.type = type;
this.consultinghours = consultinghours;
this.qualification = qualification;
this.specialist = specialist;
this.otherfeeses = otherfeeses;
this.appointmentsesForEmployeeuserid = appointmentsesForEmployeeuserid;
this.healths = healths;
this.roomses = roomses;
this.patientsForEmployeeuserid = patientsForEmployeeuserid;
this.doctorfeeses = doctorfeeses;
this.patientsForDoctorconsultedid = patientsForDoctorconsultedid;
this.appointmentsesForDoctoruserid = appointmentsesForDoctoruserid;
}
// Property accessors
public String getUsername() {
return this.username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
}
public String getFirstname() {
return this.firstname;
}
public void setFirstname(String firstname) {
this.firstname = firstname;
}
public String getLastname() {
return this.lastname;
}
public void setLastname(String lastname) {
this.lastname = lastname;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getPhone() {
return this.phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
public Integer getSex() {
return this.sex;
}
public void setSex(Integer sex) {
this.sex = sex;
}
public String getNationality() {
return this.nationality;
}
public void setNationality(String nationality) {
this.nationality = nationality;
}
public String getVerificationcode() {
return this.verificationcode;
}
public void setVerificationcode(String verificationcode) {
this.verificationcode = verificationcode;
}
public Integer getType() {
return this.type;
}
public void setType(Integer type) {
this.type = type;
}
public String getConsultinghours() {
return this.consultinghours;
}
public void setConsultinghours(String consultinghours) {
this.consultinghours = consultinghours;
}
public String getQualification() {
return this.qualification;
}
public void setQualification(String qualification) {
this.qualification = qualification;
}
public String getSpecialist() {
return this.specialist;
}
public void setSpecialist(String specialist) {
this.specialist = specialist;
}
public Set getOtherfeeses() {
return this.otherfeeses;
}
public void setOtherfeeses(Set otherfeeses) {
this.otherfeeses = otherfeeses;
}
public Set getAppointmentsesForEmployeeuserid() {
return this.appointmentsesForEmployeeuserid;
}
public void setAppointmentsesForEmployeeuserid(Set appointmentsesForEmployeeuserid) {
this.appointmentsesForEmployeeuserid = appointmentsesForEmployeeuserid;
}
public Set getHealths() {
return this.healths;
}
public void setHealths(Set healths) {
this.healths = healths;
}
public Set getRoomses() {
return this.roomses;
}
public void setRoomses(Set roomses) {
this.roomses = roomses;
}
public Set getPatientsForEmployeeuserid() {
return this.patientsForEmployeeuserid;
}
public void setPatientsForEmployeeuserid(Set patientsForEmployeeuserid) {
this.patientsForEmployeeuserid = patientsForEmployeeuserid;
}
public Set getDoctorfeeses() {
return this.doctorfeeses;
}
public void setDoctorfeeses(Set doctorfeeses) {
this.doctorfeeses = doctorfeeses;
}
public Set getPatientsForDoctorconsultedid() {
return this.patientsForDoctorconsultedid;
}
public void setPatientsForDoctorconsultedid(Set patientsForDoctorconsultedid) {
this.patientsForDoctorconsultedid = patientsForDoctorconsultedid;
}
public Set getAppointmentsesForDoctoruserid() {
return this.appointmentsesForDoctoruserid;
}
public void setAppointmentsesForDoctoruserid(Set appointmentsesForDoctoruserid) {
this.appointmentsesForDoctoruserid = appointmentsesForDoctoruserid;
}
}