1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * This library is free software; you can redistribute it and/or modify it under
5    * the terms of the GNU Lesser General Public License as published by the Free
6    * Software Foundation; either version 2.1 of the License, or (at your option)
7    * any later version.
8    *
9    * This library is distributed in the hope that it will be useful, but WITHOUT
10   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11   * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12   * details.
13   */
14  
15  package com.liferay.portal.model;
16  
17  
18  /**
19   * <a href="UserSoap.java.html"><b><i>View Source</i></b></a>
20   *
21   * <p>
22   * ServiceBuilder generated this class. Modifications in this class will be
23   * overwritten the next time is generated.
24   * </p>
25   *
26   * <p>
27   * This class is a wrapper for {@link User}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       User
32   * @generated
33   */
34  public class UserWrapper implements User {
35      public UserWrapper(User user) {
36          _user = user;
37      }
38  
39      public long getPrimaryKey() {
40          return _user.getPrimaryKey();
41      }
42  
43      public void setPrimaryKey(long pk) {
44          _user.setPrimaryKey(pk);
45      }
46  
47      public java.lang.String getUuid() {
48          return _user.getUuid();
49      }
50  
51      public void setUuid(java.lang.String uuid) {
52          _user.setUuid(uuid);
53      }
54  
55      public long getUserId() {
56          return _user.getUserId();
57      }
58  
59      public void setUserId(long userId) {
60          _user.setUserId(userId);
61      }
62  
63      public java.lang.String getUserUuid()
64          throws com.liferay.portal.kernel.exception.SystemException {
65          return _user.getUserUuid();
66      }
67  
68      public void setUserUuid(java.lang.String userUuid) {
69          _user.setUserUuid(userUuid);
70      }
71  
72      public long getCompanyId() {
73          return _user.getCompanyId();
74      }
75  
76      public void setCompanyId(long companyId) {
77          _user.setCompanyId(companyId);
78      }
79  
80      public java.util.Date getCreateDate() {
81          return _user.getCreateDate();
82      }
83  
84      public void setCreateDate(java.util.Date createDate) {
85          _user.setCreateDate(createDate);
86      }
87  
88      public java.util.Date getModifiedDate() {
89          return _user.getModifiedDate();
90      }
91  
92      public void setModifiedDate(java.util.Date modifiedDate) {
93          _user.setModifiedDate(modifiedDate);
94      }
95  
96      public boolean getDefaultUser() {
97          return _user.getDefaultUser();
98      }
99  
100     public boolean isDefaultUser() {
101         return _user.isDefaultUser();
102     }
103 
104     public void setDefaultUser(boolean defaultUser) {
105         _user.setDefaultUser(defaultUser);
106     }
107 
108     public long getContactId() {
109         return _user.getContactId();
110     }
111 
112     public void setContactId(long contactId) {
113         _user.setContactId(contactId);
114     }
115 
116     public java.lang.String getPassword() {
117         return _user.getPassword();
118     }
119 
120     public void setPassword(java.lang.String password) {
121         _user.setPassword(password);
122     }
123 
124     public boolean getPasswordEncrypted() {
125         return _user.getPasswordEncrypted();
126     }
127 
128     public boolean isPasswordEncrypted() {
129         return _user.isPasswordEncrypted();
130     }
131 
132     public void setPasswordEncrypted(boolean passwordEncrypted) {
133         _user.setPasswordEncrypted(passwordEncrypted);
134     }
135 
136     public boolean getPasswordReset() {
137         return _user.getPasswordReset();
138     }
139 
140     public boolean isPasswordReset() {
141         return _user.isPasswordReset();
142     }
143 
144     public void setPasswordReset(boolean passwordReset) {
145         _user.setPasswordReset(passwordReset);
146     }
147 
148     public java.util.Date getPasswordModifiedDate() {
149         return _user.getPasswordModifiedDate();
150     }
151 
152     public void setPasswordModifiedDate(java.util.Date passwordModifiedDate) {
153         _user.setPasswordModifiedDate(passwordModifiedDate);
154     }
155 
156     public java.lang.String getReminderQueryQuestion() {
157         return _user.getReminderQueryQuestion();
158     }
159 
160     public void setReminderQueryQuestion(java.lang.String reminderQueryQuestion) {
161         _user.setReminderQueryQuestion(reminderQueryQuestion);
162     }
163 
164     public java.lang.String getReminderQueryAnswer() {
165         return _user.getReminderQueryAnswer();
166     }
167 
168     public void setReminderQueryAnswer(java.lang.String reminderQueryAnswer) {
169         _user.setReminderQueryAnswer(reminderQueryAnswer);
170     }
171 
172     public int getGraceLoginCount() {
173         return _user.getGraceLoginCount();
174     }
175 
176     public void setGraceLoginCount(int graceLoginCount) {
177         _user.setGraceLoginCount(graceLoginCount);
178     }
179 
180     public java.lang.String getScreenName() {
181         return _user.getScreenName();
182     }
183 
184     public void setScreenName(java.lang.String screenName) {
185         _user.setScreenName(screenName);
186     }
187 
188     public java.lang.String getEmailAddress() {
189         return _user.getEmailAddress();
190     }
191 
192     public void setEmailAddress(java.lang.String emailAddress) {
193         _user.setEmailAddress(emailAddress);
194     }
195 
196     public java.lang.String getOpenId() {
197         return _user.getOpenId();
198     }
199 
200     public void setOpenId(java.lang.String openId) {
201         _user.setOpenId(openId);
202     }
203 
204     public long getPortraitId() {
205         return _user.getPortraitId();
206     }
207 
208     public void setPortraitId(long portraitId) {
209         _user.setPortraitId(portraitId);
210     }
211 
212     public java.lang.String getLanguageId() {
213         return _user.getLanguageId();
214     }
215 
216     public void setLanguageId(java.lang.String languageId) {
217         _user.setLanguageId(languageId);
218     }
219 
220     public java.lang.String getTimeZoneId() {
221         return _user.getTimeZoneId();
222     }
223 
224     public void setTimeZoneId(java.lang.String timeZoneId) {
225         _user.setTimeZoneId(timeZoneId);
226     }
227 
228     public java.lang.String getGreeting() {
229         return _user.getGreeting();
230     }
231 
232     public void setGreeting(java.lang.String greeting) {
233         _user.setGreeting(greeting);
234     }
235 
236     public java.lang.String getComments() {
237         return _user.getComments();
238     }
239 
240     public void setComments(java.lang.String comments) {
241         _user.setComments(comments);
242     }
243 
244     public java.lang.String getFirstName() {
245         return _user.getFirstName();
246     }
247 
248     public void setFirstName(java.lang.String firstName) {
249         _user.setFirstName(firstName);
250     }
251 
252     public java.lang.String getMiddleName() {
253         return _user.getMiddleName();
254     }
255 
256     public void setMiddleName(java.lang.String middleName) {
257         _user.setMiddleName(middleName);
258     }
259 
260     public java.lang.String getLastName() {
261         return _user.getLastName();
262     }
263 
264     public void setLastName(java.lang.String lastName) {
265         _user.setLastName(lastName);
266     }
267 
268     public java.lang.String getJobTitle() {
269         return _user.getJobTitle();
270     }
271 
272     public void setJobTitle(java.lang.String jobTitle) {
273         _user.setJobTitle(jobTitle);
274     }
275 
276     public java.util.Date getLoginDate() {
277         return _user.getLoginDate();
278     }
279 
280     public void setLoginDate(java.util.Date loginDate) {
281         _user.setLoginDate(loginDate);
282     }
283 
284     public java.lang.String getLoginIP() {
285         return _user.getLoginIP();
286     }
287 
288     public void setLoginIP(java.lang.String loginIP) {
289         _user.setLoginIP(loginIP);
290     }
291 
292     public java.util.Date getLastLoginDate() {
293         return _user.getLastLoginDate();
294     }
295 
296     public void setLastLoginDate(java.util.Date lastLoginDate) {
297         _user.setLastLoginDate(lastLoginDate);
298     }
299 
300     public java.lang.String getLastLoginIP() {
301         return _user.getLastLoginIP();
302     }
303 
304     public void setLastLoginIP(java.lang.String lastLoginIP) {
305         _user.setLastLoginIP(lastLoginIP);
306     }
307 
308     public java.util.Date getLastFailedLoginDate() {
309         return _user.getLastFailedLoginDate();
310     }
311 
312     public void setLastFailedLoginDate(java.util.Date lastFailedLoginDate) {
313         _user.setLastFailedLoginDate(lastFailedLoginDate);
314     }
315 
316     public int getFailedLoginAttempts() {
317         return _user.getFailedLoginAttempts();
318     }
319 
320     public void setFailedLoginAttempts(int failedLoginAttempts) {
321         _user.setFailedLoginAttempts(failedLoginAttempts);
322     }
323 
324     public boolean getLockout() {
325         return _user.getLockout();
326     }
327 
328     public boolean isLockout() {
329         return _user.isLockout();
330     }
331 
332     public void setLockout(boolean lockout) {
333         _user.setLockout(lockout);
334     }
335 
336     public java.util.Date getLockoutDate() {
337         return _user.getLockoutDate();
338     }
339 
340     public void setLockoutDate(java.util.Date lockoutDate) {
341         _user.setLockoutDate(lockoutDate);
342     }
343 
344     public boolean getAgreedToTermsOfUse() {
345         return _user.getAgreedToTermsOfUse();
346     }
347 
348     public boolean isAgreedToTermsOfUse() {
349         return _user.isAgreedToTermsOfUse();
350     }
351 
352     public void setAgreedToTermsOfUse(boolean agreedToTermsOfUse) {
353         _user.setAgreedToTermsOfUse(agreedToTermsOfUse);
354     }
355 
356     public boolean getActive() {
357         return _user.getActive();
358     }
359 
360     public boolean isActive() {
361         return _user.isActive();
362     }
363 
364     public void setActive(boolean active) {
365         _user.setActive(active);
366     }
367 
368     public com.liferay.portal.model.User toEscapedModel() {
369         return _user.toEscapedModel();
370     }
371 
372     public boolean isNew() {
373         return _user.isNew();
374     }
375 
376     public boolean setNew(boolean n) {
377         return _user.setNew(n);
378     }
379 
380     public boolean isCachedModel() {
381         return _user.isCachedModel();
382     }
383 
384     public void setCachedModel(boolean cachedModel) {
385         _user.setCachedModel(cachedModel);
386     }
387 
388     public boolean isEscapedModel() {
389         return _user.isEscapedModel();
390     }
391 
392     public void setEscapedModel(boolean escapedModel) {
393         _user.setEscapedModel(escapedModel);
394     }
395 
396     public java.io.Serializable getPrimaryKeyObj() {
397         return _user.getPrimaryKeyObj();
398     }
399 
400     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
401         return _user.getExpandoBridge();
402     }
403 
404     public void setExpandoBridgeAttributes(
405         com.liferay.portal.service.ServiceContext serviceContext) {
406         _user.setExpandoBridgeAttributes(serviceContext);
407     }
408 
409     public java.lang.Object clone() {
410         return _user.clone();
411     }
412 
413     public int compareTo(com.liferay.portal.model.User user) {
414         return _user.compareTo(user);
415     }
416 
417     public int hashCode() {
418         return _user.hashCode();
419     }
420 
421     public java.lang.String toString() {
422         return _user.toString();
423     }
424 
425     public java.lang.String toXmlString() {
426         return _user.toXmlString();
427     }
428 
429     public java.util.Date getBirthday() {
430         return _user.getBirthday();
431     }
432 
433     public java.lang.String getCompanyMx() {
434         return _user.getCompanyMx();
435     }
436 
437     public com.liferay.portal.model.Contact getContact() {
438         return _user.getContact();
439     }
440 
441     public java.lang.String getDisplayEmailAddress() {
442         return _user.getDisplayEmailAddress();
443     }
444 
445     public java.lang.String getDisplayURL(
446         com.liferay.portal.theme.ThemeDisplay themeDisplay) {
447         return _user.getDisplayURL(themeDisplay);
448     }
449 
450     public java.lang.String getDisplayURL(java.lang.String portalURL,
451         java.lang.String mainPath) {
452         return _user.getDisplayURL(portalURL, mainPath);
453     }
454 
455     public boolean getFemale() {
456         return _user.getFemale();
457     }
458 
459     public java.lang.String getFullName() {
460         return _user.getFullName();
461     }
462 
463     public com.liferay.portal.model.Group getGroup() {
464         return _user.getGroup();
465     }
466 
467     public long[] getGroupIds() {
468         return _user.getGroupIds();
469     }
470 
471     public java.util.List<com.liferay.portal.model.Group> getGroups() {
472         return _user.getGroups();
473     }
474 
475     public java.util.Locale getLocale() {
476         return _user.getLocale();
477     }
478 
479     public java.lang.String getLogin()
480         throws com.liferay.portal.kernel.exception.PortalException,
481             com.liferay.portal.kernel.exception.SystemException {
482         return _user.getLogin();
483     }
484 
485     public boolean getMale() {
486         return _user.getMale();
487     }
488 
489     public java.util.List<com.liferay.portal.model.Group> getMyPlaces() {
490         return _user.getMyPlaces();
491     }
492 
493     public java.util.List<com.liferay.portal.model.Group> getMyPlaces(int max) {
494         return _user.getMyPlaces(max);
495     }
496 
497     public long[] getOrganizationIds() {
498         return _user.getOrganizationIds();
499     }
500 
501     public java.util.List<com.liferay.portal.model.Organization> getOrganizations() {
502         return _user.getOrganizations();
503     }
504 
505     public boolean getPasswordModified() {
506         return _user.getPasswordModified();
507     }
508 
509     public com.liferay.portal.model.PasswordPolicy getPasswordPolicy()
510         throws com.liferay.portal.kernel.exception.PortalException,
511             com.liferay.portal.kernel.exception.SystemException {
512         return _user.getPasswordPolicy();
513     }
514 
515     public java.lang.String getPasswordUnencrypted() {
516         return _user.getPasswordUnencrypted();
517     }
518 
519     public int getPrivateLayoutsPageCount() {
520         return _user.getPrivateLayoutsPageCount();
521     }
522 
523     public int getPublicLayoutsPageCount() {
524         return _user.getPublicLayoutsPageCount();
525     }
526 
527     public java.util.Set<String> getReminderQueryQuestions()
528         throws com.liferay.portal.kernel.exception.PortalException,
529             com.liferay.portal.kernel.exception.SystemException {
530         return _user.getReminderQueryQuestions();
531     }
532 
533     public long[] getRoleIds() {
534         return _user.getRoleIds();
535     }
536 
537     public java.util.List<com.liferay.portal.model.Role> getRoles() {
538         return _user.getRoles();
539     }
540 
541     public long[] getUserGroupIds() {
542         return _user.getUserGroupIds();
543     }
544 
545     public java.util.List<com.liferay.portal.model.UserGroup> getUserGroups() {
546         return _user.getUserGroups();
547     }
548 
549     public java.util.TimeZone getTimeZone() {
550         return _user.getTimeZone();
551     }
552 
553     public boolean hasCompanyMx() {
554         return _user.hasCompanyMx();
555     }
556 
557     public boolean hasCompanyMx(java.lang.String emailAddress) {
558         return _user.hasCompanyMx(emailAddress);
559     }
560 
561     public boolean hasMyPlaces() {
562         return _user.hasMyPlaces();
563     }
564 
565     public boolean hasOrganization() {
566         return _user.hasOrganization();
567     }
568 
569     public boolean hasPrivateLayouts() {
570         return _user.hasPrivateLayouts();
571     }
572 
573     public boolean hasPublicLayouts() {
574         return _user.hasPublicLayouts();
575     }
576 
577     public boolean hasReminderQuery() {
578         return _user.hasReminderQuery();
579     }
580 
581     public boolean isFemale() {
582         return _user.isFemale();
583     }
584 
585     public boolean isMale() {
586         return _user.isMale();
587     }
588 
589     public boolean isPasswordModified() {
590         return _user.isPasswordModified();
591     }
592 
593     public void setPasswordModified(boolean passwordModified) {
594         _user.setPasswordModified(passwordModified);
595     }
596 
597     public void setPasswordUnencrypted(java.lang.String passwordUnencrypted) {
598         _user.setPasswordUnencrypted(passwordUnencrypted);
599     }
600 
601     public User getWrappedUser() {
602         return _user;
603     }
604 
605     private User _user;
606 }