001
014
015 package com.liferay.portlet.softwarecatalog.model;
016
017
026 public class SCProductEntryWrapper implements SCProductEntry {
027 public SCProductEntryWrapper(SCProductEntry scProductEntry) {
028 _scProductEntry = scProductEntry;
029 }
030
031 public Class<?> getModelClass() {
032 return SCProductEntry.class;
033 }
034
035 public String getModelClassName() {
036 return SCProductEntry.class.getName();
037 }
038
039
044 public long getPrimaryKey() {
045 return _scProductEntry.getPrimaryKey();
046 }
047
048
053 public void setPrimaryKey(long primaryKey) {
054 _scProductEntry.setPrimaryKey(primaryKey);
055 }
056
057
062 public long getProductEntryId() {
063 return _scProductEntry.getProductEntryId();
064 }
065
066
071 public void setProductEntryId(long productEntryId) {
072 _scProductEntry.setProductEntryId(productEntryId);
073 }
074
075
080 public long getGroupId() {
081 return _scProductEntry.getGroupId();
082 }
083
084
089 public void setGroupId(long groupId) {
090 _scProductEntry.setGroupId(groupId);
091 }
092
093
098 public long getCompanyId() {
099 return _scProductEntry.getCompanyId();
100 }
101
102
107 public void setCompanyId(long companyId) {
108 _scProductEntry.setCompanyId(companyId);
109 }
110
111
116 public long getUserId() {
117 return _scProductEntry.getUserId();
118 }
119
120
125 public void setUserId(long userId) {
126 _scProductEntry.setUserId(userId);
127 }
128
129
135 public java.lang.String getUserUuid()
136 throws com.liferay.portal.kernel.exception.SystemException {
137 return _scProductEntry.getUserUuid();
138 }
139
140
145 public void setUserUuid(java.lang.String userUuid) {
146 _scProductEntry.setUserUuid(userUuid);
147 }
148
149
154 public java.lang.String getUserName() {
155 return _scProductEntry.getUserName();
156 }
157
158
163 public void setUserName(java.lang.String userName) {
164 _scProductEntry.setUserName(userName);
165 }
166
167
172 public java.util.Date getCreateDate() {
173 return _scProductEntry.getCreateDate();
174 }
175
176
181 public void setCreateDate(java.util.Date createDate) {
182 _scProductEntry.setCreateDate(createDate);
183 }
184
185
190 public java.util.Date getModifiedDate() {
191 return _scProductEntry.getModifiedDate();
192 }
193
194
199 public void setModifiedDate(java.util.Date modifiedDate) {
200 _scProductEntry.setModifiedDate(modifiedDate);
201 }
202
203
208 public java.lang.String getName() {
209 return _scProductEntry.getName();
210 }
211
212
217 public void setName(java.lang.String name) {
218 _scProductEntry.setName(name);
219 }
220
221
226 public java.lang.String getType() {
227 return _scProductEntry.getType();
228 }
229
230
235 public void setType(java.lang.String type) {
236 _scProductEntry.setType(type);
237 }
238
239
244 public java.lang.String getTags() {
245 return _scProductEntry.getTags();
246 }
247
248
253 public void setTags(java.lang.String tags) {
254 _scProductEntry.setTags(tags);
255 }
256
257
262 public java.lang.String getShortDescription() {
263 return _scProductEntry.getShortDescription();
264 }
265
266
271 public void setShortDescription(java.lang.String shortDescription) {
272 _scProductEntry.setShortDescription(shortDescription);
273 }
274
275
280 public java.lang.String getLongDescription() {
281 return _scProductEntry.getLongDescription();
282 }
283
284
289 public void setLongDescription(java.lang.String longDescription) {
290 _scProductEntry.setLongDescription(longDescription);
291 }
292
293
298 public java.lang.String getPageURL() {
299 return _scProductEntry.getPageURL();
300 }
301
302
307 public void setPageURL(java.lang.String pageURL) {
308 _scProductEntry.setPageURL(pageURL);
309 }
310
311
316 public java.lang.String getAuthor() {
317 return _scProductEntry.getAuthor();
318 }
319
320
325 public void setAuthor(java.lang.String author) {
326 _scProductEntry.setAuthor(author);
327 }
328
329
334 public java.lang.String getRepoGroupId() {
335 return _scProductEntry.getRepoGroupId();
336 }
337
338
343 public void setRepoGroupId(java.lang.String repoGroupId) {
344 _scProductEntry.setRepoGroupId(repoGroupId);
345 }
346
347
352 public java.lang.String getRepoArtifactId() {
353 return _scProductEntry.getRepoArtifactId();
354 }
355
356
361 public void setRepoArtifactId(java.lang.String repoArtifactId) {
362 _scProductEntry.setRepoArtifactId(repoArtifactId);
363 }
364
365 public boolean isNew() {
366 return _scProductEntry.isNew();
367 }
368
369 public void setNew(boolean n) {
370 _scProductEntry.setNew(n);
371 }
372
373 public boolean isCachedModel() {
374 return _scProductEntry.isCachedModel();
375 }
376
377 public void setCachedModel(boolean cachedModel) {
378 _scProductEntry.setCachedModel(cachedModel);
379 }
380
381 public boolean isEscapedModel() {
382 return _scProductEntry.isEscapedModel();
383 }
384
385 public java.io.Serializable getPrimaryKeyObj() {
386 return _scProductEntry.getPrimaryKeyObj();
387 }
388
389 public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) {
390 _scProductEntry.setPrimaryKeyObj(primaryKeyObj);
391 }
392
393 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
394 return _scProductEntry.getExpandoBridge();
395 }
396
397 public void setExpandoBridgeAttributes(
398 com.liferay.portal.service.ServiceContext serviceContext) {
399 _scProductEntry.setExpandoBridgeAttributes(serviceContext);
400 }
401
402 @Override
403 public java.lang.Object clone() {
404 return new SCProductEntryWrapper((SCProductEntry)_scProductEntry.clone());
405 }
406
407 public int compareTo(
408 com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry) {
409 return _scProductEntry.compareTo(scProductEntry);
410 }
411
412 @Override
413 public int hashCode() {
414 return _scProductEntry.hashCode();
415 }
416
417 public com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductEntry> toCacheModel() {
418 return _scProductEntry.toCacheModel();
419 }
420
421 public com.liferay.portlet.softwarecatalog.model.SCProductEntry toEscapedModel() {
422 return new SCProductEntryWrapper(_scProductEntry.toEscapedModel());
423 }
424
425 @Override
426 public java.lang.String toString() {
427 return _scProductEntry.toString();
428 }
429
430 public java.lang.String toXmlString() {
431 return _scProductEntry.toXmlString();
432 }
433
434 public void persist()
435 throws com.liferay.portal.kernel.exception.SystemException {
436 _scProductEntry.persist();
437 }
438
439 public com.liferay.portlet.softwarecatalog.model.SCProductVersion getLatestVersion()
440 throws com.liferay.portal.kernel.exception.SystemException {
441 return _scProductEntry.getLatestVersion();
442 }
443
444 public java.util.List<com.liferay.portlet.softwarecatalog.model.SCLicense> getLicenses()
445 throws com.liferay.portal.kernel.exception.SystemException {
446 return _scProductEntry.getLicenses();
447 }
448
449 public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> getScreenshots()
450 throws com.liferay.portal.kernel.exception.SystemException {
451 return _scProductEntry.getScreenshots();
452 }
453
454 public SCProductEntry getWrappedSCProductEntry() {
455 return _scProductEntry;
456 }
457
458 public void resetOriginalValues() {
459 _scProductEntry.resetOriginalValues();
460 }
461
462 private SCProductEntry _scProductEntry;
463 }