1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * This library is free software; you can redistribute it and/or modify it under
5    * the terms of the GNU Lesser General Public License as published by the Free
6    * Software Foundation; either version 2.1 of the License, or (at your option)
7    * any later version.
8    *
9    * This library is distributed in the hope that it will be useful, but WITHOUT
10   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11   * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12   * details.
13   */
14  
15  package com.liferay.portal.model;
16  
17  
18  /**
19   * <a href="CompanySoap.java.html"><b><i>View Source</i></b></a>
20   *
21   * <p>
22   * ServiceBuilder generated this class. Modifications in this class will be
23   * overwritten the next time is generated.
24   * </p>
25   *
26   * <p>
27   * This class is a wrapper for {@link Company}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       Company
32   * @generated
33   */
34  public class CompanyWrapper implements Company {
35      public CompanyWrapper(Company company) {
36          _company = company;
37      }
38  
39      public long getPrimaryKey() {
40          return _company.getPrimaryKey();
41      }
42  
43      public void setPrimaryKey(long pk) {
44          _company.setPrimaryKey(pk);
45      }
46  
47      public long getCompanyId() {
48          return _company.getCompanyId();
49      }
50  
51      public void setCompanyId(long companyId) {
52          _company.setCompanyId(companyId);
53      }
54  
55      public long getAccountId() {
56          return _company.getAccountId();
57      }
58  
59      public void setAccountId(long accountId) {
60          _company.setAccountId(accountId);
61      }
62  
63      public java.lang.String getWebId() {
64          return _company.getWebId();
65      }
66  
67      public void setWebId(java.lang.String webId) {
68          _company.setWebId(webId);
69      }
70  
71      public java.lang.String getKey() {
72          return _company.getKey();
73      }
74  
75      public void setKey(java.lang.String key) {
76          _company.setKey(key);
77      }
78  
79      public java.lang.String getVirtualHost() {
80          return _company.getVirtualHost();
81      }
82  
83      public void setVirtualHost(java.lang.String virtualHost) {
84          _company.setVirtualHost(virtualHost);
85      }
86  
87      public java.lang.String getMx() {
88          return _company.getMx();
89      }
90  
91      public void setMx(java.lang.String mx) {
92          _company.setMx(mx);
93      }
94  
95      public java.lang.String getHomeURL() {
96          return _company.getHomeURL();
97      }
98  
99      public void setHomeURL(java.lang.String homeURL) {
100         _company.setHomeURL(homeURL);
101     }
102 
103     public long getLogoId() {
104         return _company.getLogoId();
105     }
106 
107     public void setLogoId(long logoId) {
108         _company.setLogoId(logoId);
109     }
110 
111     public boolean getSystem() {
112         return _company.getSystem();
113     }
114 
115     public boolean isSystem() {
116         return _company.isSystem();
117     }
118 
119     public void setSystem(boolean system) {
120         _company.setSystem(system);
121     }
122 
123     public int getMaxUsers() {
124         return _company.getMaxUsers();
125     }
126 
127     public void setMaxUsers(int maxUsers) {
128         _company.setMaxUsers(maxUsers);
129     }
130 
131     public com.liferay.portal.model.Company toEscapedModel() {
132         return _company.toEscapedModel();
133     }
134 
135     public boolean isNew() {
136         return _company.isNew();
137     }
138 
139     public boolean setNew(boolean n) {
140         return _company.setNew(n);
141     }
142 
143     public boolean isCachedModel() {
144         return _company.isCachedModel();
145     }
146 
147     public void setCachedModel(boolean cachedModel) {
148         _company.setCachedModel(cachedModel);
149     }
150 
151     public boolean isEscapedModel() {
152         return _company.isEscapedModel();
153     }
154 
155     public void setEscapedModel(boolean escapedModel) {
156         _company.setEscapedModel(escapedModel);
157     }
158 
159     public java.io.Serializable getPrimaryKeyObj() {
160         return _company.getPrimaryKeyObj();
161     }
162 
163     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
164         return _company.getExpandoBridge();
165     }
166 
167     public void setExpandoBridgeAttributes(
168         com.liferay.portal.service.ServiceContext serviceContext) {
169         _company.setExpandoBridgeAttributes(serviceContext);
170     }
171 
172     public java.lang.Object clone() {
173         return _company.clone();
174     }
175 
176     public int compareTo(com.liferay.portal.model.Company company) {
177         return _company.compareTo(company);
178     }
179 
180     public int hashCode() {
181         return _company.hashCode();
182     }
183 
184     public java.lang.String toString() {
185         return _company.toString();
186     }
187 
188     public java.lang.String toXmlString() {
189         return _company.toXmlString();
190     }
191 
192     public com.liferay.portal.model.Account getAccount()
193         throws com.liferay.portal.kernel.exception.PortalException,
194             com.liferay.portal.kernel.exception.SystemException {
195         return _company.getAccount();
196     }
197 
198     public java.lang.String getAdminName() {
199         return _company.getAdminName();
200     }
201 
202     public java.lang.String getAuthType()
203         throws com.liferay.portal.kernel.exception.SystemException {
204         return _company.getAuthType();
205     }
206 
207     public com.liferay.portal.model.User getDefaultUser()
208         throws com.liferay.portal.kernel.exception.PortalException,
209             com.liferay.portal.kernel.exception.SystemException {
210         return _company.getDefaultUser();
211     }
212 
213     public java.lang.String getDefaultWebId() {
214         return _company.getDefaultWebId();
215     }
216 
217     public java.lang.String getEmailAddress() {
218         return _company.getEmailAddress();
219     }
220 
221     public com.liferay.portal.model.Group getGroup()
222         throws com.liferay.portal.kernel.exception.PortalException,
223             com.liferay.portal.kernel.exception.SystemException {
224         return _company.getGroup();
225     }
226 
227     public java.security.Key getKeyObj() {
228         return _company.getKeyObj();
229     }
230 
231     public java.util.Locale getLocale()
232         throws com.liferay.portal.kernel.exception.PortalException,
233             com.liferay.portal.kernel.exception.SystemException {
234         return _company.getLocale();
235     }
236 
237     public java.lang.String getName()
238         throws com.liferay.portal.kernel.exception.PortalException,
239             com.liferay.portal.kernel.exception.SystemException {
240         return _company.getName();
241     }
242 
243     public java.lang.String getShardName()
244         throws com.liferay.portal.kernel.exception.PortalException,
245             com.liferay.portal.kernel.exception.SystemException {
246         return _company.getShardName();
247     }
248 
249     public java.lang.String getShortName()
250         throws com.liferay.portal.kernel.exception.PortalException,
251             com.liferay.portal.kernel.exception.SystemException {
252         return _company.getShortName();
253     }
254 
255     public java.util.TimeZone getTimeZone()
256         throws com.liferay.portal.kernel.exception.PortalException,
257             com.liferay.portal.kernel.exception.SystemException {
258         return _company.getTimeZone();
259     }
260 
261     public boolean hasCompanyMx(java.lang.String emailAddress)
262         throws com.liferay.portal.kernel.exception.SystemException {
263         return _company.hasCompanyMx(emailAddress);
264     }
265 
266     public boolean isAutoLogin()
267         throws com.liferay.portal.kernel.exception.SystemException {
268         return _company.isAutoLogin();
269     }
270 
271     public boolean isCommunityLogo()
272         throws com.liferay.portal.kernel.exception.SystemException {
273         return _company.isCommunityLogo();
274     }
275 
276     public boolean isSendPassword()
277         throws com.liferay.portal.kernel.exception.SystemException {
278         return _company.isSendPassword();
279     }
280 
281     public boolean isSendPasswordResetLink()
282         throws com.liferay.portal.kernel.exception.SystemException {
283         return _company.isSendPasswordResetLink();
284     }
285 
286     public boolean isStrangers()
287         throws com.liferay.portal.kernel.exception.SystemException {
288         return _company.isStrangers();
289     }
290 
291     public boolean isStrangersVerify()
292         throws com.liferay.portal.kernel.exception.SystemException {
293         return _company.isStrangersVerify();
294     }
295 
296     public boolean isStrangersWithMx()
297         throws com.liferay.portal.kernel.exception.SystemException {
298         return _company.isStrangersWithMx();
299     }
300 
301     public void setKeyObj(java.security.Key keyObj) {
302         _company.setKeyObj(keyObj);
303     }
304 
305     public Company getWrappedCompany() {
306         return _company;
307     }
308 
309     private Company _company;
310 }