1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * This library is free software; you can redistribute it and/or modify it under
5    * the terms of the GNU Lesser General Public License as published by the Free
6    * Software Foundation; either version 2.1 of the License, or (at your option)
7    * any later version.
8    *
9    * This library is distributed in the hope that it will be useful, but WITHOUT
10   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11   * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12   * details.
13   */
14  
15  package com.liferay.portlet.asset.model;
16  
17  
18  /**
19   * <a href="AssetCategorySoap.java.html"><b><i>View Source</i></b></a>
20   *
21   * <p>
22   * ServiceBuilder generated this class. Modifications in this class will be
23   * overwritten the next time is generated.
24   * </p>
25   *
26   * <p>
27   * This class is a wrapper for {@link AssetCategory}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       AssetCategory
32   * @generated
33   */
34  public class AssetCategoryWrapper implements AssetCategory {
35      public AssetCategoryWrapper(AssetCategory assetCategory) {
36          _assetCategory = assetCategory;
37      }
38  
39      public long getPrimaryKey() {
40          return _assetCategory.getPrimaryKey();
41      }
42  
43      public void setPrimaryKey(long pk) {
44          _assetCategory.setPrimaryKey(pk);
45      }
46  
47      public java.lang.String getUuid() {
48          return _assetCategory.getUuid();
49      }
50  
51      public void setUuid(java.lang.String uuid) {
52          _assetCategory.setUuid(uuid);
53      }
54  
55      public long getCategoryId() {
56          return _assetCategory.getCategoryId();
57      }
58  
59      public void setCategoryId(long categoryId) {
60          _assetCategory.setCategoryId(categoryId);
61      }
62  
63      public long getGroupId() {
64          return _assetCategory.getGroupId();
65      }
66  
67      public void setGroupId(long groupId) {
68          _assetCategory.setGroupId(groupId);
69      }
70  
71      public long getCompanyId() {
72          return _assetCategory.getCompanyId();
73      }
74  
75      public void setCompanyId(long companyId) {
76          _assetCategory.setCompanyId(companyId);
77      }
78  
79      public long getUserId() {
80          return _assetCategory.getUserId();
81      }
82  
83      public void setUserId(long userId) {
84          _assetCategory.setUserId(userId);
85      }
86  
87      public java.lang.String getUserUuid()
88          throws com.liferay.portal.kernel.exception.SystemException {
89          return _assetCategory.getUserUuid();
90      }
91  
92      public void setUserUuid(java.lang.String userUuid) {
93          _assetCategory.setUserUuid(userUuid);
94      }
95  
96      public java.lang.String getUserName() {
97          return _assetCategory.getUserName();
98      }
99  
100     public void setUserName(java.lang.String userName) {
101         _assetCategory.setUserName(userName);
102     }
103 
104     public java.util.Date getCreateDate() {
105         return _assetCategory.getCreateDate();
106     }
107 
108     public void setCreateDate(java.util.Date createDate) {
109         _assetCategory.setCreateDate(createDate);
110     }
111 
112     public java.util.Date getModifiedDate() {
113         return _assetCategory.getModifiedDate();
114     }
115 
116     public void setModifiedDate(java.util.Date modifiedDate) {
117         _assetCategory.setModifiedDate(modifiedDate);
118     }
119 
120     public long getParentCategoryId() {
121         return _assetCategory.getParentCategoryId();
122     }
123 
124     public void setParentCategoryId(long parentCategoryId) {
125         _assetCategory.setParentCategoryId(parentCategoryId);
126     }
127 
128     public long getLeftCategoryId() {
129         return _assetCategory.getLeftCategoryId();
130     }
131 
132     public void setLeftCategoryId(long leftCategoryId) {
133         _assetCategory.setLeftCategoryId(leftCategoryId);
134     }
135 
136     public long getRightCategoryId() {
137         return _assetCategory.getRightCategoryId();
138     }
139 
140     public void setRightCategoryId(long rightCategoryId) {
141         _assetCategory.setRightCategoryId(rightCategoryId);
142     }
143 
144     public java.lang.String getName() {
145         return _assetCategory.getName();
146     }
147 
148     public void setName(java.lang.String name) {
149         _assetCategory.setName(name);
150     }
151 
152     public java.lang.String getTitle() {
153         return _assetCategory.getTitle();
154     }
155 
156     public java.lang.String getTitle(java.util.Locale locale) {
157         return _assetCategory.getTitle(locale);
158     }
159 
160     public java.lang.String getTitle(java.util.Locale locale, boolean useDefault) {
161         return _assetCategory.getTitle(locale, useDefault);
162     }
163 
164     public java.lang.String getTitle(java.lang.String languageId) {
165         return _assetCategory.getTitle(languageId);
166     }
167 
168     public java.lang.String getTitle(java.lang.String languageId,
169         boolean useDefault) {
170         return _assetCategory.getTitle(languageId, useDefault);
171     }
172 
173     public java.util.Map<java.util.Locale, String> getTitleMap() {
174         return _assetCategory.getTitleMap();
175     }
176 
177     public void setTitle(java.lang.String title) {
178         _assetCategory.setTitle(title);
179     }
180 
181     public void setTitle(java.util.Locale locale, java.lang.String title) {
182         _assetCategory.setTitle(locale, title);
183     }
184 
185     public void setTitleMap(java.util.Map<java.util.Locale, String> titleMap) {
186         _assetCategory.setTitleMap(titleMap);
187     }
188 
189     public long getVocabularyId() {
190         return _assetCategory.getVocabularyId();
191     }
192 
193     public void setVocabularyId(long vocabularyId) {
194         _assetCategory.setVocabularyId(vocabularyId);
195     }
196 
197     public com.liferay.portlet.asset.model.AssetCategory toEscapedModel() {
198         return _assetCategory.toEscapedModel();
199     }
200 
201     public boolean isNew() {
202         return _assetCategory.isNew();
203     }
204 
205     public boolean setNew(boolean n) {
206         return _assetCategory.setNew(n);
207     }
208 
209     public boolean isCachedModel() {
210         return _assetCategory.isCachedModel();
211     }
212 
213     public void setCachedModel(boolean cachedModel) {
214         _assetCategory.setCachedModel(cachedModel);
215     }
216 
217     public boolean isEscapedModel() {
218         return _assetCategory.isEscapedModel();
219     }
220 
221     public void setEscapedModel(boolean escapedModel) {
222         _assetCategory.setEscapedModel(escapedModel);
223     }
224 
225     public java.io.Serializable getPrimaryKeyObj() {
226         return _assetCategory.getPrimaryKeyObj();
227     }
228 
229     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
230         return _assetCategory.getExpandoBridge();
231     }
232 
233     public void setExpandoBridgeAttributes(
234         com.liferay.portal.service.ServiceContext serviceContext) {
235         _assetCategory.setExpandoBridgeAttributes(serviceContext);
236     }
237 
238     public java.lang.Object clone() {
239         return _assetCategory.clone();
240     }
241 
242     public int compareTo(
243         com.liferay.portlet.asset.model.AssetCategory assetCategory) {
244         return _assetCategory.compareTo(assetCategory);
245     }
246 
247     public int hashCode() {
248         return _assetCategory.hashCode();
249     }
250 
251     public java.lang.String toString() {
252         return _assetCategory.toString();
253     }
254 
255     public java.lang.String toXmlString() {
256         return _assetCategory.toXmlString();
257     }
258 
259     public java.util.List<com.liferay.portlet.asset.model.AssetCategory> getAncestors()
260         throws com.liferay.portal.kernel.exception.PortalException,
261             com.liferay.portal.kernel.exception.SystemException {
262         return _assetCategory.getAncestors();
263     }
264 
265     public boolean isRootCategory() {
266         return _assetCategory.isRootCategory();
267     }
268 
269     public AssetCategory getWrappedAssetCategory() {
270         return _assetCategory;
271     }
272 
273     private AssetCategory _assetCategory;
274 }