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