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="AssetVocabularySoap.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 AssetVocabulary}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       AssetVocabulary
32   * @generated
33   */
34  public class AssetVocabularyWrapper implements AssetVocabulary {
35      public AssetVocabularyWrapper(AssetVocabulary assetVocabulary) {
36          _assetVocabulary = assetVocabulary;
37      }
38  
39      public long getPrimaryKey() {
40          return _assetVocabulary.getPrimaryKey();
41      }
42  
43      public void setPrimaryKey(long pk) {
44          _assetVocabulary.setPrimaryKey(pk);
45      }
46  
47      public java.lang.String getUuid() {
48          return _assetVocabulary.getUuid();
49      }
50  
51      public void setUuid(java.lang.String uuid) {
52          _assetVocabulary.setUuid(uuid);
53      }
54  
55      public long getVocabularyId() {
56          return _assetVocabulary.getVocabularyId();
57      }
58  
59      public void setVocabularyId(long vocabularyId) {
60          _assetVocabulary.setVocabularyId(vocabularyId);
61      }
62  
63      public long getGroupId() {
64          return _assetVocabulary.getGroupId();
65      }
66  
67      public void setGroupId(long groupId) {
68          _assetVocabulary.setGroupId(groupId);
69      }
70  
71      public long getCompanyId() {
72          return _assetVocabulary.getCompanyId();
73      }
74  
75      public void setCompanyId(long companyId) {
76          _assetVocabulary.setCompanyId(companyId);
77      }
78  
79      public long getUserId() {
80          return _assetVocabulary.getUserId();
81      }
82  
83      public void setUserId(long userId) {
84          _assetVocabulary.setUserId(userId);
85      }
86  
87      public java.lang.String getUserUuid()
88          throws com.liferay.portal.kernel.exception.SystemException {
89          return _assetVocabulary.getUserUuid();
90      }
91  
92      public void setUserUuid(java.lang.String userUuid) {
93          _assetVocabulary.setUserUuid(userUuid);
94      }
95  
96      public java.lang.String getUserName() {
97          return _assetVocabulary.getUserName();
98      }
99  
100     public void setUserName(java.lang.String userName) {
101         _assetVocabulary.setUserName(userName);
102     }
103 
104     public java.util.Date getCreateDate() {
105         return _assetVocabulary.getCreateDate();
106     }
107 
108     public void setCreateDate(java.util.Date createDate) {
109         _assetVocabulary.setCreateDate(createDate);
110     }
111 
112     public java.util.Date getModifiedDate() {
113         return _assetVocabulary.getModifiedDate();
114     }
115 
116     public void setModifiedDate(java.util.Date modifiedDate) {
117         _assetVocabulary.setModifiedDate(modifiedDate);
118     }
119 
120     public java.lang.String getName() {
121         return _assetVocabulary.getName();
122     }
123 
124     public void setName(java.lang.String name) {
125         _assetVocabulary.setName(name);
126     }
127 
128     public java.lang.String getTitle() {
129         return _assetVocabulary.getTitle();
130     }
131 
132     public java.lang.String getTitle(java.util.Locale locale) {
133         return _assetVocabulary.getTitle(locale);
134     }
135 
136     public java.lang.String getTitle(java.util.Locale locale, boolean useDefault) {
137         return _assetVocabulary.getTitle(locale, useDefault);
138     }
139 
140     public java.lang.String getTitle(java.lang.String languageId) {
141         return _assetVocabulary.getTitle(languageId);
142     }
143 
144     public java.lang.String getTitle(java.lang.String languageId,
145         boolean useDefault) {
146         return _assetVocabulary.getTitle(languageId, useDefault);
147     }
148 
149     public java.util.Map<java.util.Locale, String> getTitleMap() {
150         return _assetVocabulary.getTitleMap();
151     }
152 
153     public void setTitle(java.lang.String title) {
154         _assetVocabulary.setTitle(title);
155     }
156 
157     public void setTitle(java.util.Locale locale, java.lang.String title) {
158         _assetVocabulary.setTitle(locale, title);
159     }
160 
161     public void setTitleMap(java.util.Map<java.util.Locale, String> titleMap) {
162         _assetVocabulary.setTitleMap(titleMap);
163     }
164 
165     public java.lang.String getDescription() {
166         return _assetVocabulary.getDescription();
167     }
168 
169     public java.lang.String getDescription(java.util.Locale locale) {
170         return _assetVocabulary.getDescription(locale);
171     }
172 
173     public java.lang.String getDescription(java.util.Locale locale,
174         boolean useDefault) {
175         return _assetVocabulary.getDescription(locale, useDefault);
176     }
177 
178     public java.lang.String getDescription(java.lang.String languageId) {
179         return _assetVocabulary.getDescription(languageId);
180     }
181 
182     public java.lang.String getDescription(java.lang.String languageId,
183         boolean useDefault) {
184         return _assetVocabulary.getDescription(languageId, useDefault);
185     }
186 
187     public java.util.Map<java.util.Locale, String> getDescriptionMap() {
188         return _assetVocabulary.getDescriptionMap();
189     }
190 
191     public void setDescription(java.lang.String description) {
192         _assetVocabulary.setDescription(description);
193     }
194 
195     public void setDescription(java.util.Locale locale,
196         java.lang.String description) {
197         _assetVocabulary.setDescription(locale, description);
198     }
199 
200     public void setDescriptionMap(
201         java.util.Map<java.util.Locale, String> descriptionMap) {
202         _assetVocabulary.setDescriptionMap(descriptionMap);
203     }
204 
205     public java.lang.String getSettings() {
206         return _assetVocabulary.getSettings();
207     }
208 
209     public void setSettings(java.lang.String settings) {
210         _assetVocabulary.setSettings(settings);
211     }
212 
213     public com.liferay.portlet.asset.model.AssetVocabulary toEscapedModel() {
214         return _assetVocabulary.toEscapedModel();
215     }
216 
217     public boolean isNew() {
218         return _assetVocabulary.isNew();
219     }
220 
221     public boolean setNew(boolean n) {
222         return _assetVocabulary.setNew(n);
223     }
224 
225     public boolean isCachedModel() {
226         return _assetVocabulary.isCachedModel();
227     }
228 
229     public void setCachedModel(boolean cachedModel) {
230         _assetVocabulary.setCachedModel(cachedModel);
231     }
232 
233     public boolean isEscapedModel() {
234         return _assetVocabulary.isEscapedModel();
235     }
236 
237     public void setEscapedModel(boolean escapedModel) {
238         _assetVocabulary.setEscapedModel(escapedModel);
239     }
240 
241     public java.io.Serializable getPrimaryKeyObj() {
242         return _assetVocabulary.getPrimaryKeyObj();
243     }
244 
245     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
246         return _assetVocabulary.getExpandoBridge();
247     }
248 
249     public void setExpandoBridgeAttributes(
250         com.liferay.portal.service.ServiceContext serviceContext) {
251         _assetVocabulary.setExpandoBridgeAttributes(serviceContext);
252     }
253 
254     public java.lang.Object clone() {
255         return _assetVocabulary.clone();
256     }
257 
258     public int compareTo(
259         com.liferay.portlet.asset.model.AssetVocabulary assetVocabulary) {
260         return _assetVocabulary.compareTo(assetVocabulary);
261     }
262 
263     public int hashCode() {
264         return _assetVocabulary.hashCode();
265     }
266 
267     public java.lang.String toString() {
268         return _assetVocabulary.toString();
269     }
270 
271     public java.lang.String toXmlString() {
272         return _assetVocabulary.toXmlString();
273     }
274 
275     public AssetVocabulary getWrappedAssetVocabulary() {
276         return _assetVocabulary;
277     }
278 
279     private AssetVocabulary _assetVocabulary;
280 }