1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * The contents of this file are subject to the terms of the Liferay Enterprise
5    * Subscription License ("License"). You may not use this file except in
6    * compliance with the License. You can obtain a copy of the License by
7    * contacting Liferay, Inc. See the License for the specific language governing
8    * permissions and limitations under the License, including but not limited to
9    * distribution rights of the Software.
10   *
11   *
12   *
13   */
14  
15  package com.liferay.portal.model;
16  
17  /**
18   * <a href="GroupSoap.java.html"><b><i>View Source</i></b></a>
19   *
20   * <p>
21   * ServiceBuilder generated this class. Modifications in this class will be
22   * overwritten the next time is generated.
23   * </p>
24   *
25   * <p>
26   * This class is a wrapper for {@link Group}.
27   * </p>
28   *
29   * @author    Brian Wing Shun Chan
30   * @see       Group
31   * @generated
32   */
33  public class GroupWrapper implements Group {
34      public GroupWrapper(Group group) {
35          _group = group;
36      }
37  
38      public long getPrimaryKey() {
39          return _group.getPrimaryKey();
40      }
41  
42      public void setPrimaryKey(long pk) {
43          _group.setPrimaryKey(pk);
44      }
45  
46      public long getGroupId() {
47          return _group.getGroupId();
48      }
49  
50      public void setGroupId(long groupId) {
51          _group.setGroupId(groupId);
52      }
53  
54      public long getCompanyId() {
55          return _group.getCompanyId();
56      }
57  
58      public void setCompanyId(long companyId) {
59          _group.setCompanyId(companyId);
60      }
61  
62      public long getCreatorUserId() {
63          return _group.getCreatorUserId();
64      }
65  
66      public void setCreatorUserId(long creatorUserId) {
67          _group.setCreatorUserId(creatorUserId);
68      }
69  
70      public java.lang.String getCreatorUserUuid()
71          throws com.liferay.portal.SystemException {
72          return _group.getCreatorUserUuid();
73      }
74  
75      public void setCreatorUserUuid(java.lang.String creatorUserUuid) {
76          _group.setCreatorUserUuid(creatorUserUuid);
77      }
78  
79      public java.lang.String getClassName() {
80          return _group.getClassName();
81      }
82  
83      public long getClassNameId() {
84          return _group.getClassNameId();
85      }
86  
87      public void setClassNameId(long classNameId) {
88          _group.setClassNameId(classNameId);
89      }
90  
91      public long getClassPK() {
92          return _group.getClassPK();
93      }
94  
95      public void setClassPK(long classPK) {
96          _group.setClassPK(classPK);
97      }
98  
99      public long getParentGroupId() {
100         return _group.getParentGroupId();
101     }
102 
103     public void setParentGroupId(long parentGroupId) {
104         _group.setParentGroupId(parentGroupId);
105     }
106 
107     public long getLiveGroupId() {
108         return _group.getLiveGroupId();
109     }
110 
111     public void setLiveGroupId(long liveGroupId) {
112         _group.setLiveGroupId(liveGroupId);
113     }
114 
115     public java.lang.String getName() {
116         return _group.getName();
117     }
118 
119     public void setName(java.lang.String name) {
120         _group.setName(name);
121     }
122 
123     public java.lang.String getDescription() {
124         return _group.getDescription();
125     }
126 
127     public void setDescription(java.lang.String description) {
128         _group.setDescription(description);
129     }
130 
131     public int getType() {
132         return _group.getType();
133     }
134 
135     public void setType(int type) {
136         _group.setType(type);
137     }
138 
139     public java.lang.String getTypeSettings() {
140         return _group.getTypeSettings();
141     }
142 
143     public void setTypeSettings(java.lang.String typeSettings) {
144         _group.setTypeSettings(typeSettings);
145     }
146 
147     public java.lang.String getFriendlyURL() {
148         return _group.getFriendlyURL();
149     }
150 
151     public void setFriendlyURL(java.lang.String friendlyURL) {
152         _group.setFriendlyURL(friendlyURL);
153     }
154 
155     public boolean getActive() {
156         return _group.getActive();
157     }
158 
159     public boolean isActive() {
160         return _group.isActive();
161     }
162 
163     public void setActive(boolean active) {
164         _group.setActive(active);
165     }
166 
167     public boolean isNew() {
168         return _group.isNew();
169     }
170 
171     public boolean setNew(boolean n) {
172         return _group.setNew(n);
173     }
174 
175     public boolean isCachedModel() {
176         return _group.isCachedModel();
177     }
178 
179     public void setCachedModel(boolean cachedModel) {
180         _group.setCachedModel(cachedModel);
181     }
182 
183     public boolean isEscapedModel() {
184         return _group.isEscapedModel();
185     }
186 
187     public void setEscapedModel(boolean escapedModel) {
188         _group.setEscapedModel(escapedModel);
189     }
190 
191     public java.io.Serializable getPrimaryKeyObj() {
192         return _group.getPrimaryKeyObj();
193     }
194 
195     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
196         return _group.getExpandoBridge();
197     }
198 
199     public void setExpandoBridgeAttributes(
200         com.liferay.portal.service.ServiceContext serviceContext) {
201         _group.setExpandoBridgeAttributes(serviceContext);
202     }
203 
204     public java.lang.Object clone() {
205         return _group.clone();
206     }
207 
208     public int compareTo(com.liferay.portal.model.Group group) {
209         return _group.compareTo(group);
210     }
211 
212     public int hashCode() {
213         return _group.hashCode();
214     }
215 
216     public com.liferay.portal.model.Group toEscapedModel() {
217         return _group.toEscapedModel();
218     }
219 
220     public java.lang.String toString() {
221         return _group.toString();
222     }
223 
224     public java.lang.String toXmlString() {
225         return _group.toXmlString();
226     }
227 
228     public long getDefaultPrivatePlid() {
229         return _group.getDefaultPrivatePlid();
230     }
231 
232     public long getDefaultPublicPlid() {
233         return _group.getDefaultPublicPlid();
234     }
235 
236     public java.lang.String getDescriptiveName() {
237         return _group.getDescriptiveName();
238     }
239 
240     public com.liferay.portal.model.Group getLiveGroup() {
241         return _group.getLiveGroup();
242     }
243 
244     public java.lang.String getPathFriendlyURL(boolean privateLayout,
245         com.liferay.portal.theme.ThemeDisplay themeDisplay) {
246         return _group.getPathFriendlyURL(privateLayout, themeDisplay);
247     }
248 
249     public int getPrivateLayoutsPageCount() {
250         return _group.getPrivateLayoutsPageCount();
251     }
252 
253     public int getPublicLayoutsPageCount() {
254         return _group.getPublicLayoutsPageCount();
255     }
256 
257     public com.liferay.portal.model.Group getStagingGroup() {
258         return _group.getStagingGroup();
259     }
260 
261     public java.lang.String getTypeLabel() {
262         return _group.getTypeLabel();
263     }
264 
265     public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties() {
266         return _group.getTypeSettingsProperties();
267     }
268 
269     public java.lang.String getTypeSettingsProperty(java.lang.String key) {
270         return _group.getTypeSettingsProperty(key);
271     }
272 
273     public java.lang.String getWorkflowRoleNames() {
274         return _group.getWorkflowRoleNames();
275     }
276 
277     public int getWorkflowStages() {
278         return _group.getWorkflowStages();
279     }
280 
281     public boolean hasPrivateLayouts() {
282         return _group.hasPrivateLayouts();
283     }
284 
285     public boolean hasPublicLayouts() {
286         return _group.hasPublicLayouts();
287     }
288 
289     public boolean hasStagingGroup() {
290         return _group.hasStagingGroup();
291     }
292 
293     public boolean isCommunity() {
294         return _group.isCommunity();
295     }
296 
297     public boolean isControlPanel() {
298         return _group.isControlPanel();
299     }
300 
301     public boolean isLayout() {
302         return _group.isLayout();
303     }
304 
305     public boolean isOrganization() {
306         return _group.isOrganization();
307     }
308 
309     public boolean isStagingGroup() {
310         return _group.isStagingGroup();
311     }
312 
313     public boolean isUser() {
314         return _group.isUser();
315     }
316 
317     public boolean isUserGroup() {
318         return _group.isUserGroup();
319     }
320 
321     public boolean isWorkflowEnabled() {
322         return _group.isWorkflowEnabled();
323     }
324 
325     public void setTypeSettingsProperties(
326         com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties) {
327         _group.setTypeSettingsProperties(typeSettingsProperties);
328     }
329 
330     public Group getWrappedGroup() {
331         return _group;
332     }
333 
334     private Group _group;
335 }