001
014
015 package com.liferay.portlet.asset.model;
016
017 import com.liferay.portal.model.ModelWrapper;
018
019
028 public class AssetVocabularyWrapper implements AssetVocabulary,
029 ModelWrapper<AssetVocabulary> {
030 public AssetVocabularyWrapper(AssetVocabulary assetVocabulary) {
031 _assetVocabulary = assetVocabulary;
032 }
033
034 public Class<?> getModelClass() {
035 return AssetVocabulary.class;
036 }
037
038 public String getModelClassName() {
039 return AssetVocabulary.class.getName();
040 }
041
042
047 public long getPrimaryKey() {
048 return _assetVocabulary.getPrimaryKey();
049 }
050
051
056 public void setPrimaryKey(long primaryKey) {
057 _assetVocabulary.setPrimaryKey(primaryKey);
058 }
059
060
065 public java.lang.String getUuid() {
066 return _assetVocabulary.getUuid();
067 }
068
069
074 public void setUuid(java.lang.String uuid) {
075 _assetVocabulary.setUuid(uuid);
076 }
077
078
083 public long getVocabularyId() {
084 return _assetVocabulary.getVocabularyId();
085 }
086
087
092 public void setVocabularyId(long vocabularyId) {
093 _assetVocabulary.setVocabularyId(vocabularyId);
094 }
095
096
101 public long getGroupId() {
102 return _assetVocabulary.getGroupId();
103 }
104
105
110 public void setGroupId(long groupId) {
111 _assetVocabulary.setGroupId(groupId);
112 }
113
114
119 public long getCompanyId() {
120 return _assetVocabulary.getCompanyId();
121 }
122
123
128 public void setCompanyId(long companyId) {
129 _assetVocabulary.setCompanyId(companyId);
130 }
131
132
137 public long getUserId() {
138 return _assetVocabulary.getUserId();
139 }
140
141
146 public void setUserId(long userId) {
147 _assetVocabulary.setUserId(userId);
148 }
149
150
156 public java.lang.String getUserUuid()
157 throws com.liferay.portal.kernel.exception.SystemException {
158 return _assetVocabulary.getUserUuid();
159 }
160
161
166 public void setUserUuid(java.lang.String userUuid) {
167 _assetVocabulary.setUserUuid(userUuid);
168 }
169
170
175 public java.lang.String getUserName() {
176 return _assetVocabulary.getUserName();
177 }
178
179
184 public void setUserName(java.lang.String userName) {
185 _assetVocabulary.setUserName(userName);
186 }
187
188
193 public java.util.Date getCreateDate() {
194 return _assetVocabulary.getCreateDate();
195 }
196
197
202 public void setCreateDate(java.util.Date createDate) {
203 _assetVocabulary.setCreateDate(createDate);
204 }
205
206
211 public java.util.Date getModifiedDate() {
212 return _assetVocabulary.getModifiedDate();
213 }
214
215
220 public void setModifiedDate(java.util.Date modifiedDate) {
221 _assetVocabulary.setModifiedDate(modifiedDate);
222 }
223
224
229 public java.lang.String getName() {
230 return _assetVocabulary.getName();
231 }
232
233
238 public void setName(java.lang.String name) {
239 _assetVocabulary.setName(name);
240 }
241
242
247 public java.lang.String getTitle() {
248 return _assetVocabulary.getTitle();
249 }
250
251
257 public java.lang.String getTitle(java.util.Locale locale) {
258 return _assetVocabulary.getTitle(locale);
259 }
260
261
268 public java.lang.String getTitle(java.util.Locale locale, boolean useDefault) {
269 return _assetVocabulary.getTitle(locale, useDefault);
270 }
271
272
278 public java.lang.String getTitle(java.lang.String languageId) {
279 return _assetVocabulary.getTitle(languageId);
280 }
281
282
289 public java.lang.String getTitle(java.lang.String languageId,
290 boolean useDefault) {
291 return _assetVocabulary.getTitle(languageId, useDefault);
292 }
293
294 public java.lang.String getTitleCurrentLanguageId() {
295 return _assetVocabulary.getTitleCurrentLanguageId();
296 }
297
298 public java.lang.String getTitleCurrentValue() {
299 return _assetVocabulary.getTitleCurrentValue();
300 }
301
302
307 public java.util.Map<java.util.Locale, java.lang.String> getTitleMap() {
308 return _assetVocabulary.getTitleMap();
309 }
310
311
316 public void setTitle(java.lang.String title) {
317 _assetVocabulary.setTitle(title);
318 }
319
320
326 public void setTitle(java.lang.String title, java.util.Locale locale) {
327 _assetVocabulary.setTitle(title, locale);
328 }
329
330
337 public void setTitle(java.lang.String title, java.util.Locale locale,
338 java.util.Locale defaultLocale) {
339 _assetVocabulary.setTitle(title, locale, defaultLocale);
340 }
341
342 public void setTitleCurrentLanguageId(java.lang.String languageId) {
343 _assetVocabulary.setTitleCurrentLanguageId(languageId);
344 }
345
346
351 public void setTitleMap(
352 java.util.Map<java.util.Locale, java.lang.String> titleMap) {
353 _assetVocabulary.setTitleMap(titleMap);
354 }
355
356
362 public void setTitleMap(
363 java.util.Map<java.util.Locale, java.lang.String> titleMap,
364 java.util.Locale defaultLocale) {
365 _assetVocabulary.setTitleMap(titleMap, defaultLocale);
366 }
367
368
373 public java.lang.String getDescription() {
374 return _assetVocabulary.getDescription();
375 }
376
377
383 public java.lang.String getDescription(java.util.Locale locale) {
384 return _assetVocabulary.getDescription(locale);
385 }
386
387
394 public java.lang.String getDescription(java.util.Locale locale,
395 boolean useDefault) {
396 return _assetVocabulary.getDescription(locale, useDefault);
397 }
398
399
405 public java.lang.String getDescription(java.lang.String languageId) {
406 return _assetVocabulary.getDescription(languageId);
407 }
408
409
416 public java.lang.String getDescription(java.lang.String languageId,
417 boolean useDefault) {
418 return _assetVocabulary.getDescription(languageId, useDefault);
419 }
420
421 public java.lang.String getDescriptionCurrentLanguageId() {
422 return _assetVocabulary.getDescriptionCurrentLanguageId();
423 }
424
425 public java.lang.String getDescriptionCurrentValue() {
426 return _assetVocabulary.getDescriptionCurrentValue();
427 }
428
429
434 public java.util.Map<java.util.Locale, java.lang.String> getDescriptionMap() {
435 return _assetVocabulary.getDescriptionMap();
436 }
437
438
443 public void setDescription(java.lang.String description) {
444 _assetVocabulary.setDescription(description);
445 }
446
447
453 public void setDescription(java.lang.String description,
454 java.util.Locale locale) {
455 _assetVocabulary.setDescription(description, locale);
456 }
457
458
465 public void setDescription(java.lang.String description,
466 java.util.Locale locale, java.util.Locale defaultLocale) {
467 _assetVocabulary.setDescription(description, locale, defaultLocale);
468 }
469
470 public void setDescriptionCurrentLanguageId(java.lang.String languageId) {
471 _assetVocabulary.setDescriptionCurrentLanguageId(languageId);
472 }
473
474
479 public void setDescriptionMap(
480 java.util.Map<java.util.Locale, java.lang.String> descriptionMap) {
481 _assetVocabulary.setDescriptionMap(descriptionMap);
482 }
483
484
490 public void setDescriptionMap(
491 java.util.Map<java.util.Locale, java.lang.String> descriptionMap,
492 java.util.Locale defaultLocale) {
493 _assetVocabulary.setDescriptionMap(descriptionMap, defaultLocale);
494 }
495
496
501 public java.lang.String getSettings() {
502 return _assetVocabulary.getSettings();
503 }
504
505
510 public void setSettings(java.lang.String settings) {
511 _assetVocabulary.setSettings(settings);
512 }
513
514 public boolean isNew() {
515 return _assetVocabulary.isNew();
516 }
517
518 public void setNew(boolean n) {
519 _assetVocabulary.setNew(n);
520 }
521
522 public boolean isCachedModel() {
523 return _assetVocabulary.isCachedModel();
524 }
525
526 public void setCachedModel(boolean cachedModel) {
527 _assetVocabulary.setCachedModel(cachedModel);
528 }
529
530 public boolean isEscapedModel() {
531 return _assetVocabulary.isEscapedModel();
532 }
533
534 public java.io.Serializable getPrimaryKeyObj() {
535 return _assetVocabulary.getPrimaryKeyObj();
536 }
537
538 public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) {
539 _assetVocabulary.setPrimaryKeyObj(primaryKeyObj);
540 }
541
542 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
543 return _assetVocabulary.getExpandoBridge();
544 }
545
546 public void setExpandoBridgeAttributes(
547 com.liferay.portal.service.ServiceContext serviceContext) {
548 _assetVocabulary.setExpandoBridgeAttributes(serviceContext);
549 }
550
551 @Override
552 public java.lang.Object clone() {
553 return new AssetVocabularyWrapper((AssetVocabulary)_assetVocabulary.clone());
554 }
555
556 public int compareTo(
557 com.liferay.portlet.asset.model.AssetVocabulary assetVocabulary) {
558 return _assetVocabulary.compareTo(assetVocabulary);
559 }
560
561 @Override
562 public int hashCode() {
563 return _assetVocabulary.hashCode();
564 }
565
566 public com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetVocabulary> toCacheModel() {
567 return _assetVocabulary.toCacheModel();
568 }
569
570 public com.liferay.portlet.asset.model.AssetVocabulary toEscapedModel() {
571 return new AssetVocabularyWrapper(_assetVocabulary.toEscapedModel());
572 }
573
574 @Override
575 public java.lang.String toString() {
576 return _assetVocabulary.toString();
577 }
578
579 public java.lang.String toXmlString() {
580 return _assetVocabulary.toXmlString();
581 }
582
583 public void persist()
584 throws com.liferay.portal.kernel.exception.SystemException {
585 _assetVocabulary.persist();
586 }
587
588 public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties() {
589 return _assetVocabulary.getSettingsProperties();
590 }
591
592 public boolean isMultiValued() {
593 return _assetVocabulary.isMultiValued();
594 }
595
596 public boolean isRequired(long classNameId) {
597 return _assetVocabulary.isRequired(classNameId);
598 }
599
600 public void setSettingsProperties(
601 com.liferay.portal.kernel.util.UnicodeProperties settingsProperties) {
602 _assetVocabulary.setSettingsProperties(settingsProperties);
603 }
604
605
608 public AssetVocabulary getWrappedAssetVocabulary() {
609 return _assetVocabulary;
610 }
611
612 public AssetVocabulary getWrappedModel() {
613 return _assetVocabulary;
614 }
615
616 public void resetOriginalValues() {
617 _assetVocabulary.resetOriginalValues();
618 }
619
620 private AssetVocabulary _assetVocabulary;
621 }