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.portlet.announcements.model;
16  
17  
18  /**
19   * <a href="AnnouncementsEntrySoap.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 AnnouncementsEntry}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       AnnouncementsEntry
32   * @generated
33   */
34  public class AnnouncementsEntryWrapper implements AnnouncementsEntry {
35      public AnnouncementsEntryWrapper(AnnouncementsEntry announcementsEntry) {
36          _announcementsEntry = announcementsEntry;
37      }
38  
39      public long getPrimaryKey() {
40          return _announcementsEntry.getPrimaryKey();
41      }
42  
43      public void setPrimaryKey(long pk) {
44          _announcementsEntry.setPrimaryKey(pk);
45      }
46  
47      public java.lang.String getUuid() {
48          return _announcementsEntry.getUuid();
49      }
50  
51      public void setUuid(java.lang.String uuid) {
52          _announcementsEntry.setUuid(uuid);
53      }
54  
55      public long getEntryId() {
56          return _announcementsEntry.getEntryId();
57      }
58  
59      public void setEntryId(long entryId) {
60          _announcementsEntry.setEntryId(entryId);
61      }
62  
63      public long getCompanyId() {
64          return _announcementsEntry.getCompanyId();
65      }
66  
67      public void setCompanyId(long companyId) {
68          _announcementsEntry.setCompanyId(companyId);
69      }
70  
71      public long getUserId() {
72          return _announcementsEntry.getUserId();
73      }
74  
75      public void setUserId(long userId) {
76          _announcementsEntry.setUserId(userId);
77      }
78  
79      public java.lang.String getUserUuid()
80          throws com.liferay.portal.kernel.exception.SystemException {
81          return _announcementsEntry.getUserUuid();
82      }
83  
84      public void setUserUuid(java.lang.String userUuid) {
85          _announcementsEntry.setUserUuid(userUuid);
86      }
87  
88      public java.lang.String getUserName() {
89          return _announcementsEntry.getUserName();
90      }
91  
92      public void setUserName(java.lang.String userName) {
93          _announcementsEntry.setUserName(userName);
94      }
95  
96      public java.util.Date getCreateDate() {
97          return _announcementsEntry.getCreateDate();
98      }
99  
100     public void setCreateDate(java.util.Date createDate) {
101         _announcementsEntry.setCreateDate(createDate);
102     }
103 
104     public java.util.Date getModifiedDate() {
105         return _announcementsEntry.getModifiedDate();
106     }
107 
108     public void setModifiedDate(java.util.Date modifiedDate) {
109         _announcementsEntry.setModifiedDate(modifiedDate);
110     }
111 
112     public java.lang.String getClassName() {
113         return _announcementsEntry.getClassName();
114     }
115 
116     public long getClassNameId() {
117         return _announcementsEntry.getClassNameId();
118     }
119 
120     public void setClassNameId(long classNameId) {
121         _announcementsEntry.setClassNameId(classNameId);
122     }
123 
124     public long getClassPK() {
125         return _announcementsEntry.getClassPK();
126     }
127 
128     public void setClassPK(long classPK) {
129         _announcementsEntry.setClassPK(classPK);
130     }
131 
132     public java.lang.String getTitle() {
133         return _announcementsEntry.getTitle();
134     }
135 
136     public void setTitle(java.lang.String title) {
137         _announcementsEntry.setTitle(title);
138     }
139 
140     public java.lang.String getContent() {
141         return _announcementsEntry.getContent();
142     }
143 
144     public void setContent(java.lang.String content) {
145         _announcementsEntry.setContent(content);
146     }
147 
148     public java.lang.String getUrl() {
149         return _announcementsEntry.getUrl();
150     }
151 
152     public void setUrl(java.lang.String url) {
153         _announcementsEntry.setUrl(url);
154     }
155 
156     public java.lang.String getType() {
157         return _announcementsEntry.getType();
158     }
159 
160     public void setType(java.lang.String type) {
161         _announcementsEntry.setType(type);
162     }
163 
164     public java.util.Date getDisplayDate() {
165         return _announcementsEntry.getDisplayDate();
166     }
167 
168     public void setDisplayDate(java.util.Date displayDate) {
169         _announcementsEntry.setDisplayDate(displayDate);
170     }
171 
172     public java.util.Date getExpirationDate() {
173         return _announcementsEntry.getExpirationDate();
174     }
175 
176     public void setExpirationDate(java.util.Date expirationDate) {
177         _announcementsEntry.setExpirationDate(expirationDate);
178     }
179 
180     public int getPriority() {
181         return _announcementsEntry.getPriority();
182     }
183 
184     public void setPriority(int priority) {
185         _announcementsEntry.setPriority(priority);
186     }
187 
188     public boolean getAlert() {
189         return _announcementsEntry.getAlert();
190     }
191 
192     public boolean isAlert() {
193         return _announcementsEntry.isAlert();
194     }
195 
196     public void setAlert(boolean alert) {
197         _announcementsEntry.setAlert(alert);
198     }
199 
200     public com.liferay.portlet.announcements.model.AnnouncementsEntry toEscapedModel() {
201         return _announcementsEntry.toEscapedModel();
202     }
203 
204     public boolean isNew() {
205         return _announcementsEntry.isNew();
206     }
207 
208     public boolean setNew(boolean n) {
209         return _announcementsEntry.setNew(n);
210     }
211 
212     public boolean isCachedModel() {
213         return _announcementsEntry.isCachedModel();
214     }
215 
216     public void setCachedModel(boolean cachedModel) {
217         _announcementsEntry.setCachedModel(cachedModel);
218     }
219 
220     public boolean isEscapedModel() {
221         return _announcementsEntry.isEscapedModel();
222     }
223 
224     public void setEscapedModel(boolean escapedModel) {
225         _announcementsEntry.setEscapedModel(escapedModel);
226     }
227 
228     public java.io.Serializable getPrimaryKeyObj() {
229         return _announcementsEntry.getPrimaryKeyObj();
230     }
231 
232     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
233         return _announcementsEntry.getExpandoBridge();
234     }
235 
236     public void setExpandoBridgeAttributes(
237         com.liferay.portal.service.ServiceContext serviceContext) {
238         _announcementsEntry.setExpandoBridgeAttributes(serviceContext);
239     }
240 
241     public java.lang.Object clone() {
242         return _announcementsEntry.clone();
243     }
244 
245     public int compareTo(
246         com.liferay.portlet.announcements.model.AnnouncementsEntry announcementsEntry) {
247         return _announcementsEntry.compareTo(announcementsEntry);
248     }
249 
250     public int hashCode() {
251         return _announcementsEntry.hashCode();
252     }
253 
254     public java.lang.String toString() {
255         return _announcementsEntry.toString();
256     }
257 
258     public java.lang.String toXmlString() {
259         return _announcementsEntry.toXmlString();
260     }
261 
262     public long getGroupId()
263         throws com.liferay.portal.kernel.exception.PortalException,
264             com.liferay.portal.kernel.exception.SystemException {
265         return _announcementsEntry.getGroupId();
266     }
267 
268     public AnnouncementsEntry getWrappedAnnouncementsEntry() {
269         return _announcementsEntry;
270     }
271 
272     private AnnouncementsEntry _announcementsEntry;
273 }