KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > mvnforum > phpbb2mvnforum > db > PhpbbUsers


1 package org.mvnforum.phpbb2mvnforum.db;
2
3 import java.math.BigDecimal JavaDoc;
4
5 /**
6  * PhpbbUsers generated by hbm2java
7  */

8
9 public class PhpbbUsers implements java.io.Serializable JavaDoc {
10
11     // Fields
12

13     private int userId;
14
15     private int userActive;
16
17     private String JavaDoc username;
18
19     private String JavaDoc userPassword;
20
21     private long userSessionTime;
22
23     private int userSessionPage;
24
25     private long userLastvisit;
26
27     private long userRegdate;
28
29     private int userLevel;
30
31     private int userPosts;
32
33     private BigDecimal JavaDoc userTimezone;
34
35     private int userStyle;
36
37     private String JavaDoc userLang;
38
39     private String JavaDoc userDateformat;
40
41     private int userNewPrivmsg;
42
43     private int userUnreadPrivmsg;
44
45     private long userLastPrivmsg;
46
47     private int userEmailtime;
48
49     private int userViewemail;
50
51     private int userAttachsig;
52
53     private int userAllowhtml;
54
55     private int userAllowbbcode;
56
57     private int userAllowsmile;
58
59     private int userAllowavatar;
60
61     private int userAllowPm;
62
63     private int userAllowViewonline;
64
65     private int userNotify;
66
67     private int userNotifyPm;
68
69     private int userPopupPm;
70
71     private int userRank;
72
73     private String JavaDoc userAvatar;
74
75     private int userAvatarType;
76
77     private String JavaDoc userEmail;
78
79     private String JavaDoc userIcq;
80
81     private String JavaDoc userWebsite;
82
83     private String JavaDoc userFrom;
84
85     private String JavaDoc userSig;
86
87     private String JavaDoc userSigBbcodeUid;
88
89     private String JavaDoc userAim;
90
91     private String JavaDoc userYim;
92
93     private String JavaDoc userMsnm;
94
95     private String JavaDoc userOcc;
96
97     private String JavaDoc userInterests;
98
99     private String JavaDoc userActkey;
100
101     private String JavaDoc userNewpasswd;
102
103     // Constructors
104

105     /** default constructor */
106     public PhpbbUsers() {
107     }
108
109     public int getUserActive() {
110         return userActive;
111     }
112
113     public void setUserActive(int userActive) {
114         this.userActive = userActive;
115     }
116
117     public String JavaDoc getUserActkey() {
118         return userActkey;
119     }
120
121     public void setUserActkey(String JavaDoc userActkey) {
122         this.userActkey = userActkey;
123     }
124
125     public String JavaDoc getUserAim() {
126         return userAim;
127     }
128
129     public void setUserAim(String JavaDoc userAim) {
130         this.userAim = userAim;
131     }
132
133     public int getUserAllowavatar() {
134         return userAllowavatar;
135     }
136
137     public void setUserAllowavatar(int userAllowavatar) {
138         this.userAllowavatar = userAllowavatar;
139     }
140
141     public int getUserAllowbbcode() {
142         return userAllowbbcode;
143     }
144
145     public void setUserAllowbbcode(int userAllowbbcode) {
146         this.userAllowbbcode = userAllowbbcode;
147     }
148
149     public int getUserAllowhtml() {
150         return userAllowhtml;
151     }
152
153     public void setUserAllowhtml(int userAllowhtml) {
154         this.userAllowhtml = userAllowhtml;
155     }
156
157     public int getUserAllowPm() {
158         return userAllowPm;
159     }
160
161     public void setUserAllowPm(int userAllowPm) {
162         this.userAllowPm = userAllowPm;
163     }
164
165     public int getUserAllowsmile() {
166         return userAllowsmile;
167     }
168
169     public void setUserAllowsmile(int userAllowsmile) {
170         this.userAllowsmile = userAllowsmile;
171     }
172
173     public int getUserAllowViewonline() {
174         return userAllowViewonline;
175     }
176
177     public void setUserAllowViewonline(int userAllowViewonline) {
178         this.userAllowViewonline = userAllowViewonline;
179     }
180
181     public int getUserAttachsig() {
182         return userAttachsig;
183     }
184
185     public void setUserAttachsig(int userAttachsig) {
186         this.userAttachsig = userAttachsig;
187     }
188
189     public String JavaDoc getUserAvatar() {
190         return userAvatar;
191     }
192
193     public void setUserAvatar(String JavaDoc userAvatar) {
194         this.userAvatar = userAvatar;
195     }
196
197     public int getUserAvatarType() {
198         return userAvatarType;
199     }
200
201     public void setUserAvatarType(int userAvatarType) {
202         this.userAvatarType = userAvatarType;
203     }
204
205     public String JavaDoc getUserDateformat() {
206         return userDateformat;
207     }
208
209     public void setUserDateformat(String JavaDoc userDateformat) {
210         this.userDateformat = userDateformat;
211     }
212
213     public String JavaDoc getUserEmail() {
214         return userEmail;
215     }
216
217     public void setUserEmail(String JavaDoc userEmail) {
218         this.userEmail = userEmail;
219     }
220
221     public int getUserEmailtime() {
222         return userEmailtime;
223     }
224
225     public void setUserEmailtime(int userEmailtime) {
226         this.userEmailtime = userEmailtime;
227     }
228
229     public String JavaDoc getUserFrom() {
230         return userFrom;
231     }
232
233     public void setUserFrom(String JavaDoc userFrom) {
234         this.userFrom = userFrom;
235     }
236
237     public String JavaDoc getUserIcq() {
238         return userIcq;
239     }
240
241     public void setUserIcq(String JavaDoc userIcq) {
242         this.userIcq = userIcq;
243     }
244
245     public int getUserId() {
246         return userId;
247     }
248
249     public void setUserId(int userId) {
250         this.userId = userId;
251     }
252
253     public String JavaDoc getUserInterests() {
254         return userInterests;
255     }
256
257     public void setUserInterests(String JavaDoc userInterests) {
258         this.userInterests = userInterests;
259     }
260
261     public String JavaDoc getUserLang() {
262         return userLang;
263     }
264
265     public void setUserLang(String JavaDoc userLang) {
266         this.userLang = userLang;
267     }
268
269     public long getUserLastPrivmsg() {
270         return userLastPrivmsg;
271     }
272
273     public void setUserLastPrivmsg(long userLastPrivmsg) {
274         this.userLastPrivmsg = userLastPrivmsg;
275     }
276
277     public long getUserLastvisit() {
278         return userLastvisit;
279     }
280
281     public void setUserLastvisit(long userLastvisit) {
282         this.userLastvisit = userLastvisit;
283     }
284
285     public int getUserLevel() {
286         return userLevel;
287     }
288
289     public void setUserLevel(int userLevel) {
290         this.userLevel = userLevel;
291     }
292
293     public String JavaDoc getUserMsnm() {
294         return userMsnm;
295     }
296
297     public void setUserMsnm(String JavaDoc userMsnm) {
298         this.userMsnm = userMsnm;
299     }
300
301     public String JavaDoc getUsername() {
302         return username;
303     }
304
305     public void setUsername(String JavaDoc username) {
306         this.username = username;
307     }
308
309     public String JavaDoc getUserNewpasswd() {
310         return userNewpasswd;
311     }
312
313     public void setUserNewpasswd(String JavaDoc userNewpasswd) {
314         this.userNewpasswd = userNewpasswd;
315     }
316
317     public int getUserNewPrivmsg() {
318         return userNewPrivmsg;
319     }
320
321     public void setUserNewPrivmsg(int userNewPrivmsg) {
322         this.userNewPrivmsg = userNewPrivmsg;
323     }
324
325     public int getUserNotify() {
326         return userNotify;
327     }
328
329     public void setUserNotify(int userNotify) {
330         this.userNotify = userNotify;
331     }
332
333     public int getUserNotifyPm() {
334         return userNotifyPm;
335     }
336
337     public void setUserNotifyPm(int userNotifyPm) {
338         this.userNotifyPm = userNotifyPm;
339     }
340
341     public String JavaDoc getUserOcc() {
342         return userOcc;
343     }
344
345     public void setUserOcc(String JavaDoc userOcc) {
346         this.userOcc = userOcc;
347     }
348
349     public String JavaDoc getUserPassword() {
350         return userPassword;
351     }
352
353     public void setUserPassword(String JavaDoc userPassword) {
354         this.userPassword = userPassword;
355     }
356
357     public int getUserPopupPm() {
358         return userPopupPm;
359     }
360
361     public void setUserPopupPm(int userPopupPm) {
362         this.userPopupPm = userPopupPm;
363     }
364
365     public int getUserPosts() {
366         return userPosts;
367     }
368
369     public void setUserPosts(int userPosts) {
370         this.userPosts = userPosts;
371     }
372
373     public int getUserRank() {
374         return userRank;
375     }
376
377     public void setUserRank(int userRank) {
378         this.userRank = userRank;
379     }
380
381     
382
383     public int getUserSessionPage() {
384         return userSessionPage;
385     }
386
387     public void setUserSessionPage(int userSessionPage) {
388         this.userSessionPage = userSessionPage;
389     }
390
391     public long getUserSessionTime() {
392         return userSessionTime;
393     }
394
395     public void setUserSessionTime(long userSessionTime) {
396         this.userSessionTime = userSessionTime;
397     }
398
399     public String JavaDoc getUserSig() {
400         return userSig;
401     }
402
403     public void setUserSig(String JavaDoc userSig) {
404         this.userSig = userSig;
405     }
406
407     public String JavaDoc getUserSigBbcodeUid() {
408         return userSigBbcodeUid;
409     }
410
411     public void setUserSigBbcodeUid(String JavaDoc userSigBbcodeUid) {
412         this.userSigBbcodeUid = userSigBbcodeUid;
413     }
414
415     public int getUserStyle() {
416         return userStyle;
417     }
418
419     public void setUserStyle(int userStyle) {
420         this.userStyle = userStyle;
421     }
422
423     public BigDecimal JavaDoc getUserTimezone() {
424         return userTimezone;
425     }
426
427     public void setUserTimezone(BigDecimal JavaDoc userTimezone) {
428         this.userTimezone = userTimezone;
429     }
430
431     public int getUserUnreadPrivmsg() {
432         return userUnreadPrivmsg;
433     }
434
435     public void setUserUnreadPrivmsg(int userUnreadPrivmsg) {
436         this.userUnreadPrivmsg = userUnreadPrivmsg;
437     }
438
439     public int getUserViewemail() {
440         return userViewemail;
441     }
442
443     public void setUserViewemail(int userViewemail) {
444         this.userViewemail = userViewemail;
445     }
446
447     public String JavaDoc getUserWebsite() {
448         return userWebsite;
449     }
450
451     public void setUserWebsite(String JavaDoc userWebsite) {
452         this.userWebsite = userWebsite;
453     }
454
455     public String JavaDoc getUserYim() {
456         return userYim;
457     }
458
459     public void setUserYim(String JavaDoc userYim) {
460         this.userYim = userYim;
461     }
462
463     public long getUserRegdate() {
464         return userRegdate;
465     }
466
467     public void setUserRegdate(long userRegdate) {
468         this.userRegdate = userRegdate;
469     }
470
471 }
Popular Tags