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.portlet.social.model;
24  
25  
26  /**
27   * <a href="SocialRequestSoap.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 SocialRequest}.
36   * </p>
37   *
38   * @author    Brian Wing Shun Chan
39   * @see       SocialRequest
40   * @generated
41   */
42  public class SocialRequestWrapper implements SocialRequest {
43      public SocialRequestWrapper(SocialRequest socialRequest) {
44          _socialRequest = socialRequest;
45      }
46  
47      public long getPrimaryKey() {
48          return _socialRequest.getPrimaryKey();
49      }
50  
51      public void setPrimaryKey(long pk) {
52          _socialRequest.setPrimaryKey(pk);
53      }
54  
55      public java.lang.String getUuid() {
56          return _socialRequest.getUuid();
57      }
58  
59      public void setUuid(java.lang.String uuid) {
60          _socialRequest.setUuid(uuid);
61      }
62  
63      public long getRequestId() {
64          return _socialRequest.getRequestId();
65      }
66  
67      public void setRequestId(long requestId) {
68          _socialRequest.setRequestId(requestId);
69      }
70  
71      public long getGroupId() {
72          return _socialRequest.getGroupId();
73      }
74  
75      public void setGroupId(long groupId) {
76          _socialRequest.setGroupId(groupId);
77      }
78  
79      public long getCompanyId() {
80          return _socialRequest.getCompanyId();
81      }
82  
83      public void setCompanyId(long companyId) {
84          _socialRequest.setCompanyId(companyId);
85      }
86  
87      public long getUserId() {
88          return _socialRequest.getUserId();
89      }
90  
91      public void setUserId(long userId) {
92          _socialRequest.setUserId(userId);
93      }
94  
95      public java.lang.String getUserUuid()
96          throws com.liferay.portal.SystemException {
97          return _socialRequest.getUserUuid();
98      }
99  
100     public void setUserUuid(java.lang.String userUuid) {
101         _socialRequest.setUserUuid(userUuid);
102     }
103 
104     public long getCreateDate() {
105         return _socialRequest.getCreateDate();
106     }
107 
108     public void setCreateDate(long createDate) {
109         _socialRequest.setCreateDate(createDate);
110     }
111 
112     public long getModifiedDate() {
113         return _socialRequest.getModifiedDate();
114     }
115 
116     public void setModifiedDate(long modifiedDate) {
117         _socialRequest.setModifiedDate(modifiedDate);
118     }
119 
120     public java.lang.String getClassName() {
121         return _socialRequest.getClassName();
122     }
123 
124     public long getClassNameId() {
125         return _socialRequest.getClassNameId();
126     }
127 
128     public void setClassNameId(long classNameId) {
129         _socialRequest.setClassNameId(classNameId);
130     }
131 
132     public long getClassPK() {
133         return _socialRequest.getClassPK();
134     }
135 
136     public void setClassPK(long classPK) {
137         _socialRequest.setClassPK(classPK);
138     }
139 
140     public int getType() {
141         return _socialRequest.getType();
142     }
143 
144     public void setType(int type) {
145         _socialRequest.setType(type);
146     }
147 
148     public java.lang.String getExtraData() {
149         return _socialRequest.getExtraData();
150     }
151 
152     public void setExtraData(java.lang.String extraData) {
153         _socialRequest.setExtraData(extraData);
154     }
155 
156     public long getReceiverUserId() {
157         return _socialRequest.getReceiverUserId();
158     }
159 
160     public void setReceiverUserId(long receiverUserId) {
161         _socialRequest.setReceiverUserId(receiverUserId);
162     }
163 
164     public java.lang.String getReceiverUserUuid()
165         throws com.liferay.portal.SystemException {
166         return _socialRequest.getReceiverUserUuid();
167     }
168 
169     public void setReceiverUserUuid(java.lang.String receiverUserUuid) {
170         _socialRequest.setReceiverUserUuid(receiverUserUuid);
171     }
172 
173     public int getStatus() {
174         return _socialRequest.getStatus();
175     }
176 
177     public void setStatus(int status) {
178         _socialRequest.setStatus(status);
179     }
180 
181     public com.liferay.portlet.social.model.SocialRequest toEscapedModel() {
182         return _socialRequest.toEscapedModel();
183     }
184 
185     public boolean isNew() {
186         return _socialRequest.isNew();
187     }
188 
189     public boolean setNew(boolean n) {
190         return _socialRequest.setNew(n);
191     }
192 
193     public boolean isCachedModel() {
194         return _socialRequest.isCachedModel();
195     }
196 
197     public void setCachedModel(boolean cachedModel) {
198         _socialRequest.setCachedModel(cachedModel);
199     }
200 
201     public boolean isEscapedModel() {
202         return _socialRequest.isEscapedModel();
203     }
204 
205     public void setEscapedModel(boolean escapedModel) {
206         _socialRequest.setEscapedModel(escapedModel);
207     }
208 
209     public java.io.Serializable getPrimaryKeyObj() {
210         return _socialRequest.getPrimaryKeyObj();
211     }
212 
213     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
214         return _socialRequest.getExpandoBridge();
215     }
216 
217     public void setExpandoBridgeAttributes(
218         com.liferay.portal.service.ServiceContext serviceContext) {
219         _socialRequest.setExpandoBridgeAttributes(serviceContext);
220     }
221 
222     public java.lang.Object clone() {
223         return _socialRequest.clone();
224     }
225 
226     public int compareTo(
227         com.liferay.portlet.social.model.SocialRequest socialRequest) {
228         return _socialRequest.compareTo(socialRequest);
229     }
230 
231     public int hashCode() {
232         return _socialRequest.hashCode();
233     }
234 
235     public java.lang.String toString() {
236         return _socialRequest.toString();
237     }
238 
239     public java.lang.String toXmlString() {
240         return _socialRequest.toXmlString();
241     }
242 
243     public SocialRequest getWrappedSocialRequest() {
244         return _socialRequest;
245     }
246 
247     private SocialRequest _socialRequest;
248 }