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.messageboards.model;
24  
25  
26  /**
27   * <a href="MBMailingListSoap.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 MBMailingList}.
36   * </p>
37   *
38   * @author    Brian Wing Shun Chan
39   * @see       MBMailingList
40   * @generated
41   */
42  public class MBMailingListWrapper implements MBMailingList {
43      public MBMailingListWrapper(MBMailingList mbMailingList) {
44          _mbMailingList = mbMailingList;
45      }
46  
47      public long getPrimaryKey() {
48          return _mbMailingList.getPrimaryKey();
49      }
50  
51      public void setPrimaryKey(long pk) {
52          _mbMailingList.setPrimaryKey(pk);
53      }
54  
55      public java.lang.String getUuid() {
56          return _mbMailingList.getUuid();
57      }
58  
59      public void setUuid(java.lang.String uuid) {
60          _mbMailingList.setUuid(uuid);
61      }
62  
63      public long getMailingListId() {
64          return _mbMailingList.getMailingListId();
65      }
66  
67      public void setMailingListId(long mailingListId) {
68          _mbMailingList.setMailingListId(mailingListId);
69      }
70  
71      public long getGroupId() {
72          return _mbMailingList.getGroupId();
73      }
74  
75      public void setGroupId(long groupId) {
76          _mbMailingList.setGroupId(groupId);
77      }
78  
79      public long getCompanyId() {
80          return _mbMailingList.getCompanyId();
81      }
82  
83      public void setCompanyId(long companyId) {
84          _mbMailingList.setCompanyId(companyId);
85      }
86  
87      public long getUserId() {
88          return _mbMailingList.getUserId();
89      }
90  
91      public void setUserId(long userId) {
92          _mbMailingList.setUserId(userId);
93      }
94  
95      public java.lang.String getUserUuid()
96          throws com.liferay.portal.SystemException {
97          return _mbMailingList.getUserUuid();
98      }
99  
100     public void setUserUuid(java.lang.String userUuid) {
101         _mbMailingList.setUserUuid(userUuid);
102     }
103 
104     public java.lang.String getUserName() {
105         return _mbMailingList.getUserName();
106     }
107 
108     public void setUserName(java.lang.String userName) {
109         _mbMailingList.setUserName(userName);
110     }
111 
112     public java.util.Date getCreateDate() {
113         return _mbMailingList.getCreateDate();
114     }
115 
116     public void setCreateDate(java.util.Date createDate) {
117         _mbMailingList.setCreateDate(createDate);
118     }
119 
120     public java.util.Date getModifiedDate() {
121         return _mbMailingList.getModifiedDate();
122     }
123 
124     public void setModifiedDate(java.util.Date modifiedDate) {
125         _mbMailingList.setModifiedDate(modifiedDate);
126     }
127 
128     public long getCategoryId() {
129         return _mbMailingList.getCategoryId();
130     }
131 
132     public void setCategoryId(long categoryId) {
133         _mbMailingList.setCategoryId(categoryId);
134     }
135 
136     public java.lang.String getEmailAddress() {
137         return _mbMailingList.getEmailAddress();
138     }
139 
140     public void setEmailAddress(java.lang.String emailAddress) {
141         _mbMailingList.setEmailAddress(emailAddress);
142     }
143 
144     public java.lang.String getInProtocol() {
145         return _mbMailingList.getInProtocol();
146     }
147 
148     public void setInProtocol(java.lang.String inProtocol) {
149         _mbMailingList.setInProtocol(inProtocol);
150     }
151 
152     public java.lang.String getInServerName() {
153         return _mbMailingList.getInServerName();
154     }
155 
156     public void setInServerName(java.lang.String inServerName) {
157         _mbMailingList.setInServerName(inServerName);
158     }
159 
160     public int getInServerPort() {
161         return _mbMailingList.getInServerPort();
162     }
163 
164     public void setInServerPort(int inServerPort) {
165         _mbMailingList.setInServerPort(inServerPort);
166     }
167 
168     public boolean getInUseSSL() {
169         return _mbMailingList.getInUseSSL();
170     }
171 
172     public boolean isInUseSSL() {
173         return _mbMailingList.isInUseSSL();
174     }
175 
176     public void setInUseSSL(boolean inUseSSL) {
177         _mbMailingList.setInUseSSL(inUseSSL);
178     }
179 
180     public java.lang.String getInUserName() {
181         return _mbMailingList.getInUserName();
182     }
183 
184     public void setInUserName(java.lang.String inUserName) {
185         _mbMailingList.setInUserName(inUserName);
186     }
187 
188     public java.lang.String getInPassword() {
189         return _mbMailingList.getInPassword();
190     }
191 
192     public void setInPassword(java.lang.String inPassword) {
193         _mbMailingList.setInPassword(inPassword);
194     }
195 
196     public int getInReadInterval() {
197         return _mbMailingList.getInReadInterval();
198     }
199 
200     public void setInReadInterval(int inReadInterval) {
201         _mbMailingList.setInReadInterval(inReadInterval);
202     }
203 
204     public java.lang.String getOutEmailAddress() {
205         return _mbMailingList.getOutEmailAddress();
206     }
207 
208     public void setOutEmailAddress(java.lang.String outEmailAddress) {
209         _mbMailingList.setOutEmailAddress(outEmailAddress);
210     }
211 
212     public boolean getOutCustom() {
213         return _mbMailingList.getOutCustom();
214     }
215 
216     public boolean isOutCustom() {
217         return _mbMailingList.isOutCustom();
218     }
219 
220     public void setOutCustom(boolean outCustom) {
221         _mbMailingList.setOutCustom(outCustom);
222     }
223 
224     public java.lang.String getOutServerName() {
225         return _mbMailingList.getOutServerName();
226     }
227 
228     public void setOutServerName(java.lang.String outServerName) {
229         _mbMailingList.setOutServerName(outServerName);
230     }
231 
232     public int getOutServerPort() {
233         return _mbMailingList.getOutServerPort();
234     }
235 
236     public void setOutServerPort(int outServerPort) {
237         _mbMailingList.setOutServerPort(outServerPort);
238     }
239 
240     public boolean getOutUseSSL() {
241         return _mbMailingList.getOutUseSSL();
242     }
243 
244     public boolean isOutUseSSL() {
245         return _mbMailingList.isOutUseSSL();
246     }
247 
248     public void setOutUseSSL(boolean outUseSSL) {
249         _mbMailingList.setOutUseSSL(outUseSSL);
250     }
251 
252     public java.lang.String getOutUserName() {
253         return _mbMailingList.getOutUserName();
254     }
255 
256     public void setOutUserName(java.lang.String outUserName) {
257         _mbMailingList.setOutUserName(outUserName);
258     }
259 
260     public java.lang.String getOutPassword() {
261         return _mbMailingList.getOutPassword();
262     }
263 
264     public void setOutPassword(java.lang.String outPassword) {
265         _mbMailingList.setOutPassword(outPassword);
266     }
267 
268     public boolean getActive() {
269         return _mbMailingList.getActive();
270     }
271 
272     public boolean isActive() {
273         return _mbMailingList.isActive();
274     }
275 
276     public void setActive(boolean active) {
277         _mbMailingList.setActive(active);
278     }
279 
280     public com.liferay.portlet.messageboards.model.MBMailingList toEscapedModel() {
281         return _mbMailingList.toEscapedModel();
282     }
283 
284     public boolean isNew() {
285         return _mbMailingList.isNew();
286     }
287 
288     public boolean setNew(boolean n) {
289         return _mbMailingList.setNew(n);
290     }
291 
292     public boolean isCachedModel() {
293         return _mbMailingList.isCachedModel();
294     }
295 
296     public void setCachedModel(boolean cachedModel) {
297         _mbMailingList.setCachedModel(cachedModel);
298     }
299 
300     public boolean isEscapedModel() {
301         return _mbMailingList.isEscapedModel();
302     }
303 
304     public void setEscapedModel(boolean escapedModel) {
305         _mbMailingList.setEscapedModel(escapedModel);
306     }
307 
308     public java.io.Serializable getPrimaryKeyObj() {
309         return _mbMailingList.getPrimaryKeyObj();
310     }
311 
312     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
313         return _mbMailingList.getExpandoBridge();
314     }
315 
316     public void setExpandoBridgeAttributes(
317         com.liferay.portal.service.ServiceContext serviceContext) {
318         _mbMailingList.setExpandoBridgeAttributes(serviceContext);
319     }
320 
321     public java.lang.Object clone() {
322         return _mbMailingList.clone();
323     }
324 
325     public int compareTo(
326         com.liferay.portlet.messageboards.model.MBMailingList mbMailingList) {
327         return _mbMailingList.compareTo(mbMailingList);
328     }
329 
330     public int hashCode() {
331         return _mbMailingList.hashCode();
332     }
333 
334     public java.lang.String toString() {
335         return _mbMailingList.toString();
336     }
337 
338     public java.lang.String toXmlString() {
339         return _mbMailingList.toXmlString();
340     }
341 
342     public MBMailingList getWrappedMBMailingList() {
343         return _mbMailingList;
344     }
345 
346     private MBMailingList _mbMailingList;
347 }