001
014
015 package com.liferay.portlet.asset.model;
016
017
026 public class AssetVocabularyWrapper implements AssetVocabulary {
027 public AssetVocabularyWrapper(AssetVocabulary assetVocabulary) {
028 _assetVocabulary = assetVocabulary;
029 }
030
031 public Class<?> getModelClass() {
032 return AssetVocabulary.class;
033 }
034
035 public String getModelClassName() {
036 return AssetVocabulary.class.getName();
037 }
038
039
044 public long getPrimaryKey() {
045 return _assetVocabulary.getPrimaryKey();
046 }
047
048
053 public void setPrimaryKey(long primaryKey) {
054 _assetVocabulary.setPrimaryKey(primaryKey);
055 }
056
057
062 public java.lang.String getUuid() {
063 return _assetVocabulary.getUuid();
064 }
065
066
071 public void setUuid(java.lang.String uuid) {
072 _assetVocabulary.setUuid(uuid);
073 }
074
075
080 public long getVocabularyId() {
081 return _assetVocabulary.getVocabularyId();
082 }
083
084
089 public void setVocabularyId(long vocabularyId) {
090 _assetVocabulary.setVocabularyId(vocabularyId);
091 }
092
093
098 public long getGroupId() {
099 return _assetVocabulary.getGroupId();
100 }
101
102
107 public void setGroupId(long groupId) {
108 _assetVocabulary.setGroupId(groupId);
109 }
110
111
116 public long getCompanyId() {
117 return _assetVocabulary.getCompanyId();
118 }
119
120
125 public void setCompanyId(long companyId) {
126 _assetVocabulary.setCompanyId(companyId);
127 }
128
129
134 public long getUserId() {
135 return _assetVocabulary.getUserId();
136 }
137
138
143 public void setUserId(long userId) {
144 _assetVocabulary.setUserId(userId);
145 }
146
147
153 public java.lang.String getUserUuid()
154 throws com.liferay.portal.kernel.exception.SystemException {
155 return _assetVocabulary.getUserUuid();
156 }
157
158
163 public void setUserUuid(java.lang.String userUuid) {
164 _assetVocabulary.setUserUuid(userUuid);
165 }
166
167
172 public java.lang.String getUserName() {
173 return _assetVocabulary.getUserName();
174 }
175
176
181 public void setUserName(java.lang.String userName) {
182 _assetVocabulary.setUserName(userName);
183 }
184
185
190 public java.util.Date getCreateDate() {
191 return _assetVocabulary.getCreateDate();
192 }
193
194
199 public void setCreateDate(java.util.Date createDate) {
200 _assetVocabulary.setCreateDate(createDate);
201 }
202
203
208 public java.util.Date getModifiedDate() {
209 return _assetVocabulary.getModifiedDate();
210 }
211
212
217 public void setModifiedDate(java.util.Date modifiedDate) {
218 _assetVocabulary.setModifiedDate(modifiedDate);
219 }
220
221
226 public java.lang.String getName() {
227 return _assetVocabulary.getName();
228 }
229
230
235 public void setName(java.lang.String name) {
236 _assetVocabulary.setName(name);
237 }
238
239
244 public java.lang.String getTitle() {
245 return _assetVocabulary.getTitle();
246 }
247
248
254 public java.lang.String getTitle(java.util.Locale locale) {
255 return _assetVocabulary.getTitle(locale);
256 }
257
258
265 public java.lang.String getTitle(java.util.Locale locale, boolean useDefault) {
266 return _assetVocabulary.getTitle(locale, useDefault);
267 }
268
269
275 public java.lang.String getTitle(java.lang.String languageId) {
276 return _assetVocabulary.getTitle(languageId);
277 }
278
279
286 public java.lang.String getTitle(java.lang.String languageId,
287 boolean useDefault) {
288 return _assetVocabulary.getTitle(languageId, useDefault);
289 }
290
291 public java.lang.String getTitleCurrentLanguageId() {
292 return _assetVocabulary.getTitleCurrentLanguageId();
293 }
294
295 public java.lang.String getTitleCurrentValue() {
296 return _assetVocabulary.getTitleCurrentValue();
297 }
298
299
304 public java.util.Map<java.util.Locale, java.lang.String> getTitleMap() {
305 return _assetVocabulary.getTitleMap();
306 }
307
308
313 public void setTitle(java.lang.String title) {
314 _assetVocabulary.setTitle(title);
315 }
316
317
323 public void setTitle(java.lang.String title, java.util.Locale locale) {
324 _assetVocabulary.setTitle(title, locale);
325 }
326
327
334 public void setTitle(java.lang.String title, java.util.Locale locale,
335 java.util.Locale defaultLocale) {
336 _assetVocabulary.setTitle(title, locale, defaultLocale);
337 }
338
339 public void setTitleCurrentLanguageId(java.lang.String languageId) {
340 _assetVocabulary.setTitleCurrentLanguageId(languageId);
341 }
342
343
348 public void setTitleMap(
349 java.util.Map<java.util.Locale, java.lang.String> titleMap) {
350 _assetVocabulary.setTitleMap(titleMap);
351 }
352
353
359 public void setTitleMap(
360 java.util.Map<java.util.Locale, java.lang.String> titleMap,
361 java.util.Locale defaultLocale) {
362 _assetVocabulary.setTitleMap(titleMap, defaultLocale);
363 }
364
365
370 public java.lang.String getDescription() {
371 return _assetVocabulary.getDescription();
372 }
373
374
380 public java.lang.String getDescription(java.util.Locale locale) {
381 return _assetVocabulary.getDescription(locale);
382 }
383
384
391 public java.lang.String getDescription(java.util.Locale locale,
392 boolean useDefault) {
393 return _assetVocabulary.getDescription(locale, useDefault);
394 }
395
396
402 public java.lang.String getDescription(java.lang.String languageId) {
403 return _assetVocabulary.getDescription(languageId);
404 }
405
406
413 public java.lang.String getDescription(java.lang.String languageId,
414 boolean useDefault) {
415 return _assetVocabulary.getDescription(languageId, useDefault);
416 }
417
418 public java.lang.String getDescriptionCurrentLanguageId() {
419 return _assetVocabulary.getDescriptionCurrentLanguageId();
420 }
421
422 public java.lang.String getDescriptionCurrentValue() {
423 return _assetVocabulary.getDescriptionCurrentValue();
424 }
425
426
431 public java.util.Map<java.util.Locale, java.lang.String> getDescriptionMap() {
432 return _assetVocabulary.getDescriptionMap();
433 }
434
435
440 public void setDescription(java.lang.String description) {
441 _assetVocabulary.setDescription(description);
442 }
443
444
450 public void setDescription(java.lang.String description,
451 java.util.Locale locale) {
452 _assetVocabulary.setDescription(description, locale);
453 }
454
455
462 public void setDescription(java.lang.String description,
463 java.util.Locale locale, java.util.Locale defaultLocale) {
464 _assetVocabulary.setDescription(description, locale, defaultLocale);
465 }
466
467 public void setDescriptionCurrentLanguageId(java.lang.String languageId) {
468 _assetVocabulary.setDescriptionCurrentLanguageId(languageId);
469 }
470
471
476 public void setDescriptionMap(
477 java.util.Map<java.util.Locale, java.lang.String> descriptionMap) {
478 _assetVocabulary.setDescriptionMap(descriptionMap);
479 }
480
481
487 public void setDescriptionMap(
488 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
489 java.util.Locale defaultLocale) {
490 _assetVocabulary.setDescriptionMap(descriptionMap, defaultLocale);
491 }
492
493
498 public java.lang.String getSettings() {
499 return _assetVocabulary.getSettings();
500 }
501
502
507 public void setSettings(java.lang.String settings) {
508 _assetVocabulary.setSettings(settings);
509 }
510
511 public boolean isNew() {
512 return _assetVocabulary.isNew();
513 }
514
515 public void setNew(boolean n) {
516 _assetVocabulary.setNew(n);
517 }
518
519 public boolean isCachedModel() {
520 return _assetVocabulary.isCachedModel();
521 }
522
523 public void setCachedModel(boolean cachedModel) {
524 _assetVocabulary.setCachedModel(cachedModel);
525 }
526
527 public boolean isEscapedModel() {
528 return _assetVocabulary.isEscapedModel();
529 }
530
531 public java.io.Serializable getPrimaryKeyObj() {
532 return _assetVocabulary.getPrimaryKeyObj();
533 }
534
535 public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) {
536 _assetVocabulary.setPrimaryKeyObj(primaryKeyObj);
537 }
538
539 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
540 return _assetVocabulary.getExpandoBridge();
541 }
542
543 public void setExpandoBridgeAttributes(
544 com.liferay.portal.service.ServiceContext serviceContext) {
545 _assetVocabulary.setExpandoBridgeAttributes(serviceContext);
546 }
547
548 @Override
549 public java.lang.Object clone() {
550 return new AssetVocabularyWrapper((AssetVocabulary)_assetVocabulary.clone());
551 }
552
553 public int compareTo(
554 com.liferay.portlet.asset.model.AssetVocabulary assetVocabulary) {
555 return _assetVocabulary.compareTo(assetVocabulary);
556 }
557
558 @Override
559 public int hashCode() {
560 return _assetVocabulary.hashCode();
561 }
562
563 public com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetVocabulary> toCacheModel() {
564 return _assetVocabulary.toCacheModel();
565 }
566
567 public com.liferay.portlet.asset.model.AssetVocabulary toEscapedModel() {
568 return new AssetVocabularyWrapper(_assetVocabulary.toEscapedModel());
569 }
570
571 @Override
572 public java.lang.String toString() {
573 return _assetVocabulary.toString();
574 }
575
576 public java.lang.String toXmlString() {
577 return _assetVocabulary.toXmlString();
578 }
579
580 public void persist()
581 throws com.liferay.portal.kernel.exception.SystemException {
582 _assetVocabulary.persist();
583 }
584
585 public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties() {
586 return _assetVocabulary.getSettingsProperties();
587 }
588
589 public boolean isMultiValued() {
590 return _assetVocabulary.isMultiValued();
591 }
592
593 public boolean isRequired(long classNameId) {
594 return _assetVocabulary.isRequired(classNameId);
595 }
596
597 public void setSettingsProperties(
598 com.liferay.portal.kernel.util.UnicodeProperties settingsProperties) {
599 _assetVocabulary.setSettingsProperties(settingsProperties);
600 }
601
602 public AssetVocabulary getWrappedAssetVocabulary() {
603 return _assetVocabulary;
604 }
605
606 public void resetOriginalValues() {
607 _assetVocabulary.resetOriginalValues();
608 }
609
610 private AssetVocabulary _assetVocabulary;
611 }