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.social.model;
016    
017    /**
018     * <p>
019     * This class is a wrapper for {@link SocialEquityGroupSetting}.
020     * </p>
021     *
022     * @author    Brian Wing Shun Chan
023     * @see       SocialEquityGroupSetting
024     * @generated
025     */
026    public class SocialEquityGroupSettingWrapper implements SocialEquityGroupSetting {
027            public SocialEquityGroupSettingWrapper(
028                    SocialEquityGroupSetting socialEquityGroupSetting) {
029                    _socialEquityGroupSetting = socialEquityGroupSetting;
030            }
031    
032            /**
033            * Gets the primary key of this social equity group setting.
034            *
035            * @return the primary key of this social equity group setting
036            */
037            public long getPrimaryKey() {
038                    return _socialEquityGroupSetting.getPrimaryKey();
039            }
040    
041            /**
042            * Sets the primary key of this social equity group setting
043            *
044            * @param pk the primary key of this social equity group setting
045            */
046            public void setPrimaryKey(long pk) {
047                    _socialEquityGroupSetting.setPrimaryKey(pk);
048            }
049    
050            /**
051            * Gets the equity group setting id of this social equity group setting.
052            *
053            * @return the equity group setting id of this social equity group setting
054            */
055            public long getEquityGroupSettingId() {
056                    return _socialEquityGroupSetting.getEquityGroupSettingId();
057            }
058    
059            /**
060            * Sets the equity group setting id of this social equity group setting.
061            *
062            * @param equityGroupSettingId the equity group setting id of this social equity group setting
063            */
064            public void setEquityGroupSettingId(long equityGroupSettingId) {
065                    _socialEquityGroupSetting.setEquityGroupSettingId(equityGroupSettingId);
066            }
067    
068            /**
069            * Gets the group id of this social equity group setting.
070            *
071            * @return the group id of this social equity group setting
072            */
073            public long getGroupId() {
074                    return _socialEquityGroupSetting.getGroupId();
075            }
076    
077            /**
078            * Sets the group id of this social equity group setting.
079            *
080            * @param groupId the group id of this social equity group setting
081            */
082            public void setGroupId(long groupId) {
083                    _socialEquityGroupSetting.setGroupId(groupId);
084            }
085    
086            /**
087            * Gets the company id of this social equity group setting.
088            *
089            * @return the company id of this social equity group setting
090            */
091            public long getCompanyId() {
092                    return _socialEquityGroupSetting.getCompanyId();
093            }
094    
095            /**
096            * Sets the company id of this social equity group setting.
097            *
098            * @param companyId the company id of this social equity group setting
099            */
100            public void setCompanyId(long companyId) {
101                    _socialEquityGroupSetting.setCompanyId(companyId);
102            }
103    
104            /**
105            * Gets the class name of the model instance this social equity group setting is polymorphically associated with.
106            *
107            * @return the class name of the model instance this social equity group setting is polymorphically associated with
108            */
109            public java.lang.String getClassName() {
110                    return _socialEquityGroupSetting.getClassName();
111            }
112    
113            /**
114            * Gets the class name id of this social equity group setting.
115            *
116            * @return the class name id of this social equity group setting
117            */
118            public long getClassNameId() {
119                    return _socialEquityGroupSetting.getClassNameId();
120            }
121    
122            /**
123            * Sets the class name id of this social equity group setting.
124            *
125            * @param classNameId the class name id of this social equity group setting
126            */
127            public void setClassNameId(long classNameId) {
128                    _socialEquityGroupSetting.setClassNameId(classNameId);
129            }
130    
131            /**
132            * Gets the type of this social equity group setting.
133            *
134            * @return the type of this social equity group setting
135            */
136            public int getType() {
137                    return _socialEquityGroupSetting.getType();
138            }
139    
140            /**
141            * Sets the type of this social equity group setting.
142            *
143            * @param type the type of this social equity group setting
144            */
145            public void setType(int type) {
146                    _socialEquityGroupSetting.setType(type);
147            }
148    
149            /**
150            * Gets the enabled of this social equity group setting.
151            *
152            * @return the enabled of this social equity group setting
153            */
154            public boolean getEnabled() {
155                    return _socialEquityGroupSetting.getEnabled();
156            }
157    
158            /**
159            * Determines whether this social equity group setting is enabled.
160            *
161            * @return whether this social equity group setting is enabled
162            */
163            public boolean isEnabled() {
164                    return _socialEquityGroupSetting.isEnabled();
165            }
166    
167            /**
168            * Sets whether this {$entity.humanName} is enabled.
169            *
170            * @param enabled the enabled of this social equity group setting
171            */
172            public void setEnabled(boolean enabled) {
173                    _socialEquityGroupSetting.setEnabled(enabled);
174            }
175    
176            public boolean isNew() {
177                    return _socialEquityGroupSetting.isNew();
178            }
179    
180            public void setNew(boolean n) {
181                    _socialEquityGroupSetting.setNew(n);
182            }
183    
184            public boolean isCachedModel() {
185                    return _socialEquityGroupSetting.isCachedModel();
186            }
187    
188            public void setCachedModel(boolean cachedModel) {
189                    _socialEquityGroupSetting.setCachedModel(cachedModel);
190            }
191    
192            public boolean isEscapedModel() {
193                    return _socialEquityGroupSetting.isEscapedModel();
194            }
195    
196            public void setEscapedModel(boolean escapedModel) {
197                    _socialEquityGroupSetting.setEscapedModel(escapedModel);
198            }
199    
200            public java.io.Serializable getPrimaryKeyObj() {
201                    return _socialEquityGroupSetting.getPrimaryKeyObj();
202            }
203    
204            public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
205                    return _socialEquityGroupSetting.getExpandoBridge();
206            }
207    
208            public void setExpandoBridgeAttributes(
209                    com.liferay.portal.service.ServiceContext serviceContext) {
210                    _socialEquityGroupSetting.setExpandoBridgeAttributes(serviceContext);
211            }
212    
213            public java.lang.Object clone() {
214                    return _socialEquityGroupSetting.clone();
215            }
216    
217            public int compareTo(
218                    com.liferay.portlet.social.model.SocialEquityGroupSetting socialEquityGroupSetting) {
219                    return _socialEquityGroupSetting.compareTo(socialEquityGroupSetting);
220            }
221    
222            public int hashCode() {
223                    return _socialEquityGroupSetting.hashCode();
224            }
225    
226            public com.liferay.portlet.social.model.SocialEquityGroupSetting toEscapedModel() {
227                    return _socialEquityGroupSetting.toEscapedModel();
228            }
229    
230            public java.lang.String toString() {
231                    return _socialEquityGroupSetting.toString();
232            }
233    
234            public java.lang.String toXmlString() {
235                    return _socialEquityGroupSetting.toXmlString();
236            }
237    
238            public SocialEquityGroupSetting getWrappedSocialEquityGroupSetting() {
239                    return _socialEquityGroupSetting;
240            }
241    
242            private SocialEquityGroupSetting _socialEquityGroupSetting;
243    }