001
014
015 package com.liferay.portal.model;
016
017
026 public class LayoutSetPrototypeWrapper implements LayoutSetPrototype,
027 ModelWrapper<LayoutSetPrototype> {
028 public LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype) {
029 _layoutSetPrototype = layoutSetPrototype;
030 }
031
032 public Class<?> getModelClass() {
033 return LayoutSetPrototype.class;
034 }
035
036 public String getModelClassName() {
037 return LayoutSetPrototype.class.getName();
038 }
039
040
045 public long getPrimaryKey() {
046 return _layoutSetPrototype.getPrimaryKey();
047 }
048
049
054 public void setPrimaryKey(long primaryKey) {
055 _layoutSetPrototype.setPrimaryKey(primaryKey);
056 }
057
058
063 public java.lang.String getUuid() {
064 return _layoutSetPrototype.getUuid();
065 }
066
067
072 public void setUuid(java.lang.String uuid) {
073 _layoutSetPrototype.setUuid(uuid);
074 }
075
076
081 public long getLayoutSetPrototypeId() {
082 return _layoutSetPrototype.getLayoutSetPrototypeId();
083 }
084
085
090 public void setLayoutSetPrototypeId(long layoutSetPrototypeId) {
091 _layoutSetPrototype.setLayoutSetPrototypeId(layoutSetPrototypeId);
092 }
093
094
099 public long getCompanyId() {
100 return _layoutSetPrototype.getCompanyId();
101 }
102
103
108 public void setCompanyId(long companyId) {
109 _layoutSetPrototype.setCompanyId(companyId);
110 }
111
112
117 public java.util.Date getCreateDate() {
118 return _layoutSetPrototype.getCreateDate();
119 }
120
121
126 public void setCreateDate(java.util.Date createDate) {
127 _layoutSetPrototype.setCreateDate(createDate);
128 }
129
130
135 public java.util.Date getModifiedDate() {
136 return _layoutSetPrototype.getModifiedDate();
137 }
138
139
144 public void setModifiedDate(java.util.Date modifiedDate) {
145 _layoutSetPrototype.setModifiedDate(modifiedDate);
146 }
147
148
153 public java.lang.String getName() {
154 return _layoutSetPrototype.getName();
155 }
156
157
163 public java.lang.String getName(java.util.Locale locale) {
164 return _layoutSetPrototype.getName(locale);
165 }
166
167
174 public java.lang.String getName(java.util.Locale locale, boolean useDefault) {
175 return _layoutSetPrototype.getName(locale, useDefault);
176 }
177
178
184 public java.lang.String getName(java.lang.String languageId) {
185 return _layoutSetPrototype.getName(languageId);
186 }
187
188
195 public java.lang.String getName(java.lang.String languageId,
196 boolean useDefault) {
197 return _layoutSetPrototype.getName(languageId, useDefault);
198 }
199
200 public java.lang.String getNameCurrentLanguageId() {
201 return _layoutSetPrototype.getNameCurrentLanguageId();
202 }
203
204 public java.lang.String getNameCurrentValue() {
205 return _layoutSetPrototype.getNameCurrentValue();
206 }
207
208
213 public java.util.Map<java.util.Locale, java.lang.String> getNameMap() {
214 return _layoutSetPrototype.getNameMap();
215 }
216
217
222 public void setName(java.lang.String name) {
223 _layoutSetPrototype.setName(name);
224 }
225
226
232 public void setName(java.lang.String name, java.util.Locale locale) {
233 _layoutSetPrototype.setName(name, locale);
234 }
235
236
243 public void setName(java.lang.String name, java.util.Locale locale,
244 java.util.Locale defaultLocale) {
245 _layoutSetPrototype.setName(name, locale, defaultLocale);
246 }
247
248 public void setNameCurrentLanguageId(java.lang.String languageId) {
249 _layoutSetPrototype.setNameCurrentLanguageId(languageId);
250 }
251
252
257 public void setNameMap(
258 java.util.Map<java.util.Locale, java.lang.String> nameMap) {
259 _layoutSetPrototype.setNameMap(nameMap);
260 }
261
262
268 public void setNameMap(
269 java.util.Map<java.util.Locale, java.lang.String> nameMap,
270 java.util.Locale defaultLocale) {
271 _layoutSetPrototype.setNameMap(nameMap, defaultLocale);
272 }
273
274
279 public java.lang.String getDescription() {
280 return _layoutSetPrototype.getDescription();
281 }
282
283
288 public void setDescription(java.lang.String description) {
289 _layoutSetPrototype.setDescription(description);
290 }
291
292
297 public java.lang.String getSettings() {
298 return _layoutSetPrototype.getSettings();
299 }
300
301
306 public void setSettings(java.lang.String settings) {
307 _layoutSetPrototype.setSettings(settings);
308 }
309
310
315 public boolean getActive() {
316 return _layoutSetPrototype.getActive();
317 }
318
319
324 public boolean isActive() {
325 return _layoutSetPrototype.isActive();
326 }
327
328
333 public void setActive(boolean active) {
334 _layoutSetPrototype.setActive(active);
335 }
336
337 public boolean isNew() {
338 return _layoutSetPrototype.isNew();
339 }
340
341 public void setNew(boolean n) {
342 _layoutSetPrototype.setNew(n);
343 }
344
345 public boolean isCachedModel() {
346 return _layoutSetPrototype.isCachedModel();
347 }
348
349 public void setCachedModel(boolean cachedModel) {
350 _layoutSetPrototype.setCachedModel(cachedModel);
351 }
352
353 public boolean isEscapedModel() {
354 return _layoutSetPrototype.isEscapedModel();
355 }
356
357 public java.io.Serializable getPrimaryKeyObj() {
358 return _layoutSetPrototype.getPrimaryKeyObj();
359 }
360
361 public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) {
362 _layoutSetPrototype.setPrimaryKeyObj(primaryKeyObj);
363 }
364
365 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
366 return _layoutSetPrototype.getExpandoBridge();
367 }
368
369 public void setExpandoBridgeAttributes(
370 com.liferay.portal.service.ServiceContext serviceContext) {
371 _layoutSetPrototype.setExpandoBridgeAttributes(serviceContext);
372 }
373
374 @Override
375 public java.lang.Object clone() {
376 return new LayoutSetPrototypeWrapper((LayoutSetPrototype)_layoutSetPrototype.clone());
377 }
378
379 public int compareTo(
380 com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype) {
381 return _layoutSetPrototype.compareTo(layoutSetPrototype);
382 }
383
384 @Override
385 public int hashCode() {
386 return _layoutSetPrototype.hashCode();
387 }
388
389 public com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutSetPrototype> toCacheModel() {
390 return _layoutSetPrototype.toCacheModel();
391 }
392
393 public com.liferay.portal.model.LayoutSetPrototype toEscapedModel() {
394 return new LayoutSetPrototypeWrapper(_layoutSetPrototype.toEscapedModel());
395 }
396
397 @Override
398 public java.lang.String toString() {
399 return _layoutSetPrototype.toString();
400 }
401
402 public java.lang.String toXmlString() {
403 return _layoutSetPrototype.toXmlString();
404 }
405
406 public void persist()
407 throws com.liferay.portal.kernel.exception.SystemException {
408 _layoutSetPrototype.persist();
409 }
410
411 public com.liferay.portal.model.Group getGroup()
412 throws com.liferay.portal.kernel.exception.PortalException,
413 com.liferay.portal.kernel.exception.SystemException {
414 return _layoutSetPrototype.getGroup();
415 }
416
417 public com.liferay.portal.model.LayoutSet getLayoutSet()
418 throws com.liferay.portal.kernel.exception.PortalException,
419 com.liferay.portal.kernel.exception.SystemException {
420 return _layoutSetPrototype.getLayoutSet();
421 }
422
423 public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties() {
424 return _layoutSetPrototype.getSettingsProperties();
425 }
426
427 public java.lang.String getSettingsProperty(java.lang.String key) {
428 return _layoutSetPrototype.getSettingsProperty(key);
429 }
430
431 public void setSettingsProperties(
432 com.liferay.portal.kernel.util.UnicodeProperties settingsProperties) {
433 _layoutSetPrototype.setSettingsProperties(settingsProperties);
434 }
435
436
439 public LayoutSetPrototype getWrappedLayoutSetPrototype() {
440 return _layoutSetPrototype;
441 }
442
443 public LayoutSetPrototype getWrappedModel() {
444 return _layoutSetPrototype;
445 }
446
447 public void resetOriginalValues() {
448 _layoutSetPrototype.resetOriginalValues();
449 }
450
451 private LayoutSetPrototype _layoutSetPrototype;
452 }