001    /**
002     * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
003     *
004     * The contents of this file are subject to the terms of the Liferay Enterprise
005     * Subscription License ("License"). You may not use this file except in
006     * compliance with the License. You can obtain a copy of the License by
007     * contacting Liferay, Inc. See the License for the specific language governing
008     * permissions and limitations under the License, including but not limited to
009     * distribution rights of the Software.
010     *
011     *
012     *
013     */
014    
015    package com.liferay.portlet.softwarecatalog.model;
016    
017    /**
018     * <p>
019     * This class is a wrapper for {@link SCProductEntry}.
020     * </p>
021     *
022     * @author    Brian Wing Shun Chan
023     * @see       SCProductEntry
024     * @generated
025     */
026    public class SCProductEntryWrapper implements SCProductEntry {
027            public SCProductEntryWrapper(SCProductEntry scProductEntry) {
028                    _scProductEntry = scProductEntry;
029            }
030    
031            /**
032            * Gets the primary key of this s c product entry.
033            *
034            * @return the primary key of this s c product entry
035            */
036            public long getPrimaryKey() {
037                    return _scProductEntry.getPrimaryKey();
038            }
039    
040            /**
041            * Sets the primary key of this s c product entry
042            *
043            * @param pk the primary key of this s c product entry
044            */
045            public void setPrimaryKey(long pk) {
046                    _scProductEntry.setPrimaryKey(pk);
047            }
048    
049            /**
050            * Gets the product entry id of this s c product entry.
051            *
052            * @return the product entry id of this s c product entry
053            */
054            public long getProductEntryId() {
055                    return _scProductEntry.getProductEntryId();
056            }
057    
058            /**
059            * Sets the product entry id of this s c product entry.
060            *
061            * @param productEntryId the product entry id of this s c product entry
062            */
063            public void setProductEntryId(long productEntryId) {
064                    _scProductEntry.setProductEntryId(productEntryId);
065            }
066    
067            /**
068            * Gets the group id of this s c product entry.
069            *
070            * @return the group id of this s c product entry
071            */
072            public long getGroupId() {
073                    return _scProductEntry.getGroupId();
074            }
075    
076            /**
077            * Sets the group id of this s c product entry.
078            *
079            * @param groupId the group id of this s c product entry
080            */
081            public void setGroupId(long groupId) {
082                    _scProductEntry.setGroupId(groupId);
083            }
084    
085            /**
086            * Gets the company id of this s c product entry.
087            *
088            * @return the company id of this s c product entry
089            */
090            public long getCompanyId() {
091                    return _scProductEntry.getCompanyId();
092            }
093    
094            /**
095            * Sets the company id of this s c product entry.
096            *
097            * @param companyId the company id of this s c product entry
098            */
099            public void setCompanyId(long companyId) {
100                    _scProductEntry.setCompanyId(companyId);
101            }
102    
103            /**
104            * Gets the user id of this s c product entry.
105            *
106            * @return the user id of this s c product entry
107            */
108            public long getUserId() {
109                    return _scProductEntry.getUserId();
110            }
111    
112            /**
113            * Sets the user id of this s c product entry.
114            *
115            * @param userId the user id of this s c product entry
116            */
117            public void setUserId(long userId) {
118                    _scProductEntry.setUserId(userId);
119            }
120    
121            /**
122            * Gets the user uuid of this s c product entry.
123            *
124            * @return the user uuid of this s c product entry
125            * @throws SystemException if a system exception occurred
126            */
127            public java.lang.String getUserUuid()
128                    throws com.liferay.portal.kernel.exception.SystemException {
129                    return _scProductEntry.getUserUuid();
130            }
131    
132            /**
133            * Sets the user uuid of this s c product entry.
134            *
135            * @param userUuid the user uuid of this s c product entry
136            */
137            public void setUserUuid(java.lang.String userUuid) {
138                    _scProductEntry.setUserUuid(userUuid);
139            }
140    
141            /**
142            * Gets the user name of this s c product entry.
143            *
144            * @return the user name of this s c product entry
145            */
146            public java.lang.String getUserName() {
147                    return _scProductEntry.getUserName();
148            }
149    
150            /**
151            * Sets the user name of this s c product entry.
152            *
153            * @param userName the user name of this s c product entry
154            */
155            public void setUserName(java.lang.String userName) {
156                    _scProductEntry.setUserName(userName);
157            }
158    
159            /**
160            * Gets the create date of this s c product entry.
161            *
162            * @return the create date of this s c product entry
163            */
164            public java.util.Date getCreateDate() {
165                    return _scProductEntry.getCreateDate();
166            }
167    
168            /**
169            * Sets the create date of this s c product entry.
170            *
171            * @param createDate the create date of this s c product entry
172            */
173            public void setCreateDate(java.util.Date createDate) {
174                    _scProductEntry.setCreateDate(createDate);
175            }
176    
177            /**
178            * Gets the modified date of this s c product entry.
179            *
180            * @return the modified date of this s c product entry
181            */
182            public java.util.Date getModifiedDate() {
183                    return _scProductEntry.getModifiedDate();
184            }
185    
186            /**
187            * Sets the modified date of this s c product entry.
188            *
189            * @param modifiedDate the modified date of this s c product entry
190            */
191            public void setModifiedDate(java.util.Date modifiedDate) {
192                    _scProductEntry.setModifiedDate(modifiedDate);
193            }
194    
195            /**
196            * Gets the name of this s c product entry.
197            *
198            * @return the name of this s c product entry
199            */
200            public java.lang.String getName() {
201                    return _scProductEntry.getName();
202            }
203    
204            /**
205            * Sets the name of this s c product entry.
206            *
207            * @param name the name of this s c product entry
208            */
209            public void setName(java.lang.String name) {
210                    _scProductEntry.setName(name);
211            }
212    
213            /**
214            * Gets the type of this s c product entry.
215            *
216            * @return the type of this s c product entry
217            */
218            public java.lang.String getType() {
219                    return _scProductEntry.getType();
220            }
221    
222            /**
223            * Sets the type of this s c product entry.
224            *
225            * @param type the type of this s c product entry
226            */
227            public void setType(java.lang.String type) {
228                    _scProductEntry.setType(type);
229            }
230    
231            /**
232            * Gets the tags of this s c product entry.
233            *
234            * @return the tags of this s c product entry
235            */
236            public java.lang.String getTags() {
237                    return _scProductEntry.getTags();
238            }
239    
240            /**
241            * Sets the tags of this s c product entry.
242            *
243            * @param tags the tags of this s c product entry
244            */
245            public void setTags(java.lang.String tags) {
246                    _scProductEntry.setTags(tags);
247            }
248    
249            /**
250            * Gets the short description of this s c product entry.
251            *
252            * @return the short description of this s c product entry
253            */
254            public java.lang.String getShortDescription() {
255                    return _scProductEntry.getShortDescription();
256            }
257    
258            /**
259            * Sets the short description of this s c product entry.
260            *
261            * @param shortDescription the short description of this s c product entry
262            */
263            public void setShortDescription(java.lang.String shortDescription) {
264                    _scProductEntry.setShortDescription(shortDescription);
265            }
266    
267            /**
268            * Gets the long description of this s c product entry.
269            *
270            * @return the long description of this s c product entry
271            */
272            public java.lang.String getLongDescription() {
273                    return _scProductEntry.getLongDescription();
274            }
275    
276            /**
277            * Sets the long description of this s c product entry.
278            *
279            * @param longDescription the long description of this s c product entry
280            */
281            public void setLongDescription(java.lang.String longDescription) {
282                    _scProductEntry.setLongDescription(longDescription);
283            }
284    
285            /**
286            * Gets the page u r l of this s c product entry.
287            *
288            * @return the page u r l of this s c product entry
289            */
290            public java.lang.String getPageURL() {
291                    return _scProductEntry.getPageURL();
292            }
293    
294            /**
295            * Sets the page u r l of this s c product entry.
296            *
297            * @param pageURL the page u r l of this s c product entry
298            */
299            public void setPageURL(java.lang.String pageURL) {
300                    _scProductEntry.setPageURL(pageURL);
301            }
302    
303            /**
304            * Gets the author of this s c product entry.
305            *
306            * @return the author of this s c product entry
307            */
308            public java.lang.String getAuthor() {
309                    return _scProductEntry.getAuthor();
310            }
311    
312            /**
313            * Sets the author of this s c product entry.
314            *
315            * @param author the author of this s c product entry
316            */
317            public void setAuthor(java.lang.String author) {
318                    _scProductEntry.setAuthor(author);
319            }
320    
321            /**
322            * Gets the repo group id of this s c product entry.
323            *
324            * @return the repo group id of this s c product entry
325            */
326            public java.lang.String getRepoGroupId() {
327                    return _scProductEntry.getRepoGroupId();
328            }
329    
330            /**
331            * Sets the repo group id of this s c product entry.
332            *
333            * @param repoGroupId the repo group id of this s c product entry
334            */
335            public void setRepoGroupId(java.lang.String repoGroupId) {
336                    _scProductEntry.setRepoGroupId(repoGroupId);
337            }
338    
339            /**
340            * Gets the repo artifact id of this s c product entry.
341            *
342            * @return the repo artifact id of this s c product entry
343            */
344            public java.lang.String getRepoArtifactId() {
345                    return _scProductEntry.getRepoArtifactId();
346            }
347    
348            /**
349            * Sets the repo artifact id of this s c product entry.
350            *
351            * @param repoArtifactId the repo artifact id of this s c product entry
352            */
353            public void setRepoArtifactId(java.lang.String repoArtifactId) {
354                    _scProductEntry.setRepoArtifactId(repoArtifactId);
355            }
356    
357            public boolean isNew() {
358                    return _scProductEntry.isNew();
359            }
360    
361            public void setNew(boolean n) {
362                    _scProductEntry.setNew(n);
363            }
364    
365            public boolean isCachedModel() {
366                    return _scProductEntry.isCachedModel();
367            }
368    
369            public void setCachedModel(boolean cachedModel) {
370                    _scProductEntry.setCachedModel(cachedModel);
371            }
372    
373            public boolean isEscapedModel() {
374                    return _scProductEntry.isEscapedModel();
375            }
376    
377            public void setEscapedModel(boolean escapedModel) {
378                    _scProductEntry.setEscapedModel(escapedModel);
379            }
380    
381            public java.io.Serializable getPrimaryKeyObj() {
382                    return _scProductEntry.getPrimaryKeyObj();
383            }
384    
385            public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
386                    return _scProductEntry.getExpandoBridge();
387            }
388    
389            public void setExpandoBridgeAttributes(
390                    com.liferay.portal.service.ServiceContext serviceContext) {
391                    _scProductEntry.setExpandoBridgeAttributes(serviceContext);
392            }
393    
394            public java.lang.Object clone() {
395                    return _scProductEntry.clone();
396            }
397    
398            public int compareTo(
399                    com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry) {
400                    return _scProductEntry.compareTo(scProductEntry);
401            }
402    
403            public int hashCode() {
404                    return _scProductEntry.hashCode();
405            }
406    
407            public com.liferay.portlet.softwarecatalog.model.SCProductEntry toEscapedModel() {
408                    return _scProductEntry.toEscapedModel();
409            }
410    
411            public java.lang.String toString() {
412                    return _scProductEntry.toString();
413            }
414    
415            public java.lang.String toXmlString() {
416                    return _scProductEntry.toXmlString();
417            }
418    
419            public com.liferay.portlet.softwarecatalog.model.SCProductVersion getLatestVersion()
420                    throws com.liferay.portal.kernel.exception.SystemException {
421                    return _scProductEntry.getLatestVersion();
422            }
423    
424            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCLicense> getLicenses()
425                    throws com.liferay.portal.kernel.exception.SystemException {
426                    return _scProductEntry.getLicenses();
427            }
428    
429            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> getScreenshots()
430                    throws com.liferay.portal.kernel.exception.SystemException {
431                    return _scProductEntry.getScreenshots();
432            }
433    
434            public SCProductEntry getWrappedSCProductEntry() {
435                    return _scProductEntry;
436            }
437    
438            private SCProductEntry _scProductEntry;
439    }