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