1   /**
2    * Copyright (c) 2000-2009 Liferay, Inc. All rights reserved.
3    *
4    * Permission is hereby granted, free of charge, to any person obtaining a copy
5    * of this software and associated documentation files (the "Software"), to deal
6    * in the Software without restriction, including without limitation the rights
7    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8    * copies of the Software, and to permit persons to whom the Software is
9    * furnished to do so, subject to the following conditions:
10   *
11   * The above copyright notice and this permission notice shall be included in
12   * all copies or substantial portions of the Software.
13   *
14   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20   * SOFTWARE.
21   */
22  
23  package com.liferay.portlet.journal.model;
24  
25  
26  /**
27   * <a href="JournalTemplateSoap.java.html"><b><i>View Source</i></b></a>
28   *
29   * <p>
30   * ServiceBuilder generated this class. Modifications in this class will be
31   * overwritten the next time is generated.
32   * </p>
33   *
34   * <p>
35   * This class is a wrapper for {@link JournalTemplate}.
36   * </p>
37   *
38   * @author    Brian Wing Shun Chan
39   * @see       JournalTemplate
40   * @generated
41   */
42  public class JournalTemplateWrapper implements JournalTemplate {
43      public JournalTemplateWrapper(JournalTemplate journalTemplate) {
44          _journalTemplate = journalTemplate;
45      }
46  
47      public long getPrimaryKey() {
48          return _journalTemplate.getPrimaryKey();
49      }
50  
51      public void setPrimaryKey(long pk) {
52          _journalTemplate.setPrimaryKey(pk);
53      }
54  
55      public java.lang.String getUuid() {
56          return _journalTemplate.getUuid();
57      }
58  
59      public void setUuid(java.lang.String uuid) {
60          _journalTemplate.setUuid(uuid);
61      }
62  
63      public long getId() {
64          return _journalTemplate.getId();
65      }
66  
67      public void setId(long id) {
68          _journalTemplate.setId(id);
69      }
70  
71      public long getGroupId() {
72          return _journalTemplate.getGroupId();
73      }
74  
75      public void setGroupId(long groupId) {
76          _journalTemplate.setGroupId(groupId);
77      }
78  
79      public long getCompanyId() {
80          return _journalTemplate.getCompanyId();
81      }
82  
83      public void setCompanyId(long companyId) {
84          _journalTemplate.setCompanyId(companyId);
85      }
86  
87      public long getUserId() {
88          return _journalTemplate.getUserId();
89      }
90  
91      public void setUserId(long userId) {
92          _journalTemplate.setUserId(userId);
93      }
94  
95      public java.lang.String getUserUuid()
96          throws com.liferay.portal.SystemException {
97          return _journalTemplate.getUserUuid();
98      }
99  
100     public void setUserUuid(java.lang.String userUuid) {
101         _journalTemplate.setUserUuid(userUuid);
102     }
103 
104     public java.lang.String getUserName() {
105         return _journalTemplate.getUserName();
106     }
107 
108     public void setUserName(java.lang.String userName) {
109         _journalTemplate.setUserName(userName);
110     }
111 
112     public java.util.Date getCreateDate() {
113         return _journalTemplate.getCreateDate();
114     }
115 
116     public void setCreateDate(java.util.Date createDate) {
117         _journalTemplate.setCreateDate(createDate);
118     }
119 
120     public java.util.Date getModifiedDate() {
121         return _journalTemplate.getModifiedDate();
122     }
123 
124     public void setModifiedDate(java.util.Date modifiedDate) {
125         _journalTemplate.setModifiedDate(modifiedDate);
126     }
127 
128     public java.lang.String getTemplateId() {
129         return _journalTemplate.getTemplateId();
130     }
131 
132     public void setTemplateId(java.lang.String templateId) {
133         _journalTemplate.setTemplateId(templateId);
134     }
135 
136     public java.lang.String getStructureId() {
137         return _journalTemplate.getStructureId();
138     }
139 
140     public void setStructureId(java.lang.String structureId) {
141         _journalTemplate.setStructureId(structureId);
142     }
143 
144     public java.lang.String getName() {
145         return _journalTemplate.getName();
146     }
147 
148     public void setName(java.lang.String name) {
149         _journalTemplate.setName(name);
150     }
151 
152     public java.lang.String getDescription() {
153         return _journalTemplate.getDescription();
154     }
155 
156     public void setDescription(java.lang.String description) {
157         _journalTemplate.setDescription(description);
158     }
159 
160     public java.lang.String getXsl() {
161         return _journalTemplate.getXsl();
162     }
163 
164     public void setXsl(java.lang.String xsl) {
165         _journalTemplate.setXsl(xsl);
166     }
167 
168     public java.lang.String getLangType() {
169         return _journalTemplate.getLangType();
170     }
171 
172     public void setLangType(java.lang.String langType) {
173         _journalTemplate.setLangType(langType);
174     }
175 
176     public boolean getCacheable() {
177         return _journalTemplate.getCacheable();
178     }
179 
180     public boolean isCacheable() {
181         return _journalTemplate.isCacheable();
182     }
183 
184     public void setCacheable(boolean cacheable) {
185         _journalTemplate.setCacheable(cacheable);
186     }
187 
188     public boolean getSmallImage() {
189         return _journalTemplate.getSmallImage();
190     }
191 
192     public boolean isSmallImage() {
193         return _journalTemplate.isSmallImage();
194     }
195 
196     public void setSmallImage(boolean smallImage) {
197         _journalTemplate.setSmallImage(smallImage);
198     }
199 
200     public long getSmallImageId() {
201         return _journalTemplate.getSmallImageId();
202     }
203 
204     public void setSmallImageId(long smallImageId) {
205         _journalTemplate.setSmallImageId(smallImageId);
206     }
207 
208     public java.lang.String getSmallImageURL() {
209         return _journalTemplate.getSmallImageURL();
210     }
211 
212     public void setSmallImageURL(java.lang.String smallImageURL) {
213         _journalTemplate.setSmallImageURL(smallImageURL);
214     }
215 
216     public com.liferay.portlet.journal.model.JournalTemplate toEscapedModel() {
217         return _journalTemplate.toEscapedModel();
218     }
219 
220     public boolean isNew() {
221         return _journalTemplate.isNew();
222     }
223 
224     public boolean setNew(boolean n) {
225         return _journalTemplate.setNew(n);
226     }
227 
228     public boolean isCachedModel() {
229         return _journalTemplate.isCachedModel();
230     }
231 
232     public void setCachedModel(boolean cachedModel) {
233         _journalTemplate.setCachedModel(cachedModel);
234     }
235 
236     public boolean isEscapedModel() {
237         return _journalTemplate.isEscapedModel();
238     }
239 
240     public void setEscapedModel(boolean escapedModel) {
241         _journalTemplate.setEscapedModel(escapedModel);
242     }
243 
244     public java.io.Serializable getPrimaryKeyObj() {
245         return _journalTemplate.getPrimaryKeyObj();
246     }
247 
248     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
249         return _journalTemplate.getExpandoBridge();
250     }
251 
252     public void setExpandoBridgeAttributes(
253         com.liferay.portal.service.ServiceContext serviceContext) {
254         _journalTemplate.setExpandoBridgeAttributes(serviceContext);
255     }
256 
257     public java.lang.Object clone() {
258         return _journalTemplate.clone();
259     }
260 
261     public int compareTo(
262         com.liferay.portlet.journal.model.JournalTemplate journalTemplate) {
263         return _journalTemplate.compareTo(journalTemplate);
264     }
265 
266     public int hashCode() {
267         return _journalTemplate.hashCode();
268     }
269 
270     public java.lang.String toString() {
271         return _journalTemplate.toString();
272     }
273 
274     public java.lang.String toXmlString() {
275         return _journalTemplate.toXmlString();
276     }
277 
278     public java.lang.String getSmallImageType()
279         throws com.liferay.portal.PortalException,
280             com.liferay.portal.SystemException {
281         return _journalTemplate.getSmallImageType();
282     }
283 
284     public void setSmallImageType(java.lang.String smallImageType) {
285         _journalTemplate.setSmallImageType(smallImageType);
286     }
287 
288     public JournalTemplate getWrappedJournalTemplate() {
289         return _journalTemplate;
290     }
291 
292     private JournalTemplate _journalTemplate;
293 }