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 SCProductVersion}.
020     * </p>
021     *
022     * @author    Brian Wing Shun Chan
023     * @see       SCProductVersion
024     * @generated
025     */
026    public class SCProductVersionWrapper implements SCProductVersion {
027            public SCProductVersionWrapper(SCProductVersion scProductVersion) {
028                    _scProductVersion = scProductVersion;
029            }
030    
031            /**
032            * Gets the primary key of this s c product version.
033            *
034            * @return the primary key of this s c product version
035            */
036            public long getPrimaryKey() {
037                    return _scProductVersion.getPrimaryKey();
038            }
039    
040            /**
041            * Sets the primary key of this s c product version
042            *
043            * @param pk the primary key of this s c product version
044            */
045            public void setPrimaryKey(long pk) {
046                    _scProductVersion.setPrimaryKey(pk);
047            }
048    
049            /**
050            * Gets the product version id of this s c product version.
051            *
052            * @return the product version id of this s c product version
053            */
054            public long getProductVersionId() {
055                    return _scProductVersion.getProductVersionId();
056            }
057    
058            /**
059            * Sets the product version id of this s c product version.
060            *
061            * @param productVersionId the product version id of this s c product version
062            */
063            public void setProductVersionId(long productVersionId) {
064                    _scProductVersion.setProductVersionId(productVersionId);
065            }
066    
067            /**
068            * Gets the company id of this s c product version.
069            *
070            * @return the company id of this s c product version
071            */
072            public long getCompanyId() {
073                    return _scProductVersion.getCompanyId();
074            }
075    
076            /**
077            * Sets the company id of this s c product version.
078            *
079            * @param companyId the company id of this s c product version
080            */
081            public void setCompanyId(long companyId) {
082                    _scProductVersion.setCompanyId(companyId);
083            }
084    
085            /**
086            * Gets the user id of this s c product version.
087            *
088            * @return the user id of this s c product version
089            */
090            public long getUserId() {
091                    return _scProductVersion.getUserId();
092            }
093    
094            /**
095            * Sets the user id of this s c product version.
096            *
097            * @param userId the user id of this s c product version
098            */
099            public void setUserId(long userId) {
100                    _scProductVersion.setUserId(userId);
101            }
102    
103            /**
104            * Gets the user uuid of this s c product version.
105            *
106            * @return the user uuid of this s c product version
107            * @throws SystemException if a system exception occurred
108            */
109            public java.lang.String getUserUuid()
110                    throws com.liferay.portal.kernel.exception.SystemException {
111                    return _scProductVersion.getUserUuid();
112            }
113    
114            /**
115            * Sets the user uuid of this s c product version.
116            *
117            * @param userUuid the user uuid of this s c product version
118            */
119            public void setUserUuid(java.lang.String userUuid) {
120                    _scProductVersion.setUserUuid(userUuid);
121            }
122    
123            /**
124            * Gets the user name of this s c product version.
125            *
126            * @return the user name of this s c product version
127            */
128            public java.lang.String getUserName() {
129                    return _scProductVersion.getUserName();
130            }
131    
132            /**
133            * Sets the user name of this s c product version.
134            *
135            * @param userName the user name of this s c product version
136            */
137            public void setUserName(java.lang.String userName) {
138                    _scProductVersion.setUserName(userName);
139            }
140    
141            /**
142            * Gets the create date of this s c product version.
143            *
144            * @return the create date of this s c product version
145            */
146            public java.util.Date getCreateDate() {
147                    return _scProductVersion.getCreateDate();
148            }
149    
150            /**
151            * Sets the create date of this s c product version.
152            *
153            * @param createDate the create date of this s c product version
154            */
155            public void setCreateDate(java.util.Date createDate) {
156                    _scProductVersion.setCreateDate(createDate);
157            }
158    
159            /**
160            * Gets the modified date of this s c product version.
161            *
162            * @return the modified date of this s c product version
163            */
164            public java.util.Date getModifiedDate() {
165                    return _scProductVersion.getModifiedDate();
166            }
167    
168            /**
169            * Sets the modified date of this s c product version.
170            *
171            * @param modifiedDate the modified date of this s c product version
172            */
173            public void setModifiedDate(java.util.Date modifiedDate) {
174                    _scProductVersion.setModifiedDate(modifiedDate);
175            }
176    
177            /**
178            * Gets the product entry id of this s c product version.
179            *
180            * @return the product entry id of this s c product version
181            */
182            public long getProductEntryId() {
183                    return _scProductVersion.getProductEntryId();
184            }
185    
186            /**
187            * Sets the product entry id of this s c product version.
188            *
189            * @param productEntryId the product entry id of this s c product version
190            */
191            public void setProductEntryId(long productEntryId) {
192                    _scProductVersion.setProductEntryId(productEntryId);
193            }
194    
195            /**
196            * Gets the version of this s c product version.
197            *
198            * @return the version of this s c product version
199            */
200            public java.lang.String getVersion() {
201                    return _scProductVersion.getVersion();
202            }
203    
204            /**
205            * Sets the version of this s c product version.
206            *
207            * @param version the version of this s c product version
208            */
209            public void setVersion(java.lang.String version) {
210                    _scProductVersion.setVersion(version);
211            }
212    
213            /**
214            * Gets the change log of this s c product version.
215            *
216            * @return the change log of this s c product version
217            */
218            public java.lang.String getChangeLog() {
219                    return _scProductVersion.getChangeLog();
220            }
221    
222            /**
223            * Sets the change log of this s c product version.
224            *
225            * @param changeLog the change log of this s c product version
226            */
227            public void setChangeLog(java.lang.String changeLog) {
228                    _scProductVersion.setChangeLog(changeLog);
229            }
230    
231            /**
232            * Gets the download page u r l of this s c product version.
233            *
234            * @return the download page u r l of this s c product version
235            */
236            public java.lang.String getDownloadPageURL() {
237                    return _scProductVersion.getDownloadPageURL();
238            }
239    
240            /**
241            * Sets the download page u r l of this s c product version.
242            *
243            * @param downloadPageURL the download page u r l of this s c product version
244            */
245            public void setDownloadPageURL(java.lang.String downloadPageURL) {
246                    _scProductVersion.setDownloadPageURL(downloadPageURL);
247            }
248    
249            /**
250            * Gets the direct download u r l of this s c product version.
251            *
252            * @return the direct download u r l of this s c product version
253            */
254            public java.lang.String getDirectDownloadURL() {
255                    return _scProductVersion.getDirectDownloadURL();
256            }
257    
258            /**
259            * Sets the direct download u r l of this s c product version.
260            *
261            * @param directDownloadURL the direct download u r l of this s c product version
262            */
263            public void setDirectDownloadURL(java.lang.String directDownloadURL) {
264                    _scProductVersion.setDirectDownloadURL(directDownloadURL);
265            }
266    
267            /**
268            * Gets the repo store artifact of this s c product version.
269            *
270            * @return the repo store artifact of this s c product version
271            */
272            public boolean getRepoStoreArtifact() {
273                    return _scProductVersion.getRepoStoreArtifact();
274            }
275    
276            /**
277            * Determines whether this s c product version is repo store artifact.
278            *
279            * @return whether this s c product version is repo store artifact
280            */
281            public boolean isRepoStoreArtifact() {
282                    return _scProductVersion.isRepoStoreArtifact();
283            }
284    
285            /**
286            * Sets whether this {$entity.humanName} is repo store artifact.
287            *
288            * @param repoStoreArtifact the repo store artifact of this s c product version
289            */
290            public void setRepoStoreArtifact(boolean repoStoreArtifact) {
291                    _scProductVersion.setRepoStoreArtifact(repoStoreArtifact);
292            }
293    
294            public boolean isNew() {
295                    return _scProductVersion.isNew();
296            }
297    
298            public void setNew(boolean n) {
299                    _scProductVersion.setNew(n);
300            }
301    
302            public boolean isCachedModel() {
303                    return _scProductVersion.isCachedModel();
304            }
305    
306            public void setCachedModel(boolean cachedModel) {
307                    _scProductVersion.setCachedModel(cachedModel);
308            }
309    
310            public boolean isEscapedModel() {
311                    return _scProductVersion.isEscapedModel();
312            }
313    
314            public void setEscapedModel(boolean escapedModel) {
315                    _scProductVersion.setEscapedModel(escapedModel);
316            }
317    
318            public java.io.Serializable getPrimaryKeyObj() {
319                    return _scProductVersion.getPrimaryKeyObj();
320            }
321    
322            public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
323                    return _scProductVersion.getExpandoBridge();
324            }
325    
326            public void setExpandoBridgeAttributes(
327                    com.liferay.portal.service.ServiceContext serviceContext) {
328                    _scProductVersion.setExpandoBridgeAttributes(serviceContext);
329            }
330    
331            public java.lang.Object clone() {
332                    return _scProductVersion.clone();
333            }
334    
335            public int compareTo(
336                    com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion) {
337                    return _scProductVersion.compareTo(scProductVersion);
338            }
339    
340            public int hashCode() {
341                    return _scProductVersion.hashCode();
342            }
343    
344            public com.liferay.portlet.softwarecatalog.model.SCProductVersion toEscapedModel() {
345                    return _scProductVersion.toEscapedModel();
346            }
347    
348            public java.lang.String toString() {
349                    return _scProductVersion.toString();
350            }
351    
352            public java.lang.String toXmlString() {
353                    return _scProductVersion.toXmlString();
354            }
355    
356            public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions()
357                    throws com.liferay.portal.kernel.exception.SystemException {
358                    return _scProductVersion.getFrameworkVersions();
359            }
360    
361            public com.liferay.portlet.softwarecatalog.model.SCProductEntry getProductEntry() {
362                    return _scProductVersion.getProductEntry();
363            }
364    
365            public SCProductVersion getWrappedSCProductVersion() {
366                    return _scProductVersion;
367            }
368    
369            private SCProductVersion _scProductVersion;
370    }