001    /**
002     * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portlet.wiki.model;
016    
017    /**
018     * <p>
019     * This class is a wrapper for {@link WikiPage}.
020     * </p>
021     *
022     * @author    Brian Wing Shun Chan
023     * @see       WikiPage
024     * @generated
025     */
026    public class WikiPageWrapper implements WikiPage {
027            public WikiPageWrapper(WikiPage wikiPage) {
028                    _wikiPage = wikiPage;
029            }
030    
031            public long getPrimaryKey() {
032                    return _wikiPage.getPrimaryKey();
033            }
034    
035            public void setPrimaryKey(long pk) {
036                    _wikiPage.setPrimaryKey(pk);
037            }
038    
039            public java.lang.String getUuid() {
040                    return _wikiPage.getUuid();
041            }
042    
043            public void setUuid(java.lang.String uuid) {
044                    _wikiPage.setUuid(uuid);
045            }
046    
047            public long getPageId() {
048                    return _wikiPage.getPageId();
049            }
050    
051            public void setPageId(long pageId) {
052                    _wikiPage.setPageId(pageId);
053            }
054    
055            public long getResourcePrimKey() {
056                    return _wikiPage.getResourcePrimKey();
057            }
058    
059            public void setResourcePrimKey(long resourcePrimKey) {
060                    _wikiPage.setResourcePrimKey(resourcePrimKey);
061            }
062    
063            public long getGroupId() {
064                    return _wikiPage.getGroupId();
065            }
066    
067            public void setGroupId(long groupId) {
068                    _wikiPage.setGroupId(groupId);
069            }
070    
071            public long getCompanyId() {
072                    return _wikiPage.getCompanyId();
073            }
074    
075            public void setCompanyId(long companyId) {
076                    _wikiPage.setCompanyId(companyId);
077            }
078    
079            public long getUserId() {
080                    return _wikiPage.getUserId();
081            }
082    
083            public void setUserId(long userId) {
084                    _wikiPage.setUserId(userId);
085            }
086    
087            public java.lang.String getUserUuid()
088                    throws com.liferay.portal.kernel.exception.SystemException {
089                    return _wikiPage.getUserUuid();
090            }
091    
092            public void setUserUuid(java.lang.String userUuid) {
093                    _wikiPage.setUserUuid(userUuid);
094            }
095    
096            public java.lang.String getUserName() {
097                    return _wikiPage.getUserName();
098            }
099    
100            public void setUserName(java.lang.String userName) {
101                    _wikiPage.setUserName(userName);
102            }
103    
104            public java.util.Date getCreateDate() {
105                    return _wikiPage.getCreateDate();
106            }
107    
108            public void setCreateDate(java.util.Date createDate) {
109                    _wikiPage.setCreateDate(createDate);
110            }
111    
112            public java.util.Date getModifiedDate() {
113                    return _wikiPage.getModifiedDate();
114            }
115    
116            public void setModifiedDate(java.util.Date modifiedDate) {
117                    _wikiPage.setModifiedDate(modifiedDate);
118            }
119    
120            public long getNodeId() {
121                    return _wikiPage.getNodeId();
122            }
123    
124            public void setNodeId(long nodeId) {
125                    _wikiPage.setNodeId(nodeId);
126            }
127    
128            public java.lang.String getTitle() {
129                    return _wikiPage.getTitle();
130            }
131    
132            public void setTitle(java.lang.String title) {
133                    _wikiPage.setTitle(title);
134            }
135    
136            public double getVersion() {
137                    return _wikiPage.getVersion();
138            }
139    
140            public void setVersion(double version) {
141                    _wikiPage.setVersion(version);
142            }
143    
144            public boolean getMinorEdit() {
145                    return _wikiPage.getMinorEdit();
146            }
147    
148            public boolean isMinorEdit() {
149                    return _wikiPage.isMinorEdit();
150            }
151    
152            public void setMinorEdit(boolean minorEdit) {
153                    _wikiPage.setMinorEdit(minorEdit);
154            }
155    
156            public java.lang.String getContent() {
157                    return _wikiPage.getContent();
158            }
159    
160            public void setContent(java.lang.String content) {
161                    _wikiPage.setContent(content);
162            }
163    
164            public java.lang.String getSummary() {
165                    return _wikiPage.getSummary();
166            }
167    
168            public void setSummary(java.lang.String summary) {
169                    _wikiPage.setSummary(summary);
170            }
171    
172            public java.lang.String getFormat() {
173                    return _wikiPage.getFormat();
174            }
175    
176            public void setFormat(java.lang.String format) {
177                    _wikiPage.setFormat(format);
178            }
179    
180            public boolean getHead() {
181                    return _wikiPage.getHead();
182            }
183    
184            public boolean isHead() {
185                    return _wikiPage.isHead();
186            }
187    
188            public void setHead(boolean head) {
189                    _wikiPage.setHead(head);
190            }
191    
192            public java.lang.String getParentTitle() {
193                    return _wikiPage.getParentTitle();
194            }
195    
196            public void setParentTitle(java.lang.String parentTitle) {
197                    _wikiPage.setParentTitle(parentTitle);
198            }
199    
200            public java.lang.String getRedirectTitle() {
201                    return _wikiPage.getRedirectTitle();
202            }
203    
204            public void setRedirectTitle(java.lang.String redirectTitle) {
205                    _wikiPage.setRedirectTitle(redirectTitle);
206            }
207    
208            public int getStatus() {
209                    return _wikiPage.getStatus();
210            }
211    
212            public void setStatus(int status) {
213                    _wikiPage.setStatus(status);
214            }
215    
216            public long getStatusByUserId() {
217                    return _wikiPage.getStatusByUserId();
218            }
219    
220            public void setStatusByUserId(long statusByUserId) {
221                    _wikiPage.setStatusByUserId(statusByUserId);
222            }
223    
224            public java.lang.String getStatusByUserUuid()
225                    throws com.liferay.portal.kernel.exception.SystemException {
226                    return _wikiPage.getStatusByUserUuid();
227            }
228    
229            public void setStatusByUserUuid(java.lang.String statusByUserUuid) {
230                    _wikiPage.setStatusByUserUuid(statusByUserUuid);
231            }
232    
233            public java.lang.String getStatusByUserName() {
234                    return _wikiPage.getStatusByUserName();
235            }
236    
237            public void setStatusByUserName(java.lang.String statusByUserName) {
238                    _wikiPage.setStatusByUserName(statusByUserName);
239            }
240    
241            public java.util.Date getStatusDate() {
242                    return _wikiPage.getStatusDate();
243            }
244    
245            public void setStatusDate(java.util.Date statusDate) {
246                    _wikiPage.setStatusDate(statusDate);
247            }
248    
249            public boolean isApproved() {
250                    return _wikiPage.isApproved();
251            }
252    
253            public boolean isDraft() {
254                    return _wikiPage.isDraft();
255            }
256    
257            public boolean isExpired() {
258                    return _wikiPage.isExpired();
259            }
260    
261            public boolean isPending() {
262                    return _wikiPage.isPending();
263            }
264    
265            public com.liferay.portlet.wiki.model.WikiPage toEscapedModel() {
266                    return _wikiPage.toEscapedModel();
267            }
268    
269            public boolean isNew() {
270                    return _wikiPage.isNew();
271            }
272    
273            public void setNew(boolean n) {
274                    _wikiPage.setNew(n);
275            }
276    
277            public boolean isCachedModel() {
278                    return _wikiPage.isCachedModel();
279            }
280    
281            public void setCachedModel(boolean cachedModel) {
282                    _wikiPage.setCachedModel(cachedModel);
283            }
284    
285            public boolean isEscapedModel() {
286                    return _wikiPage.isEscapedModel();
287            }
288    
289            public void setEscapedModel(boolean escapedModel) {
290                    _wikiPage.setEscapedModel(escapedModel);
291            }
292    
293            public java.io.Serializable getPrimaryKeyObj() {
294                    return _wikiPage.getPrimaryKeyObj();
295            }
296    
297            public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
298                    return _wikiPage.getExpandoBridge();
299            }
300    
301            public void setExpandoBridgeAttributes(
302                    com.liferay.portal.service.ServiceContext serviceContext) {
303                    _wikiPage.setExpandoBridgeAttributes(serviceContext);
304            }
305    
306            public java.lang.Object clone() {
307                    return _wikiPage.clone();
308            }
309    
310            public int compareTo(com.liferay.portlet.wiki.model.WikiPage wikiPage) {
311                    return _wikiPage.compareTo(wikiPage);
312            }
313    
314            public int hashCode() {
315                    return _wikiPage.hashCode();
316            }
317    
318            public java.lang.String toString() {
319                    return _wikiPage.toString();
320            }
321    
322            public java.lang.String toXmlString() {
323                    return _wikiPage.toXmlString();
324            }
325    
326            public java.lang.String getAttachmentsDir() {
327                    return _wikiPage.getAttachmentsDir();
328            }
329    
330            public java.lang.String[] getAttachmentsFiles()
331                    throws com.liferay.portal.kernel.exception.PortalException,
332                            com.liferay.portal.kernel.exception.SystemException {
333                    return _wikiPage.getAttachmentsFiles();
334            }
335    
336            public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getChildPages() {
337                    return _wikiPage.getChildPages();
338            }
339    
340            public com.liferay.portlet.wiki.model.WikiNode getNode() {
341                    return _wikiPage.getNode();
342            }
343    
344            public com.liferay.portlet.wiki.model.WikiPage getParentPage() {
345                    return _wikiPage.getParentPage();
346            }
347    
348            public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getParentPages() {
349                    return _wikiPage.getParentPages();
350            }
351    
352            public com.liferay.portlet.wiki.model.WikiPage getRedirectPage() {
353                    return _wikiPage.getRedirectPage();
354            }
355    
356            public void setAttachmentsDir(java.lang.String attachmentsDir) {
357                    _wikiPage.setAttachmentsDir(attachmentsDir);
358            }
359    
360            public WikiPage getWrappedWikiPage() {
361                    return _wikiPage;
362            }
363    
364            private WikiPage _wikiPage;
365    }