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.portlet.tags.model;
16  
17  /**
18   * <a href="TagsAssetSoap.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 TagsAsset}.
27   * </p>
28   *
29   * @author    Brian Wing Shun Chan
30   * @see       TagsAsset
31   * @generated
32   */
33  public class TagsAssetWrapper implements TagsAsset {
34      public TagsAssetWrapper(TagsAsset tagsAsset) {
35          _tagsAsset = tagsAsset;
36      }
37  
38      public long getPrimaryKey() {
39          return _tagsAsset.getPrimaryKey();
40      }
41  
42      public void setPrimaryKey(long pk) {
43          _tagsAsset.setPrimaryKey(pk);
44      }
45  
46      public long getAssetId() {
47          return _tagsAsset.getAssetId();
48      }
49  
50      public void setAssetId(long assetId) {
51          _tagsAsset.setAssetId(assetId);
52      }
53  
54      public long getGroupId() {
55          return _tagsAsset.getGroupId();
56      }
57  
58      public void setGroupId(long groupId) {
59          _tagsAsset.setGroupId(groupId);
60      }
61  
62      public long getCompanyId() {
63          return _tagsAsset.getCompanyId();
64      }
65  
66      public void setCompanyId(long companyId) {
67          _tagsAsset.setCompanyId(companyId);
68      }
69  
70      public long getUserId() {
71          return _tagsAsset.getUserId();
72      }
73  
74      public void setUserId(long userId) {
75          _tagsAsset.setUserId(userId);
76      }
77  
78      public java.lang.String getUserUuid()
79          throws com.liferay.portal.SystemException {
80          return _tagsAsset.getUserUuid();
81      }
82  
83      public void setUserUuid(java.lang.String userUuid) {
84          _tagsAsset.setUserUuid(userUuid);
85      }
86  
87      public java.lang.String getUserName() {
88          return _tagsAsset.getUserName();
89      }
90  
91      public void setUserName(java.lang.String userName) {
92          _tagsAsset.setUserName(userName);
93      }
94  
95      public java.util.Date getCreateDate() {
96          return _tagsAsset.getCreateDate();
97      }
98  
99      public void setCreateDate(java.util.Date createDate) {
100         _tagsAsset.setCreateDate(createDate);
101     }
102 
103     public java.util.Date getModifiedDate() {
104         return _tagsAsset.getModifiedDate();
105     }
106 
107     public void setModifiedDate(java.util.Date modifiedDate) {
108         _tagsAsset.setModifiedDate(modifiedDate);
109     }
110 
111     public java.lang.String getClassName() {
112         return _tagsAsset.getClassName();
113     }
114 
115     public long getClassNameId() {
116         return _tagsAsset.getClassNameId();
117     }
118 
119     public void setClassNameId(long classNameId) {
120         _tagsAsset.setClassNameId(classNameId);
121     }
122 
123     public long getClassPK() {
124         return _tagsAsset.getClassPK();
125     }
126 
127     public void setClassPK(long classPK) {
128         _tagsAsset.setClassPK(classPK);
129     }
130 
131     public boolean getVisible() {
132         return _tagsAsset.getVisible();
133     }
134 
135     public boolean isVisible() {
136         return _tagsAsset.isVisible();
137     }
138 
139     public void setVisible(boolean visible) {
140         _tagsAsset.setVisible(visible);
141     }
142 
143     public java.util.Date getStartDate() {
144         return _tagsAsset.getStartDate();
145     }
146 
147     public void setStartDate(java.util.Date startDate) {
148         _tagsAsset.setStartDate(startDate);
149     }
150 
151     public java.util.Date getEndDate() {
152         return _tagsAsset.getEndDate();
153     }
154 
155     public void setEndDate(java.util.Date endDate) {
156         _tagsAsset.setEndDate(endDate);
157     }
158 
159     public java.util.Date getPublishDate() {
160         return _tagsAsset.getPublishDate();
161     }
162 
163     public void setPublishDate(java.util.Date publishDate) {
164         _tagsAsset.setPublishDate(publishDate);
165     }
166 
167     public java.util.Date getExpirationDate() {
168         return _tagsAsset.getExpirationDate();
169     }
170 
171     public void setExpirationDate(java.util.Date expirationDate) {
172         _tagsAsset.setExpirationDate(expirationDate);
173     }
174 
175     public java.lang.String getMimeType() {
176         return _tagsAsset.getMimeType();
177     }
178 
179     public void setMimeType(java.lang.String mimeType) {
180         _tagsAsset.setMimeType(mimeType);
181     }
182 
183     public java.lang.String getTitle() {
184         return _tagsAsset.getTitle();
185     }
186 
187     public void setTitle(java.lang.String title) {
188         _tagsAsset.setTitle(title);
189     }
190 
191     public java.lang.String getDescription() {
192         return _tagsAsset.getDescription();
193     }
194 
195     public void setDescription(java.lang.String description) {
196         _tagsAsset.setDescription(description);
197     }
198 
199     public java.lang.String getSummary() {
200         return _tagsAsset.getSummary();
201     }
202 
203     public void setSummary(java.lang.String summary) {
204         _tagsAsset.setSummary(summary);
205     }
206 
207     public java.lang.String getUrl() {
208         return _tagsAsset.getUrl();
209     }
210 
211     public void setUrl(java.lang.String url) {
212         _tagsAsset.setUrl(url);
213     }
214 
215     public int getHeight() {
216         return _tagsAsset.getHeight();
217     }
218 
219     public void setHeight(int height) {
220         _tagsAsset.setHeight(height);
221     }
222 
223     public int getWidth() {
224         return _tagsAsset.getWidth();
225     }
226 
227     public void setWidth(int width) {
228         _tagsAsset.setWidth(width);
229     }
230 
231     public double getPriority() {
232         return _tagsAsset.getPriority();
233     }
234 
235     public void setPriority(double priority) {
236         _tagsAsset.setPriority(priority);
237     }
238 
239     public int getViewCount() {
240         return _tagsAsset.getViewCount();
241     }
242 
243     public void setViewCount(int viewCount) {
244         _tagsAsset.setViewCount(viewCount);
245     }
246 
247     public boolean isNew() {
248         return _tagsAsset.isNew();
249     }
250 
251     public boolean setNew(boolean n) {
252         return _tagsAsset.setNew(n);
253     }
254 
255     public boolean isCachedModel() {
256         return _tagsAsset.isCachedModel();
257     }
258 
259     public void setCachedModel(boolean cachedModel) {
260         _tagsAsset.setCachedModel(cachedModel);
261     }
262 
263     public boolean isEscapedModel() {
264         return _tagsAsset.isEscapedModel();
265     }
266 
267     public void setEscapedModel(boolean escapedModel) {
268         _tagsAsset.setEscapedModel(escapedModel);
269     }
270 
271     public java.io.Serializable getPrimaryKeyObj() {
272         return _tagsAsset.getPrimaryKeyObj();
273     }
274 
275     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
276         return _tagsAsset.getExpandoBridge();
277     }
278 
279     public void setExpandoBridgeAttributes(
280         com.liferay.portal.service.ServiceContext serviceContext) {
281         _tagsAsset.setExpandoBridgeAttributes(serviceContext);
282     }
283 
284     public java.lang.Object clone() {
285         return _tagsAsset.clone();
286     }
287 
288     public int compareTo(com.liferay.portlet.tags.model.TagsAsset tagsAsset) {
289         return _tagsAsset.compareTo(tagsAsset);
290     }
291 
292     public int hashCode() {
293         return _tagsAsset.hashCode();
294     }
295 
296     public com.liferay.portlet.tags.model.TagsAsset toEscapedModel() {
297         return _tagsAsset.toEscapedModel();
298     }
299 
300     public java.lang.String toString() {
301         return _tagsAsset.toString();
302     }
303 
304     public java.lang.String toXmlString() {
305         return _tagsAsset.toXmlString();
306     }
307 
308     public java.util.List<com.liferay.portlet.tags.model.TagsEntry> getCategories()
309         throws com.liferay.portal.SystemException {
310         return _tagsAsset.getCategories();
311     }
312 
313     public java.util.List<com.liferay.portlet.tags.model.TagsEntry> getEntries()
314         throws com.liferay.portal.SystemException {
315         return _tagsAsset.getEntries();
316     }
317 
318     public TagsAsset getWrappedTagsAsset() {
319         return _tagsAsset;
320     }
321 
322     private TagsAsset _tagsAsset;
323 }