001    /**
002     * Copyright (c) 2000-2011 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.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            public long getPrimaryKey() {
032                    return _layoutSet.getPrimaryKey();
033            }
034    
035            public void setPrimaryKey(long pk) {
036                    _layoutSet.setPrimaryKey(pk);
037            }
038    
039            public long getLayoutSetId() {
040                    return _layoutSet.getLayoutSetId();
041            }
042    
043            public void setLayoutSetId(long layoutSetId) {
044                    _layoutSet.setLayoutSetId(layoutSetId);
045            }
046    
047            public long getGroupId() {
048                    return _layoutSet.getGroupId();
049            }
050    
051            public void setGroupId(long groupId) {
052                    _layoutSet.setGroupId(groupId);
053            }
054    
055            public long getCompanyId() {
056                    return _layoutSet.getCompanyId();
057            }
058    
059            public void setCompanyId(long companyId) {
060                    _layoutSet.setCompanyId(companyId);
061            }
062    
063            public boolean getPrivateLayout() {
064                    return _layoutSet.getPrivateLayout();
065            }
066    
067            public boolean isPrivateLayout() {
068                    return _layoutSet.isPrivateLayout();
069            }
070    
071            public void setPrivateLayout(boolean privateLayout) {
072                    _layoutSet.setPrivateLayout(privateLayout);
073            }
074    
075            public boolean getLogo() {
076                    return _layoutSet.getLogo();
077            }
078    
079            public boolean isLogo() {
080                    return _layoutSet.isLogo();
081            }
082    
083            public void setLogo(boolean logo) {
084                    _layoutSet.setLogo(logo);
085            }
086    
087            public long getLogoId() {
088                    return _layoutSet.getLogoId();
089            }
090    
091            public void setLogoId(long logoId) {
092                    _layoutSet.setLogoId(logoId);
093            }
094    
095            public java.lang.String getThemeId() {
096                    return _layoutSet.getThemeId();
097            }
098    
099            public void setThemeId(java.lang.String themeId) {
100                    _layoutSet.setThemeId(themeId);
101            }
102    
103            public java.lang.String getColorSchemeId() {
104                    return _layoutSet.getColorSchemeId();
105            }
106    
107            public void setColorSchemeId(java.lang.String colorSchemeId) {
108                    _layoutSet.setColorSchemeId(colorSchemeId);
109            }
110    
111            public java.lang.String getWapThemeId() {
112                    return _layoutSet.getWapThemeId();
113            }
114    
115            public void setWapThemeId(java.lang.String wapThemeId) {
116                    _layoutSet.setWapThemeId(wapThemeId);
117            }
118    
119            public java.lang.String getWapColorSchemeId() {
120                    return _layoutSet.getWapColorSchemeId();
121            }
122    
123            public void setWapColorSchemeId(java.lang.String wapColorSchemeId) {
124                    _layoutSet.setWapColorSchemeId(wapColorSchemeId);
125            }
126    
127            public java.lang.String getCss() {
128                    return _layoutSet.getCss();
129            }
130    
131            public void setCss(java.lang.String css) {
132                    _layoutSet.setCss(css);
133            }
134    
135            public int getPageCount() {
136                    return _layoutSet.getPageCount();
137            }
138    
139            public void setPageCount(int pageCount) {
140                    _layoutSet.setPageCount(pageCount);
141            }
142    
143            public java.lang.String getVirtualHost() {
144                    return _layoutSet.getVirtualHost();
145            }
146    
147            public void setVirtualHost(java.lang.String virtualHost) {
148                    _layoutSet.setVirtualHost(virtualHost);
149            }
150    
151            public java.lang.String getSettings() {
152                    return _layoutSet.getSettings();
153            }
154    
155            public void setSettings(java.lang.String settings) {
156                    _layoutSet.setSettings(settings);
157            }
158    
159            public long getLayoutSetPrototypeId() {
160                    return _layoutSet.getLayoutSetPrototypeId();
161            }
162    
163            public void setLayoutSetPrototypeId(long layoutSetPrototypeId) {
164                    _layoutSet.setLayoutSetPrototypeId(layoutSetPrototypeId);
165            }
166    
167            public com.liferay.portal.model.LayoutSet toEscapedModel() {
168                    return _layoutSet.toEscapedModel();
169            }
170    
171            public boolean isNew() {
172                    return _layoutSet.isNew();
173            }
174    
175            public void setNew(boolean n) {
176                    _layoutSet.setNew(n);
177            }
178    
179            public boolean isCachedModel() {
180                    return _layoutSet.isCachedModel();
181            }
182    
183            public void setCachedModel(boolean cachedModel) {
184                    _layoutSet.setCachedModel(cachedModel);
185            }
186    
187            public boolean isEscapedModel() {
188                    return _layoutSet.isEscapedModel();
189            }
190    
191            public void setEscapedModel(boolean escapedModel) {
192                    _layoutSet.setEscapedModel(escapedModel);
193            }
194    
195            public java.io.Serializable getPrimaryKeyObj() {
196                    return _layoutSet.getPrimaryKeyObj();
197            }
198    
199            public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
200                    return _layoutSet.getExpandoBridge();
201            }
202    
203            public void setExpandoBridgeAttributes(
204                    com.liferay.portal.service.ServiceContext serviceContext) {
205                    _layoutSet.setExpandoBridgeAttributes(serviceContext);
206            }
207    
208            public java.lang.Object clone() {
209                    return _layoutSet.clone();
210            }
211    
212            public int compareTo(com.liferay.portal.model.LayoutSet layoutSet) {
213                    return _layoutSet.compareTo(layoutSet);
214            }
215    
216            public int hashCode() {
217                    return _layoutSet.hashCode();
218            }
219    
220            public java.lang.String toString() {
221                    return _layoutSet.toString();
222            }
223    
224            public java.lang.String toXmlString() {
225                    return _layoutSet.toXmlString();
226            }
227    
228            public com.liferay.portal.model.Theme getTheme()
229                    throws com.liferay.portal.kernel.exception.SystemException {
230                    return _layoutSet.getTheme();
231            }
232    
233            public com.liferay.portal.model.ColorScheme getColorScheme()
234                    throws com.liferay.portal.kernel.exception.SystemException {
235                    return _layoutSet.getColorScheme();
236            }
237    
238            public com.liferay.portal.model.Group getGroup()
239                    throws com.liferay.portal.kernel.exception.PortalException,
240                            com.liferay.portal.kernel.exception.SystemException {
241                    return _layoutSet.getGroup();
242            }
243    
244            public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties() {
245                    return _layoutSet.getSettingsProperties();
246            }
247    
248            public java.lang.String getSettingsProperty(java.lang.String key) {
249                    return _layoutSet.getSettingsProperty(key);
250            }
251    
252            public com.liferay.portal.model.Theme getWapTheme()
253                    throws com.liferay.portal.kernel.exception.SystemException {
254                    return _layoutSet.getWapTheme();
255            }
256    
257            public com.liferay.portal.model.ColorScheme getWapColorScheme()
258                    throws com.liferay.portal.kernel.exception.SystemException {
259                    return _layoutSet.getWapColorScheme();
260            }
261    
262            public void setSettingsProperties(
263                    com.liferay.portal.kernel.util.UnicodeProperties settingsProperties) {
264                    _layoutSet.setSettingsProperties(settingsProperties);
265            }
266    
267            public LayoutSet getWrappedLayoutSet() {
268                    return _layoutSet;
269            }
270    
271            private LayoutSet _layoutSet;
272    }