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.portal.model;
016    
017    /**
018     * <p>
019     * This class is a wrapper for {@link LayoutSet}.
020     * </p>
021     *
022     * @author    Brian Wing Shun Chan
023     * @see       LayoutSet
024     * @generated
025     */
026    public class LayoutSetWrapper implements LayoutSet {
027            public LayoutSetWrapper(LayoutSet layoutSet) {
028                    _layoutSet = layoutSet;
029            }
030    
031            /**
032            * Gets the primary key of this layout set.
033            *
034            * @return the primary key of this layout set
035            */
036            public long getPrimaryKey() {
037                    return _layoutSet.getPrimaryKey();
038            }
039    
040            /**
041            * Sets the primary key of this layout set
042            *
043            * @param pk the primary key of this layout set
044            */
045            public void setPrimaryKey(long pk) {
046                    _layoutSet.setPrimaryKey(pk);
047            }
048    
049            /**
050            * Gets the layout set id of this layout set.
051            *
052            * @return the layout set id of this layout set
053            */
054            public long getLayoutSetId() {
055                    return _layoutSet.getLayoutSetId();
056            }
057    
058            /**
059            * Sets the layout set id of this layout set.
060            *
061            * @param layoutSetId the layout set id of this layout set
062            */
063            public void setLayoutSetId(long layoutSetId) {
064                    _layoutSet.setLayoutSetId(layoutSetId);
065            }
066    
067            /**
068            * Gets the group id of this layout set.
069            *
070            * @return the group id of this layout set
071            */
072            public long getGroupId() {
073                    return _layoutSet.getGroupId();
074            }
075    
076            /**
077            * Sets the group id of this layout set.
078            *
079            * @param groupId the group id of this layout set
080            */
081            public void setGroupId(long groupId) {
082                    _layoutSet.setGroupId(groupId);
083            }
084    
085            /**
086            * Gets the company id of this layout set.
087            *
088            * @return the company id of this layout set
089            */
090            public long getCompanyId() {
091                    return _layoutSet.getCompanyId();
092            }
093    
094            /**
095            * Sets the company id of this layout set.
096            *
097            * @param companyId the company id of this layout set
098            */
099            public void setCompanyId(long companyId) {
100                    _layoutSet.setCompanyId(companyId);
101            }
102    
103            /**
104            * Gets the private layout of this layout set.
105            *
106            * @return the private layout of this layout set
107            */
108            public boolean getPrivateLayout() {
109                    return _layoutSet.getPrivateLayout();
110            }
111    
112            /**
113            * Determines whether this layout set is private layout.
114            *
115            * @return whether this layout set is private layout
116            */
117            public boolean isPrivateLayout() {
118                    return _layoutSet.isPrivateLayout();
119            }
120    
121            /**
122            * Sets whether this {$entity.humanName} is private layout.
123            *
124            * @param privateLayout the private layout of this layout set
125            */
126            public void setPrivateLayout(boolean privateLayout) {
127                    _layoutSet.setPrivateLayout(privateLayout);
128            }
129    
130            /**
131            * Gets the logo of this layout set.
132            *
133            * @return the logo of this layout set
134            */
135            public boolean getLogo() {
136                    return _layoutSet.getLogo();
137            }
138    
139            /**
140            * Determines whether this layout set is logo.
141            *
142            * @return whether this layout set is logo
143            */
144            public boolean isLogo() {
145                    return _layoutSet.isLogo();
146            }
147    
148            /**
149            * Sets whether this {$entity.humanName} is logo.
150            *
151            * @param logo the logo of this layout set
152            */
153            public void setLogo(boolean logo) {
154                    _layoutSet.setLogo(logo);
155            }
156    
157            /**
158            * Gets the logo id of this layout set.
159            *
160            * @return the logo id of this layout set
161            */
162            public long getLogoId() {
163                    return _layoutSet.getLogoId();
164            }
165    
166            /**
167            * Sets the logo id of this layout set.
168            *
169            * @param logoId the logo id of this layout set
170            */
171            public void setLogoId(long logoId) {
172                    _layoutSet.setLogoId(logoId);
173            }
174    
175            /**
176            * Gets the theme id of this layout set.
177            *
178            * @return the theme id of this layout set
179            */
180            public java.lang.String getThemeId() {
181                    return _layoutSet.getThemeId();
182            }
183    
184            /**
185            * Sets the theme id of this layout set.
186            *
187            * @param themeId the theme id of this layout set
188            */
189            public void setThemeId(java.lang.String themeId) {
190                    _layoutSet.setThemeId(themeId);
191            }
192    
193            /**
194            * Gets the color scheme id of this layout set.
195            *
196            * @return the color scheme id of this layout set
197            */
198            public java.lang.String getColorSchemeId() {
199                    return _layoutSet.getColorSchemeId();
200            }
201    
202            /**
203            * Sets the color scheme id of this layout set.
204            *
205            * @param colorSchemeId the color scheme id of this layout set
206            */
207            public void setColorSchemeId(java.lang.String colorSchemeId) {
208                    _layoutSet.setColorSchemeId(colorSchemeId);
209            }
210    
211            /**
212            * Gets the wap theme id of this layout set.
213            *
214            * @return the wap theme id of this layout set
215            */
216            public java.lang.String getWapThemeId() {
217                    return _layoutSet.getWapThemeId();
218            }
219    
220            /**
221            * Sets the wap theme id of this layout set.
222            *
223            * @param wapThemeId the wap theme id of this layout set
224            */
225            public void setWapThemeId(java.lang.String wapThemeId) {
226                    _layoutSet.setWapThemeId(wapThemeId);
227            }
228    
229            /**
230            * Gets the wap color scheme id of this layout set.
231            *
232            * @return the wap color scheme id of this layout set
233            */
234            public java.lang.String getWapColorSchemeId() {
235                    return _layoutSet.getWapColorSchemeId();
236            }
237    
238            /**
239            * Sets the wap color scheme id of this layout set.
240            *
241            * @param wapColorSchemeId the wap color scheme id of this layout set
242            */
243            public void setWapColorSchemeId(java.lang.String wapColorSchemeId) {
244                    _layoutSet.setWapColorSchemeId(wapColorSchemeId);
245            }
246    
247            /**
248            * Gets the css of this layout set.
249            *
250            * @return the css of this layout set
251            */
252            public java.lang.String getCss() {
253                    return _layoutSet.getCss();
254            }
255    
256            /**
257            * Sets the css of this layout set.
258            *
259            * @param css the css of this layout set
260            */
261            public void setCss(java.lang.String css) {
262                    _layoutSet.setCss(css);
263            }
264    
265            /**
266            * Gets the page count of this layout set.
267            *
268            * @return the page count of this layout set
269            */
270            public int getPageCount() {
271                    return _layoutSet.getPageCount();
272            }
273    
274            /**
275            * Sets the page count of this layout set.
276            *
277            * @param pageCount the page count of this layout set
278            */
279            public void setPageCount(int pageCount) {
280                    _layoutSet.setPageCount(pageCount);
281            }
282    
283            /**
284            * Gets the virtual host of this layout set.
285            *
286            * @return the virtual host of this layout set
287            */
288            public java.lang.String getVirtualHost() {
289                    return _layoutSet.getVirtualHost();
290            }
291    
292            /**
293            * Sets the virtual host of this layout set.
294            *
295            * @param virtualHost the virtual host of this layout set
296            */
297            public void setVirtualHost(java.lang.String virtualHost) {
298                    _layoutSet.setVirtualHost(virtualHost);
299            }
300    
301            /**
302            * Gets the settings of this layout set.
303            *
304            * @return the settings of this layout set
305            */
306            public java.lang.String getSettings() {
307                    return _layoutSet.getSettings();
308            }
309    
310            /**
311            * Sets the settings of this layout set.
312            *
313            * @param settings the settings of this layout set
314            */
315            public void setSettings(java.lang.String settings) {
316                    _layoutSet.setSettings(settings);
317            }
318    
319            /**
320            * Gets the layout set prototype id of this layout set.
321            *
322            * @return the layout set prototype id of this layout set
323            */
324            public long getLayoutSetPrototypeId() {
325                    return _layoutSet.getLayoutSetPrototypeId();
326            }
327    
328            /**
329            * Sets the layout set prototype id of this layout set.
330            *
331            * @param layoutSetPrototypeId the layout set prototype id of this layout set
332            */
333            public void setLayoutSetPrototypeId(long layoutSetPrototypeId) {
334                    _layoutSet.setLayoutSetPrototypeId(layoutSetPrototypeId);
335            }
336    
337            public boolean isNew() {
338                    return _layoutSet.isNew();
339            }
340    
341            public void setNew(boolean n) {
342                    _layoutSet.setNew(n);
343            }
344    
345            public boolean isCachedModel() {
346                    return _layoutSet.isCachedModel();
347            }
348    
349            public void setCachedModel(boolean cachedModel) {
350                    _layoutSet.setCachedModel(cachedModel);
351            }
352    
353            public boolean isEscapedModel() {
354                    return _layoutSet.isEscapedModel();
355            }
356    
357            public void setEscapedModel(boolean escapedModel) {
358                    _layoutSet.setEscapedModel(escapedModel);
359            }
360    
361            public java.io.Serializable getPrimaryKeyObj() {
362                    return _layoutSet.getPrimaryKeyObj();
363            }
364    
365            public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
366                    return _layoutSet.getExpandoBridge();
367            }
368    
369            public void setExpandoBridgeAttributes(
370                    com.liferay.portal.service.ServiceContext serviceContext) {
371                    _layoutSet.setExpandoBridgeAttributes(serviceContext);
372            }
373    
374            public java.lang.Object clone() {
375                    return _layoutSet.clone();
376            }
377    
378            public int compareTo(com.liferay.portal.model.LayoutSet layoutSet) {
379                    return _layoutSet.compareTo(layoutSet);
380            }
381    
382            public int hashCode() {
383                    return _layoutSet.hashCode();
384            }
385    
386            public com.liferay.portal.model.LayoutSet toEscapedModel() {
387                    return _layoutSet.toEscapedModel();
388            }
389    
390            public java.lang.String toString() {
391                    return _layoutSet.toString();
392            }
393    
394            public java.lang.String toXmlString() {
395                    return _layoutSet.toXmlString();
396            }
397    
398            public com.liferay.portal.model.Theme getTheme()
399                    throws com.liferay.portal.kernel.exception.SystemException {
400                    return _layoutSet.getTheme();
401            }
402    
403            public com.liferay.portal.model.ColorScheme getColorScheme()
404                    throws com.liferay.portal.kernel.exception.SystemException {
405                    return _layoutSet.getColorScheme();
406            }
407    
408            public com.liferay.portal.model.Group getGroup()
409                    throws com.liferay.portal.kernel.exception.PortalException,
410                            com.liferay.portal.kernel.exception.SystemException {
411                    return _layoutSet.getGroup();
412            }
413    
414            public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties() {
415                    return _layoutSet.getSettingsProperties();
416            }
417    
418            public java.lang.String getSettingsProperty(java.lang.String key) {
419                    return _layoutSet.getSettingsProperty(key);
420            }
421    
422            public com.liferay.portal.model.Theme getWapTheme()
423                    throws com.liferay.portal.kernel.exception.SystemException {
424                    return _layoutSet.getWapTheme();
425            }
426    
427            public com.liferay.portal.model.ColorScheme getWapColorScheme()
428                    throws com.liferay.portal.kernel.exception.SystemException {
429                    return _layoutSet.getWapColorScheme();
430            }
431    
432            public void setSettingsProperties(
433                    com.liferay.portal.kernel.util.UnicodeProperties settingsProperties) {
434                    _layoutSet.setSettingsProperties(settingsProperties);
435            }
436    
437            public LayoutSet getWrappedLayoutSet() {
438                    return _layoutSet;
439            }
440    
441            private LayoutSet _layoutSet;
442    }