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