001    /**
002     * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
003     *
004     * The contents of this file are subject to the terms of the Liferay Enterprise
005     * Subscription License ("License"). You may not use this file except in
006     * compliance with the License. You can obtain a copy of the License by
007     * contacting Liferay, Inc. See the License for the specific language governing
008     * permissions and limitations under the License, including but not limited to
009     * distribution rights of the Software.
010     *
011     *
012     *
013     */
014    
015    package com.liferay.portlet.journal.model;
016    
017    /**
018     * <p>
019     * This class is a wrapper for {@link JournalContentSearch}.
020     * </p>
021     *
022     * @author    Brian Wing Shun Chan
023     * @see       JournalContentSearch
024     * @generated
025     */
026    public class JournalContentSearchWrapper implements JournalContentSearch {
027            public JournalContentSearchWrapper(
028                    JournalContentSearch journalContentSearch) {
029                    _journalContentSearch = journalContentSearch;
030            }
031    
032            /**
033            * Gets the primary key of this journal content search.
034            *
035            * @return the primary key of this journal content search
036            */
037            public long getPrimaryKey() {
038                    return _journalContentSearch.getPrimaryKey();
039            }
040    
041            /**
042            * Sets the primary key of this journal content search
043            *
044            * @param pk the primary key of this journal content search
045            */
046            public void setPrimaryKey(long pk) {
047                    _journalContentSearch.setPrimaryKey(pk);
048            }
049    
050            /**
051            * Gets the content search id of this journal content search.
052            *
053            * @return the content search id of this journal content search
054            */
055            public long getContentSearchId() {
056                    return _journalContentSearch.getContentSearchId();
057            }
058    
059            /**
060            * Sets the content search id of this journal content search.
061            *
062            * @param contentSearchId the content search id of this journal content search
063            */
064            public void setContentSearchId(long contentSearchId) {
065                    _journalContentSearch.setContentSearchId(contentSearchId);
066            }
067    
068            /**
069            * Gets the group id of this journal content search.
070            *
071            * @return the group id of this journal content search
072            */
073            public long getGroupId() {
074                    return _journalContentSearch.getGroupId();
075            }
076    
077            /**
078            * Sets the group id of this journal content search.
079            *
080            * @param groupId the group id of this journal content search
081            */
082            public void setGroupId(long groupId) {
083                    _journalContentSearch.setGroupId(groupId);
084            }
085    
086            /**
087            * Gets the company id of this journal content search.
088            *
089            * @return the company id of this journal content search
090            */
091            public long getCompanyId() {
092                    return _journalContentSearch.getCompanyId();
093            }
094    
095            /**
096            * Sets the company id of this journal content search.
097            *
098            * @param companyId the company id of this journal content search
099            */
100            public void setCompanyId(long companyId) {
101                    _journalContentSearch.setCompanyId(companyId);
102            }
103    
104            /**
105            * Gets the private layout of this journal content search.
106            *
107            * @return the private layout of this journal content search
108            */
109            public boolean getPrivateLayout() {
110                    return _journalContentSearch.getPrivateLayout();
111            }
112    
113            /**
114            * Determines whether this journal content search is private layout.
115            *
116            * @return whether this journal content search is private layout
117            */
118            public boolean isPrivateLayout() {
119                    return _journalContentSearch.isPrivateLayout();
120            }
121    
122            /**
123            * Sets whether this {$entity.humanName} is private layout.
124            *
125            * @param privateLayout the private layout of this journal content search
126            */
127            public void setPrivateLayout(boolean privateLayout) {
128                    _journalContentSearch.setPrivateLayout(privateLayout);
129            }
130    
131            /**
132            * Gets the layout id of this journal content search.
133            *
134            * @return the layout id of this journal content search
135            */
136            public long getLayoutId() {
137                    return _journalContentSearch.getLayoutId();
138            }
139    
140            /**
141            * Sets the layout id of this journal content search.
142            *
143            * @param layoutId the layout id of this journal content search
144            */
145            public void setLayoutId(long layoutId) {
146                    _journalContentSearch.setLayoutId(layoutId);
147            }
148    
149            /**
150            * Gets the portlet id of this journal content search.
151            *
152            * @return the portlet id of this journal content search
153            */
154            public java.lang.String getPortletId() {
155                    return _journalContentSearch.getPortletId();
156            }
157    
158            /**
159            * Sets the portlet id of this journal content search.
160            *
161            * @param portletId the portlet id of this journal content search
162            */
163            public void setPortletId(java.lang.String portletId) {
164                    _journalContentSearch.setPortletId(portletId);
165            }
166    
167            /**
168            * Gets the article id of this journal content search.
169            *
170            * @return the article id of this journal content search
171            */
172            public java.lang.String getArticleId() {
173                    return _journalContentSearch.getArticleId();
174            }
175    
176            /**
177            * Sets the article id of this journal content search.
178            *
179            * @param articleId the article id of this journal content search
180            */
181            public void setArticleId(java.lang.String articleId) {
182                    _journalContentSearch.setArticleId(articleId);
183            }
184    
185            public boolean isNew() {
186                    return _journalContentSearch.isNew();
187            }
188    
189            public void setNew(boolean n) {
190                    _journalContentSearch.setNew(n);
191            }
192    
193            public boolean isCachedModel() {
194                    return _journalContentSearch.isCachedModel();
195            }
196    
197            public void setCachedModel(boolean cachedModel) {
198                    _journalContentSearch.setCachedModel(cachedModel);
199            }
200    
201            public boolean isEscapedModel() {
202                    return _journalContentSearch.isEscapedModel();
203            }
204    
205            public void setEscapedModel(boolean escapedModel) {
206                    _journalContentSearch.setEscapedModel(escapedModel);
207            }
208    
209            public java.io.Serializable getPrimaryKeyObj() {
210                    return _journalContentSearch.getPrimaryKeyObj();
211            }
212    
213            public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
214                    return _journalContentSearch.getExpandoBridge();
215            }
216    
217            public void setExpandoBridgeAttributes(
218                    com.liferay.portal.service.ServiceContext serviceContext) {
219                    _journalContentSearch.setExpandoBridgeAttributes(serviceContext);
220            }
221    
222            public java.lang.Object clone() {
223                    return _journalContentSearch.clone();
224            }
225    
226            public int compareTo(
227                    com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch) {
228                    return _journalContentSearch.compareTo(journalContentSearch);
229            }
230    
231            public int hashCode() {
232                    return _journalContentSearch.hashCode();
233            }
234    
235            public com.liferay.portlet.journal.model.JournalContentSearch toEscapedModel() {
236                    return _journalContentSearch.toEscapedModel();
237            }
238    
239            public java.lang.String toString() {
240                    return _journalContentSearch.toString();
241            }
242    
243            public java.lang.String toXmlString() {
244                    return _journalContentSearch.toXmlString();
245            }
246    
247            public JournalContentSearch getWrappedJournalContentSearch() {
248                    return _journalContentSearch;
249            }
250    
251            private JournalContentSearch _journalContentSearch;
252    }