1   /**
2    * Copyright (c) 2000-2009 Liferay, Inc. All rights reserved.
3    *
4    * Permission is hereby granted, free of charge, to any person obtaining a copy
5    * of this software and associated documentation files (the "Software"), to deal
6    * in the Software without restriction, including without limitation the rights
7    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8    * copies of the Software, and to permit persons to whom the Software is
9    * furnished to do so, subject to the following conditions:
10   *
11   * The above copyright notice and this permission notice shall be included in
12   * all copies or substantial portions of the Software.
13   *
14   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20   * SOFTWARE.
21   */
22  
23  package com.liferay.portal.model;
24  
25  
26  /**
27   * <a href="UserTrackerSoap.java.html"><b><i>View Source</i></b></a>
28   *
29   * <p>
30   * ServiceBuilder generated this class. Modifications in this class will be
31   * overwritten the next time is generated.
32   * </p>
33   *
34   * <p>
35   * This class is a wrapper for {@link UserTracker}.
36   * </p>
37   *
38   * @author    Brian Wing Shun Chan
39   * @see       UserTracker
40   * @generated
41   */
42  public class UserTrackerWrapper implements UserTracker {
43      public UserTrackerWrapper(UserTracker userTracker) {
44          _userTracker = userTracker;
45      }
46  
47      public long getPrimaryKey() {
48          return _userTracker.getPrimaryKey();
49      }
50  
51      public void setPrimaryKey(long pk) {
52          _userTracker.setPrimaryKey(pk);
53      }
54  
55      public long getUserTrackerId() {
56          return _userTracker.getUserTrackerId();
57      }
58  
59      public void setUserTrackerId(long userTrackerId) {
60          _userTracker.setUserTrackerId(userTrackerId);
61      }
62  
63      public long getCompanyId() {
64          return _userTracker.getCompanyId();
65      }
66  
67      public void setCompanyId(long companyId) {
68          _userTracker.setCompanyId(companyId);
69      }
70  
71      public long getUserId() {
72          return _userTracker.getUserId();
73      }
74  
75      public void setUserId(long userId) {
76          _userTracker.setUserId(userId);
77      }
78  
79      public java.lang.String getUserUuid()
80          throws com.liferay.portal.SystemException {
81          return _userTracker.getUserUuid();
82      }
83  
84      public void setUserUuid(java.lang.String userUuid) {
85          _userTracker.setUserUuid(userUuid);
86      }
87  
88      public java.util.Date getModifiedDate() {
89          return _userTracker.getModifiedDate();
90      }
91  
92      public void setModifiedDate(java.util.Date modifiedDate) {
93          _userTracker.setModifiedDate(modifiedDate);
94      }
95  
96      public java.lang.String getSessionId() {
97          return _userTracker.getSessionId();
98      }
99  
100     public void setSessionId(java.lang.String sessionId) {
101         _userTracker.setSessionId(sessionId);
102     }
103 
104     public java.lang.String getRemoteAddr() {
105         return _userTracker.getRemoteAddr();
106     }
107 
108     public void setRemoteAddr(java.lang.String remoteAddr) {
109         _userTracker.setRemoteAddr(remoteAddr);
110     }
111 
112     public java.lang.String getRemoteHost() {
113         return _userTracker.getRemoteHost();
114     }
115 
116     public void setRemoteHost(java.lang.String remoteHost) {
117         _userTracker.setRemoteHost(remoteHost);
118     }
119 
120     public java.lang.String getUserAgent() {
121         return _userTracker.getUserAgent();
122     }
123 
124     public void setUserAgent(java.lang.String userAgent) {
125         _userTracker.setUserAgent(userAgent);
126     }
127 
128     public com.liferay.portal.model.UserTracker toEscapedModel() {
129         return _userTracker.toEscapedModel();
130     }
131 
132     public boolean isNew() {
133         return _userTracker.isNew();
134     }
135 
136     public boolean setNew(boolean n) {
137         return _userTracker.setNew(n);
138     }
139 
140     public boolean isCachedModel() {
141         return _userTracker.isCachedModel();
142     }
143 
144     public void setCachedModel(boolean cachedModel) {
145         _userTracker.setCachedModel(cachedModel);
146     }
147 
148     public boolean isEscapedModel() {
149         return _userTracker.isEscapedModel();
150     }
151 
152     public void setEscapedModel(boolean escapedModel) {
153         _userTracker.setEscapedModel(escapedModel);
154     }
155 
156     public java.io.Serializable getPrimaryKeyObj() {
157         return _userTracker.getPrimaryKeyObj();
158     }
159 
160     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
161         return _userTracker.getExpandoBridge();
162     }
163 
164     public void setExpandoBridgeAttributes(
165         com.liferay.portal.service.ServiceContext serviceContext) {
166         _userTracker.setExpandoBridgeAttributes(serviceContext);
167     }
168 
169     public java.lang.Object clone() {
170         return _userTracker.clone();
171     }
172 
173     public int compareTo(com.liferay.portal.model.UserTracker userTracker) {
174         return _userTracker.compareTo(userTracker);
175     }
176 
177     public int hashCode() {
178         return _userTracker.hashCode();
179     }
180 
181     public java.lang.String toString() {
182         return _userTracker.toString();
183     }
184 
185     public java.lang.String toXmlString() {
186         return _userTracker.toXmlString();
187     }
188 
189     public java.lang.String getFullName() {
190         return _userTracker.getFullName();
191     }
192 
193     public java.lang.String getEmailAddress() {
194         return _userTracker.getEmailAddress();
195     }
196 
197     public java.util.List<com.liferay.portal.model.UserTrackerPath> getPaths() {
198         return _userTracker.getPaths();
199     }
200 
201     public void addPath(com.liferay.portal.model.UserTrackerPath path) {
202         _userTracker.addPath(path);
203     }
204 
205     public int getHits() {
206         return _userTracker.getHits();
207     }
208 
209     public UserTracker getWrappedUserTracker() {
210         return _userTracker;
211     }
212 
213     private UserTracker _userTracker;
214 }