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 Company}.
020     * </p>
021     *
022     * @author    Brian Wing Shun Chan
023     * @see       Company
024     * @generated
025     */
026    public class CompanyWrapper implements Company {
027            public CompanyWrapper(Company company) {
028                    _company = company;
029            }
030    
031            public long getPrimaryKey() {
032                    return _company.getPrimaryKey();
033            }
034    
035            public void setPrimaryKey(long pk) {
036                    _company.setPrimaryKey(pk);
037            }
038    
039            public long getCompanyId() {
040                    return _company.getCompanyId();
041            }
042    
043            public void setCompanyId(long companyId) {
044                    _company.setCompanyId(companyId);
045            }
046    
047            public long getAccountId() {
048                    return _company.getAccountId();
049            }
050    
051            public void setAccountId(long accountId) {
052                    _company.setAccountId(accountId);
053            }
054    
055            public java.lang.String getWebId() {
056                    return _company.getWebId();
057            }
058    
059            public void setWebId(java.lang.String webId) {
060                    _company.setWebId(webId);
061            }
062    
063            public java.lang.String getKey() {
064                    return _company.getKey();
065            }
066    
067            public void setKey(java.lang.String key) {
068                    _company.setKey(key);
069            }
070    
071            public java.lang.String getVirtualHost() {
072                    return _company.getVirtualHost();
073            }
074    
075            public void setVirtualHost(java.lang.String virtualHost) {
076                    _company.setVirtualHost(virtualHost);
077            }
078    
079            public java.lang.String getMx() {
080                    return _company.getMx();
081            }
082    
083            public void setMx(java.lang.String mx) {
084                    _company.setMx(mx);
085            }
086    
087            public java.lang.String getHomeURL() {
088                    return _company.getHomeURL();
089            }
090    
091            public void setHomeURL(java.lang.String homeURL) {
092                    _company.setHomeURL(homeURL);
093            }
094    
095            public long getLogoId() {
096                    return _company.getLogoId();
097            }
098    
099            public void setLogoId(long logoId) {
100                    _company.setLogoId(logoId);
101            }
102    
103            public boolean getSystem() {
104                    return _company.getSystem();
105            }
106    
107            public boolean isSystem() {
108                    return _company.isSystem();
109            }
110    
111            public void setSystem(boolean system) {
112                    _company.setSystem(system);
113            }
114    
115            public int getMaxUsers() {
116                    return _company.getMaxUsers();
117            }
118    
119            public void setMaxUsers(int maxUsers) {
120                    _company.setMaxUsers(maxUsers);
121            }
122    
123            public com.liferay.portal.model.Company toEscapedModel() {
124                    return _company.toEscapedModel();
125            }
126    
127            public boolean isNew() {
128                    return _company.isNew();
129            }
130    
131            public void setNew(boolean n) {
132                    _company.setNew(n);
133            }
134    
135            public boolean isCachedModel() {
136                    return _company.isCachedModel();
137            }
138    
139            public void setCachedModel(boolean cachedModel) {
140                    _company.setCachedModel(cachedModel);
141            }
142    
143            public boolean isEscapedModel() {
144                    return _company.isEscapedModel();
145            }
146    
147            public void setEscapedModel(boolean escapedModel) {
148                    _company.setEscapedModel(escapedModel);
149            }
150    
151            public java.io.Serializable getPrimaryKeyObj() {
152                    return _company.getPrimaryKeyObj();
153            }
154    
155            public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
156                    return _company.getExpandoBridge();
157            }
158    
159            public void setExpandoBridgeAttributes(
160                    com.liferay.portal.service.ServiceContext serviceContext) {
161                    _company.setExpandoBridgeAttributes(serviceContext);
162            }
163    
164            public java.lang.Object clone() {
165                    return _company.clone();
166            }
167    
168            public int compareTo(com.liferay.portal.model.Company company) {
169                    return _company.compareTo(company);
170            }
171    
172            public int hashCode() {
173                    return _company.hashCode();
174            }
175    
176            public java.lang.String toString() {
177                    return _company.toString();
178            }
179    
180            public java.lang.String toXmlString() {
181                    return _company.toXmlString();
182            }
183    
184            public com.liferay.portal.model.Account getAccount()
185                    throws com.liferay.portal.kernel.exception.PortalException,
186                            com.liferay.portal.kernel.exception.SystemException {
187                    return _company.getAccount();
188            }
189    
190            public java.lang.String getAdminName() {
191                    return _company.getAdminName();
192            }
193    
194            public java.lang.String getAuthType()
195                    throws com.liferay.portal.kernel.exception.SystemException {
196                    return _company.getAuthType();
197            }
198    
199            public com.liferay.portal.model.User getDefaultUser()
200                    throws com.liferay.portal.kernel.exception.PortalException,
201                            com.liferay.portal.kernel.exception.SystemException {
202                    return _company.getDefaultUser();
203            }
204    
205            public java.lang.String getDefaultWebId() {
206                    return _company.getDefaultWebId();
207            }
208    
209            public java.lang.String getEmailAddress() {
210                    return _company.getEmailAddress();
211            }
212    
213            public com.liferay.portal.model.Group getGroup()
214                    throws com.liferay.portal.kernel.exception.PortalException,
215                            com.liferay.portal.kernel.exception.SystemException {
216                    return _company.getGroup();
217            }
218    
219            public java.security.Key getKeyObj() {
220                    return _company.getKeyObj();
221            }
222    
223            public java.util.Locale getLocale()
224                    throws com.liferay.portal.kernel.exception.PortalException,
225                            com.liferay.portal.kernel.exception.SystemException {
226                    return _company.getLocale();
227            }
228    
229            public java.lang.String getName()
230                    throws com.liferay.portal.kernel.exception.PortalException,
231                            com.liferay.portal.kernel.exception.SystemException {
232                    return _company.getName();
233            }
234    
235            public java.lang.String getShardName()
236                    throws com.liferay.portal.kernel.exception.PortalException,
237                            com.liferay.portal.kernel.exception.SystemException {
238                    return _company.getShardName();
239            }
240    
241            public java.lang.String getShortName()
242                    throws com.liferay.portal.kernel.exception.PortalException,
243                            com.liferay.portal.kernel.exception.SystemException {
244                    return _company.getShortName();
245            }
246    
247            public java.util.TimeZone getTimeZone()
248                    throws com.liferay.portal.kernel.exception.PortalException,
249                            com.liferay.portal.kernel.exception.SystemException {
250                    return _company.getTimeZone();
251            }
252    
253            public boolean hasCompanyMx(java.lang.String emailAddress)
254                    throws com.liferay.portal.kernel.exception.SystemException {
255                    return _company.hasCompanyMx(emailAddress);
256            }
257    
258            public boolean isAutoLogin()
259                    throws com.liferay.portal.kernel.exception.SystemException {
260                    return _company.isAutoLogin();
261            }
262    
263            public boolean isCommunityLogo()
264                    throws com.liferay.portal.kernel.exception.SystemException {
265                    return _company.isCommunityLogo();
266            }
267    
268            public boolean isSendPassword()
269                    throws com.liferay.portal.kernel.exception.SystemException {
270                    return _company.isSendPassword();
271            }
272    
273            public boolean isSendPasswordResetLink()
274                    throws com.liferay.portal.kernel.exception.SystemException {
275                    return _company.isSendPasswordResetLink();
276            }
277    
278            public boolean isStrangers()
279                    throws com.liferay.portal.kernel.exception.SystemException {
280                    return _company.isStrangers();
281            }
282    
283            public boolean isStrangersVerify()
284                    throws com.liferay.portal.kernel.exception.SystemException {
285                    return _company.isStrangersVerify();
286            }
287    
288            public boolean isStrangersWithMx()
289                    throws com.liferay.portal.kernel.exception.SystemException {
290                    return _company.isStrangersWithMx();
291            }
292    
293            public void setKeyObj(java.security.Key keyObj) {
294                    _company.setKeyObj(keyObj);
295            }
296    
297            public Company getWrappedCompany() {
298                    return _company;
299            }
300    
301            private Company _company;
302    }