001
014
015 package com.liferay.portal.model;
016
017
026 public class LayoutSetBranchWrapper implements LayoutSetBranch,
027 ModelWrapper<LayoutSetBranch> {
028 public LayoutSetBranchWrapper(LayoutSetBranch layoutSetBranch) {
029 _layoutSetBranch = layoutSetBranch;
030 }
031
032 public Class<?> getModelClass() {
033 return LayoutSetBranch.class;
034 }
035
036 public String getModelClassName() {
037 return LayoutSetBranch.class.getName();
038 }
039
040
045 public long getPrimaryKey() {
046 return _layoutSetBranch.getPrimaryKey();
047 }
048
049
054 public void setPrimaryKey(long primaryKey) {
055 _layoutSetBranch.setPrimaryKey(primaryKey);
056 }
057
058
063 public long getLayoutSetBranchId() {
064 return _layoutSetBranch.getLayoutSetBranchId();
065 }
066
067
072 public void setLayoutSetBranchId(long layoutSetBranchId) {
073 _layoutSetBranch.setLayoutSetBranchId(layoutSetBranchId);
074 }
075
076
081 public long getGroupId() {
082 return _layoutSetBranch.getGroupId();
083 }
084
085
090 public void setGroupId(long groupId) {
091 _layoutSetBranch.setGroupId(groupId);
092 }
093
094
099 public long getCompanyId() {
100 return _layoutSetBranch.getCompanyId();
101 }
102
103
108 public void setCompanyId(long companyId) {
109 _layoutSetBranch.setCompanyId(companyId);
110 }
111
112
117 public long getUserId() {
118 return _layoutSetBranch.getUserId();
119 }
120
121
126 public void setUserId(long userId) {
127 _layoutSetBranch.setUserId(userId);
128 }
129
130
136 public java.lang.String getUserUuid()
137 throws com.liferay.portal.kernel.exception.SystemException {
138 return _layoutSetBranch.getUserUuid();
139 }
140
141
146 public void setUserUuid(java.lang.String userUuid) {
147 _layoutSetBranch.setUserUuid(userUuid);
148 }
149
150
155 public java.lang.String getUserName() {
156 return _layoutSetBranch.getUserName();
157 }
158
159
164 public void setUserName(java.lang.String userName) {
165 _layoutSetBranch.setUserName(userName);
166 }
167
168
173 public java.util.Date getCreateDate() {
174 return _layoutSetBranch.getCreateDate();
175 }
176
177
182 public void setCreateDate(java.util.Date createDate) {
183 _layoutSetBranch.setCreateDate(createDate);
184 }
185
186
191 public java.util.Date getModifiedDate() {
192 return _layoutSetBranch.getModifiedDate();
193 }
194
195
200 public void setModifiedDate(java.util.Date modifiedDate) {
201 _layoutSetBranch.setModifiedDate(modifiedDate);
202 }
203
204
209 public boolean getPrivateLayout() {
210 return _layoutSetBranch.getPrivateLayout();
211 }
212
213
218 public boolean isPrivateLayout() {
219 return _layoutSetBranch.isPrivateLayout();
220 }
221
222
227 public void setPrivateLayout(boolean privateLayout) {
228 _layoutSetBranch.setPrivateLayout(privateLayout);
229 }
230
231
236 public java.lang.String getName() {
237 return _layoutSetBranch.getName();
238 }
239
240
245 public void setName(java.lang.String name) {
246 _layoutSetBranch.setName(name);
247 }
248
249
254 public java.lang.String getDescription() {
255 return _layoutSetBranch.getDescription();
256 }
257
258
263 public void setDescription(java.lang.String description) {
264 _layoutSetBranch.setDescription(description);
265 }
266
267
272 public boolean getMaster() {
273 return _layoutSetBranch.getMaster();
274 }
275
276
281 public boolean isMaster() {
282 return _layoutSetBranch.isMaster();
283 }
284
285
290 public void setMaster(boolean master) {
291 _layoutSetBranch.setMaster(master);
292 }
293
294
299 public boolean getLogo() {
300 return _layoutSetBranch.getLogo();
301 }
302
303
308 public boolean isLogo() {
309 return _layoutSetBranch.isLogo();
310 }
311
312
317 public void setLogo(boolean logo) {
318 _layoutSetBranch.setLogo(logo);
319 }
320
321
326 public long getLogoId() {
327 return _layoutSetBranch.getLogoId();
328 }
329
330
335 public void setLogoId(long logoId) {
336 _layoutSetBranch.setLogoId(logoId);
337 }
338
339
344 public java.lang.String getThemeId() {
345 return _layoutSetBranch.getThemeId();
346 }
347
348
353 public void setThemeId(java.lang.String themeId) {
354 _layoutSetBranch.setThemeId(themeId);
355 }
356
357
362 public java.lang.String getColorSchemeId() {
363 return _layoutSetBranch.getColorSchemeId();
364 }
365
366
371 public void setColorSchemeId(java.lang.String colorSchemeId) {
372 _layoutSetBranch.setColorSchemeId(colorSchemeId);
373 }
374
375
380 public java.lang.String getWapThemeId() {
381 return _layoutSetBranch.getWapThemeId();
382 }
383
384
389 public void setWapThemeId(java.lang.String wapThemeId) {
390 _layoutSetBranch.setWapThemeId(wapThemeId);
391 }
392
393
398 public java.lang.String getWapColorSchemeId() {
399 return _layoutSetBranch.getWapColorSchemeId();
400 }
401
402
407 public void setWapColorSchemeId(java.lang.String wapColorSchemeId) {
408 _layoutSetBranch.setWapColorSchemeId(wapColorSchemeId);
409 }
410
411
416 public java.lang.String getCss() {
417 return _layoutSetBranch.getCss();
418 }
419
420
425 public void setCss(java.lang.String css) {
426 _layoutSetBranch.setCss(css);
427 }
428
429
434 public java.lang.String getSettings() {
435 return _layoutSetBranch.getSettings();
436 }
437
438
443 public void setSettings(java.lang.String settings) {
444 _layoutSetBranch.setSettings(settings);
445 }
446
447
452 public java.lang.String getLayoutSetPrototypeUuid() {
453 return _layoutSetBranch.getLayoutSetPrototypeUuid();
454 }
455
456
461 public void setLayoutSetPrototypeUuid(
462 java.lang.String layoutSetPrototypeUuid) {
463 _layoutSetBranch.setLayoutSetPrototypeUuid(layoutSetPrototypeUuid);
464 }
465
466
471 public boolean getLayoutSetPrototypeLinkEnabled() {
472 return _layoutSetBranch.getLayoutSetPrototypeLinkEnabled();
473 }
474
475
480 public boolean isLayoutSetPrototypeLinkEnabled() {
481 return _layoutSetBranch.isLayoutSetPrototypeLinkEnabled();
482 }
483
484
489 public void setLayoutSetPrototypeLinkEnabled(
490 boolean layoutSetPrototypeLinkEnabled) {
491 _layoutSetBranch.setLayoutSetPrototypeLinkEnabled(layoutSetPrototypeLinkEnabled);
492 }
493
494 public boolean isNew() {
495 return _layoutSetBranch.isNew();
496 }
497
498 public void setNew(boolean n) {
499 _layoutSetBranch.setNew(n);
500 }
501
502 public boolean isCachedModel() {
503 return _layoutSetBranch.isCachedModel();
504 }
505
506 public void setCachedModel(boolean cachedModel) {
507 _layoutSetBranch.setCachedModel(cachedModel);
508 }
509
510 public boolean isEscapedModel() {
511 return _layoutSetBranch.isEscapedModel();
512 }
513
514 public java.io.Serializable getPrimaryKeyObj() {
515 return _layoutSetBranch.getPrimaryKeyObj();
516 }
517
518 public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) {
519 _layoutSetBranch.setPrimaryKeyObj(primaryKeyObj);
520 }
521
522 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
523 return _layoutSetBranch.getExpandoBridge();
524 }
525
526 public void setExpandoBridgeAttributes(
527 com.liferay.portal.service.ServiceContext serviceContext) {
528 _layoutSetBranch.setExpandoBridgeAttributes(serviceContext);
529 }
530
531 @Override
532 public java.lang.Object clone() {
533 return new LayoutSetBranchWrapper((LayoutSetBranch)_layoutSetBranch.clone());
534 }
535
536 public int compareTo(
537 com.liferay.portal.model.LayoutSetBranch layoutSetBranch) {
538 return _layoutSetBranch.compareTo(layoutSetBranch);
539 }
540
541 @Override
542 public int hashCode() {
543 return _layoutSetBranch.hashCode();
544 }
545
546 public com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutSetBranch> toCacheModel() {
547 return _layoutSetBranch.toCacheModel();
548 }
549
550 public com.liferay.portal.model.LayoutSetBranch toEscapedModel() {
551 return new LayoutSetBranchWrapper(_layoutSetBranch.toEscapedModel());
552 }
553
554 @Override
555 public java.lang.String toString() {
556 return _layoutSetBranch.toString();
557 }
558
559 public java.lang.String toXmlString() {
560 return _layoutSetBranch.toXmlString();
561 }
562
563 public void persist()
564 throws com.liferay.portal.kernel.exception.SystemException {
565 _layoutSetBranch.persist();
566 }
567
568 public com.liferay.portal.model.ColorScheme getColorScheme()
569 throws com.liferay.portal.kernel.exception.SystemException {
570 return _layoutSetBranch.getColorScheme();
571 }
572
573 public com.liferay.portal.model.Group getGroup()
574 throws com.liferay.portal.kernel.exception.PortalException,
575 com.liferay.portal.kernel.exception.SystemException {
576 return _layoutSetBranch.getGroup();
577 }
578
579 public com.liferay.portal.model.LayoutSet getLayoutSet() {
580 return _layoutSetBranch.getLayoutSet();
581 }
582
583 public long getLiveLogoId() {
584 return _layoutSetBranch.getLiveLogoId();
585 }
586
587 public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties() {
588 return _layoutSetBranch.getSettingsProperties();
589 }
590
591 public java.lang.String getSettingsProperty(java.lang.String key) {
592 return _layoutSetBranch.getSettingsProperty(key);
593 }
594
595 public com.liferay.portal.model.Theme getTheme()
596 throws com.liferay.portal.kernel.exception.SystemException {
597 return _layoutSetBranch.getTheme();
598 }
599
600 public java.lang.String getThemeSetting(java.lang.String key,
601 java.lang.String device)
602 throws com.liferay.portal.kernel.exception.SystemException {
603 return _layoutSetBranch.getThemeSetting(key, device);
604 }
605
606 public com.liferay.portal.model.ColorScheme getWapColorScheme()
607 throws com.liferay.portal.kernel.exception.SystemException {
608 return _layoutSetBranch.getWapColorScheme();
609 }
610
611 public com.liferay.portal.model.Theme getWapTheme()
612 throws com.liferay.portal.kernel.exception.SystemException {
613 return _layoutSetBranch.getWapTheme();
614 }
615
616 public boolean isLayoutSetPrototypeLinkActive() {
617 return _layoutSetBranch.isLayoutSetPrototypeLinkActive();
618 }
619
620 public void setSettingsProperties(
621 com.liferay.portal.kernel.util.UnicodeProperties settingsProperties) {
622 _layoutSetBranch.setSettingsProperties(settingsProperties);
623 }
624
625
628 public LayoutSetBranch getWrappedLayoutSetBranch() {
629 return _layoutSetBranch;
630 }
631
632 public LayoutSetBranch getWrappedModel() {
633 return _layoutSetBranch;
634 }
635
636 public void resetOriginalValues() {
637 _layoutSetBranch.resetOriginalValues();
638 }
639
640 private LayoutSetBranch _layoutSetBranch;
641 }