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="CompanySoap.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 Company}.
27   * </p>
28   *
29   * @author    Brian Wing Shun Chan
30   * @see       Company
31   * @generated
32   */
33  public class CompanyWrapper implements Company {
34      public CompanyWrapper(Company company) {
35          _company = company;
36      }
37  
38      public long getPrimaryKey() {
39          return _company.getPrimaryKey();
40      }
41  
42      public void setPrimaryKey(long pk) {
43          _company.setPrimaryKey(pk);
44      }
45  
46      public long getCompanyId() {
47          return _company.getCompanyId();
48      }
49  
50      public void setCompanyId(long companyId) {
51          _company.setCompanyId(companyId);
52      }
53  
54      public long getAccountId() {
55          return _company.getAccountId();
56      }
57  
58      public void setAccountId(long accountId) {
59          _company.setAccountId(accountId);
60      }
61  
62      public java.lang.String getWebId() {
63          return _company.getWebId();
64      }
65  
66      public void setWebId(java.lang.String webId) {
67          _company.setWebId(webId);
68      }
69  
70      public java.lang.String getKey() {
71          return _company.getKey();
72      }
73  
74      public void setKey(java.lang.String key) {
75          _company.setKey(key);
76      }
77  
78      public java.lang.String getVirtualHost() {
79          return _company.getVirtualHost();
80      }
81  
82      public void setVirtualHost(java.lang.String virtualHost) {
83          _company.setVirtualHost(virtualHost);
84      }
85  
86      public java.lang.String getMx() {
87          return _company.getMx();
88      }
89  
90      public void setMx(java.lang.String mx) {
91          _company.setMx(mx);
92      }
93  
94      public java.lang.String getHomeURL() {
95          return _company.getHomeURL();
96      }
97  
98      public void setHomeURL(java.lang.String homeURL) {
99          _company.setHomeURL(homeURL);
100     }
101 
102     public long getLogoId() {
103         return _company.getLogoId();
104     }
105 
106     public void setLogoId(long logoId) {
107         _company.setLogoId(logoId);
108     }
109 
110     public boolean getSystem() {
111         return _company.getSystem();
112     }
113 
114     public boolean isSystem() {
115         return _company.isSystem();
116     }
117 
118     public void setSystem(boolean system) {
119         _company.setSystem(system);
120     }
121 
122     public boolean isNew() {
123         return _company.isNew();
124     }
125 
126     public boolean setNew(boolean n) {
127         return _company.setNew(n);
128     }
129 
130     public boolean isCachedModel() {
131         return _company.isCachedModel();
132     }
133 
134     public void setCachedModel(boolean cachedModel) {
135         _company.setCachedModel(cachedModel);
136     }
137 
138     public boolean isEscapedModel() {
139         return _company.isEscapedModel();
140     }
141 
142     public void setEscapedModel(boolean escapedModel) {
143         _company.setEscapedModel(escapedModel);
144     }
145 
146     public java.io.Serializable getPrimaryKeyObj() {
147         return _company.getPrimaryKeyObj();
148     }
149 
150     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
151         return _company.getExpandoBridge();
152     }
153 
154     public void setExpandoBridgeAttributes(
155         com.liferay.portal.service.ServiceContext serviceContext) {
156         _company.setExpandoBridgeAttributes(serviceContext);
157     }
158 
159     public java.lang.Object clone() {
160         return _company.clone();
161     }
162 
163     public int compareTo(com.liferay.portal.model.Company company) {
164         return _company.compareTo(company);
165     }
166 
167     public int hashCode() {
168         return _company.hashCode();
169     }
170 
171     public com.liferay.portal.model.Company toEscapedModel() {
172         return _company.toEscapedModel();
173     }
174 
175     public java.lang.String toString() {
176         return _company.toString();
177     }
178 
179     public java.lang.String toXmlString() {
180         return _company.toXmlString();
181     }
182 
183     public com.liferay.portal.model.Account getAccount() {
184         return _company.getAccount();
185     }
186 
187     public java.lang.String getAdminName() {
188         return _company.getAdminName();
189     }
190 
191     public java.lang.String getAuthType()
192         throws com.liferay.portal.SystemException {
193         return _company.getAuthType();
194     }
195 
196     public com.liferay.portal.model.User getDefaultUser() {
197         return _company.getDefaultUser();
198     }
199 
200     public java.lang.String getDefaultWebId() {
201         return _company.getDefaultWebId();
202     }
203 
204     public java.lang.String getEmailAddress() {
205         return _company.getEmailAddress();
206     }
207 
208     public java.security.Key getKeyObj() {
209         return _company.getKeyObj();
210     }
211 
212     public java.util.Locale getLocale() {
213         return _company.getLocale();
214     }
215 
216     public java.lang.String getName() {
217         return _company.getName();
218     }
219 
220     public java.lang.String getShardName() {
221         return _company.getShardName();
222     }
223 
224     public java.lang.String getShortName() {
225         return _company.getShortName();
226     }
227 
228     public java.util.TimeZone getTimeZone() {
229         return _company.getTimeZone();
230     }
231 
232     public boolean hasCompanyMx(java.lang.String emailAddress) {
233         return _company.hasCompanyMx(emailAddress);
234     }
235 
236     public boolean isAutoLogin() throws com.liferay.portal.SystemException {
237         return _company.isAutoLogin();
238     }
239 
240     public boolean isCommunityLogo() throws com.liferay.portal.SystemException {
241         return _company.isCommunityLogo();
242     }
243 
244     public boolean isSendPassword() throws com.liferay.portal.SystemException {
245         return _company.isSendPassword();
246     }
247 
248     public boolean isStrangers() throws com.liferay.portal.SystemException {
249         return _company.isStrangers();
250     }
251 
252     public boolean isStrangersVerify()
253         throws com.liferay.portal.SystemException {
254         return _company.isStrangersVerify();
255     }
256 
257     public boolean isStrangersWithMx()
258         throws com.liferay.portal.SystemException {
259         return _company.isStrangersWithMx();
260     }
261 
262     public void setKeyObj(java.security.Key keyObj) {
263         _company.setKeyObj(keyObj);
264     }
265 
266     public Company getWrappedCompany() {
267         return _company;
268     }
269 
270     private Company _company;
271 }