001
014
015 package com.liferay.portlet.asset.model;
016
017
026 public class AssetEntryWrapper implements AssetEntry {
027 public AssetEntryWrapper(AssetEntry assetEntry) {
028 _assetEntry = assetEntry;
029 }
030
031
036 public long getPrimaryKey() {
037 return _assetEntry.getPrimaryKey();
038 }
039
040
045 public void setPrimaryKey(long pk) {
046 _assetEntry.setPrimaryKey(pk);
047 }
048
049
054 public long getEntryId() {
055 return _assetEntry.getEntryId();
056 }
057
058
063 public void setEntryId(long entryId) {
064 _assetEntry.setEntryId(entryId);
065 }
066
067
072 public long getGroupId() {
073 return _assetEntry.getGroupId();
074 }
075
076
081 public void setGroupId(long groupId) {
082 _assetEntry.setGroupId(groupId);
083 }
084
085
090 public long getCompanyId() {
091 return _assetEntry.getCompanyId();
092 }
093
094
099 public void setCompanyId(long companyId) {
100 _assetEntry.setCompanyId(companyId);
101 }
102
103
108 public long getUserId() {
109 return _assetEntry.getUserId();
110 }
111
112
117 public void setUserId(long userId) {
118 _assetEntry.setUserId(userId);
119 }
120
121
127 public java.lang.String getUserUuid()
128 throws com.liferay.portal.kernel.exception.SystemException {
129 return _assetEntry.getUserUuid();
130 }
131
132
137 public void setUserUuid(java.lang.String userUuid) {
138 _assetEntry.setUserUuid(userUuid);
139 }
140
141
146 public java.lang.String getUserName() {
147 return _assetEntry.getUserName();
148 }
149
150
155 public void setUserName(java.lang.String userName) {
156 _assetEntry.setUserName(userName);
157 }
158
159
164 public java.util.Date getCreateDate() {
165 return _assetEntry.getCreateDate();
166 }
167
168
173 public void setCreateDate(java.util.Date createDate) {
174 _assetEntry.setCreateDate(createDate);
175 }
176
177
182 public java.util.Date getModifiedDate() {
183 return _assetEntry.getModifiedDate();
184 }
185
186
191 public void setModifiedDate(java.util.Date modifiedDate) {
192 _assetEntry.setModifiedDate(modifiedDate);
193 }
194
195
200 public java.lang.String getClassName() {
201 return _assetEntry.getClassName();
202 }
203
204
209 public long getClassNameId() {
210 return _assetEntry.getClassNameId();
211 }
212
213
218 public void setClassNameId(long classNameId) {
219 _assetEntry.setClassNameId(classNameId);
220 }
221
222
227 public long getClassPK() {
228 return _assetEntry.getClassPK();
229 }
230
231
236 public void setClassPK(long classPK) {
237 _assetEntry.setClassPK(classPK);
238 }
239
240
245 public java.lang.String getClassUuid() {
246 return _assetEntry.getClassUuid();
247 }
248
249
254 public void setClassUuid(java.lang.String classUuid) {
255 _assetEntry.setClassUuid(classUuid);
256 }
257
258
263 public boolean getVisible() {
264 return _assetEntry.getVisible();
265 }
266
267
272 public boolean isVisible() {
273 return _assetEntry.isVisible();
274 }
275
276
281 public void setVisible(boolean visible) {
282 _assetEntry.setVisible(visible);
283 }
284
285
290 public java.util.Date getStartDate() {
291 return _assetEntry.getStartDate();
292 }
293
294
299 public void setStartDate(java.util.Date startDate) {
300 _assetEntry.setStartDate(startDate);
301 }
302
303
308 public java.util.Date getEndDate() {
309 return _assetEntry.getEndDate();
310 }
311
312
317 public void setEndDate(java.util.Date endDate) {
318 _assetEntry.setEndDate(endDate);
319 }
320
321
326 public java.util.Date getPublishDate() {
327 return _assetEntry.getPublishDate();
328 }
329
330
335 public void setPublishDate(java.util.Date publishDate) {
336 _assetEntry.setPublishDate(publishDate);
337 }
338
339
344 public java.util.Date getExpirationDate() {
345 return _assetEntry.getExpirationDate();
346 }
347
348
353 public void setExpirationDate(java.util.Date expirationDate) {
354 _assetEntry.setExpirationDate(expirationDate);
355 }
356
357
362 public java.lang.String getMimeType() {
363 return _assetEntry.getMimeType();
364 }
365
366
371 public void setMimeType(java.lang.String mimeType) {
372 _assetEntry.setMimeType(mimeType);
373 }
374
375
380 public java.lang.String getTitle() {
381 return _assetEntry.getTitle();
382 }
383
384
389 public void setTitle(java.lang.String title) {
390 _assetEntry.setTitle(title);
391 }
392
393
398 public java.lang.String getDescription() {
399 return _assetEntry.getDescription();
400 }
401
402
407 public void setDescription(java.lang.String description) {
408 _assetEntry.setDescription(description);
409 }
410
411
416 public java.lang.String getSummary() {
417 return _assetEntry.getSummary();
418 }
419
420
425 public void setSummary(java.lang.String summary) {
426 _assetEntry.setSummary(summary);
427 }
428
429
434 public java.lang.String getUrl() {
435 return _assetEntry.getUrl();
436 }
437
438
443 public void setUrl(java.lang.String url) {
444 _assetEntry.setUrl(url);
445 }
446
447
452 public int getHeight() {
453 return _assetEntry.getHeight();
454 }
455
456
461 public void setHeight(int height) {
462 _assetEntry.setHeight(height);
463 }
464
465
470 public int getWidth() {
471 return _assetEntry.getWidth();
472 }
473
474
479 public void setWidth(int width) {
480 _assetEntry.setWidth(width);
481 }
482
483
488 public double getPriority() {
489 return _assetEntry.getPriority();
490 }
491
492
497 public void setPriority(double priority) {
498 _assetEntry.setPriority(priority);
499 }
500
501
506 public int getViewCount() {
507 return _assetEntry.getViewCount();
508 }
509
510
515 public void setViewCount(int viewCount) {
516 _assetEntry.setViewCount(viewCount);
517 }
518
519 public boolean isNew() {
520 return _assetEntry.isNew();
521 }
522
523 public void setNew(boolean n) {
524 _assetEntry.setNew(n);
525 }
526
527 public boolean isCachedModel() {
528 return _assetEntry.isCachedModel();
529 }
530
531 public void setCachedModel(boolean cachedModel) {
532 _assetEntry.setCachedModel(cachedModel);
533 }
534
535 public boolean isEscapedModel() {
536 return _assetEntry.isEscapedModel();
537 }
538
539 public void setEscapedModel(boolean escapedModel) {
540 _assetEntry.setEscapedModel(escapedModel);
541 }
542
543 public java.io.Serializable getPrimaryKeyObj() {
544 return _assetEntry.getPrimaryKeyObj();
545 }
546
547 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
548 return _assetEntry.getExpandoBridge();
549 }
550
551 public void setExpandoBridgeAttributes(
552 com.liferay.portal.service.ServiceContext serviceContext) {
553 _assetEntry.setExpandoBridgeAttributes(serviceContext);
554 }
555
556 public java.lang.Object clone() {
557 return _assetEntry.clone();
558 }
559
560 public int compareTo(com.liferay.portlet.asset.model.AssetEntry assetEntry) {
561 return _assetEntry.compareTo(assetEntry);
562 }
563
564 public int hashCode() {
565 return _assetEntry.hashCode();
566 }
567
568 public com.liferay.portlet.asset.model.AssetEntry toEscapedModel() {
569 return _assetEntry.toEscapedModel();
570 }
571
572 public java.lang.String toString() {
573 return _assetEntry.toString();
574 }
575
576 public java.lang.String toXmlString() {
577 return _assetEntry.toXmlString();
578 }
579
580 public java.util.List<com.liferay.portlet.asset.model.AssetCategory> getCategories()
581 throws com.liferay.portal.kernel.exception.SystemException {
582 return _assetEntry.getCategories();
583 }
584
585 public long[] getCategoryIds()
586 throws com.liferay.portal.kernel.exception.SystemException {
587 return _assetEntry.getCategoryIds();
588 }
589
590 public double getSocialInformationEquity() {
591 return _assetEntry.getSocialInformationEquity();
592 }
593
594 public java.lang.String[] getTagNames()
595 throws com.liferay.portal.kernel.exception.SystemException {
596 return _assetEntry.getTagNames();
597 }
598
599 public java.util.List<com.liferay.portlet.asset.model.AssetTag> getTags()
600 throws com.liferay.portal.kernel.exception.SystemException {
601 return _assetEntry.getTags();
602 }
603
604 public void updateSocialInformationEquity(double value) {
605 _assetEntry.updateSocialInformationEquity(value);
606 }
607
608 public AssetEntry getWrappedAssetEntry() {
609 return _assetEntry;
610 }
611
612 private AssetEntry _assetEntry;
613 }