1   /**
2    * Copyright (c) 2000-2009 Liferay, Inc. All rights reserved.
3    *
4    * Permission is hereby granted, free of charge, to any person obtaining a copy
5    * of this software and associated documentation files (the "Software"), to deal
6    * in the Software without restriction, including without limitation the rights
7    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8    * copies of the Software, and to permit persons to whom the Software is
9    * furnished to do so, subject to the following conditions:
10   *
11   * The above copyright notice and this permission notice shall be included in
12   * all copies or substantial portions of the Software.
13   *
14   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20   * SOFTWARE.
21   */
22  
23  package com.liferay.portlet.softwarecatalog.model;
24  
25  
26  /**
27   * <a href="SCProductVersionSoap.java.html"><b><i>View Source</i></b></a>
28   *
29   * <p>
30   * ServiceBuilder generated this class. Modifications in this class will be
31   * overwritten the next time is generated.
32   * </p>
33   *
34   * <p>
35   * This class is a wrapper for {@link SCProductVersion}.
36   * </p>
37   *
38   * @author    Brian Wing Shun Chan
39   * @see       SCProductVersion
40   * @generated
41   */
42  public class SCProductVersionWrapper implements SCProductVersion {
43      public SCProductVersionWrapper(SCProductVersion scProductVersion) {
44          _scProductVersion = scProductVersion;
45      }
46  
47      public long getPrimaryKey() {
48          return _scProductVersion.getPrimaryKey();
49      }
50  
51      public void setPrimaryKey(long pk) {
52          _scProductVersion.setPrimaryKey(pk);
53      }
54  
55      public long getProductVersionId() {
56          return _scProductVersion.getProductVersionId();
57      }
58  
59      public void setProductVersionId(long productVersionId) {
60          _scProductVersion.setProductVersionId(productVersionId);
61      }
62  
63      public long getCompanyId() {
64          return _scProductVersion.getCompanyId();
65      }
66  
67      public void setCompanyId(long companyId) {
68          _scProductVersion.setCompanyId(companyId);
69      }
70  
71      public long getUserId() {
72          return _scProductVersion.getUserId();
73      }
74  
75      public void setUserId(long userId) {
76          _scProductVersion.setUserId(userId);
77      }
78  
79      public java.lang.String getUserUuid()
80          throws com.liferay.portal.SystemException {
81          return _scProductVersion.getUserUuid();
82      }
83  
84      public void setUserUuid(java.lang.String userUuid) {
85          _scProductVersion.setUserUuid(userUuid);
86      }
87  
88      public java.lang.String getUserName() {
89          return _scProductVersion.getUserName();
90      }
91  
92      public void setUserName(java.lang.String userName) {
93          _scProductVersion.setUserName(userName);
94      }
95  
96      public java.util.Date getCreateDate() {
97          return _scProductVersion.getCreateDate();
98      }
99  
100     public void setCreateDate(java.util.Date createDate) {
101         _scProductVersion.setCreateDate(createDate);
102     }
103 
104     public java.util.Date getModifiedDate() {
105         return _scProductVersion.getModifiedDate();
106     }
107 
108     public void setModifiedDate(java.util.Date modifiedDate) {
109         _scProductVersion.setModifiedDate(modifiedDate);
110     }
111 
112     public long getProductEntryId() {
113         return _scProductVersion.getProductEntryId();
114     }
115 
116     public void setProductEntryId(long productEntryId) {
117         _scProductVersion.setProductEntryId(productEntryId);
118     }
119 
120     public java.lang.String getVersion() {
121         return _scProductVersion.getVersion();
122     }
123 
124     public void setVersion(java.lang.String version) {
125         _scProductVersion.setVersion(version);
126     }
127 
128     public java.lang.String getChangeLog() {
129         return _scProductVersion.getChangeLog();
130     }
131 
132     public void setChangeLog(java.lang.String changeLog) {
133         _scProductVersion.setChangeLog(changeLog);
134     }
135 
136     public java.lang.String getDownloadPageURL() {
137         return _scProductVersion.getDownloadPageURL();
138     }
139 
140     public void setDownloadPageURL(java.lang.String downloadPageURL) {
141         _scProductVersion.setDownloadPageURL(downloadPageURL);
142     }
143 
144     public java.lang.String getDirectDownloadURL() {
145         return _scProductVersion.getDirectDownloadURL();
146     }
147 
148     public void setDirectDownloadURL(java.lang.String directDownloadURL) {
149         _scProductVersion.setDirectDownloadURL(directDownloadURL);
150     }
151 
152     public boolean getRepoStoreArtifact() {
153         return _scProductVersion.getRepoStoreArtifact();
154     }
155 
156     public boolean isRepoStoreArtifact() {
157         return _scProductVersion.isRepoStoreArtifact();
158     }
159 
160     public void setRepoStoreArtifact(boolean repoStoreArtifact) {
161         _scProductVersion.setRepoStoreArtifact(repoStoreArtifact);
162     }
163 
164     public com.liferay.portlet.softwarecatalog.model.SCProductVersion toEscapedModel() {
165         return _scProductVersion.toEscapedModel();
166     }
167 
168     public boolean isNew() {
169         return _scProductVersion.isNew();
170     }
171 
172     public boolean setNew(boolean n) {
173         return _scProductVersion.setNew(n);
174     }
175 
176     public boolean isCachedModel() {
177         return _scProductVersion.isCachedModel();
178     }
179 
180     public void setCachedModel(boolean cachedModel) {
181         _scProductVersion.setCachedModel(cachedModel);
182     }
183 
184     public boolean isEscapedModel() {
185         return _scProductVersion.isEscapedModel();
186     }
187 
188     public void setEscapedModel(boolean escapedModel) {
189         _scProductVersion.setEscapedModel(escapedModel);
190     }
191 
192     public java.io.Serializable getPrimaryKeyObj() {
193         return _scProductVersion.getPrimaryKeyObj();
194     }
195 
196     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
197         return _scProductVersion.getExpandoBridge();
198     }
199 
200     public void setExpandoBridgeAttributes(
201         com.liferay.portal.service.ServiceContext serviceContext) {
202         _scProductVersion.setExpandoBridgeAttributes(serviceContext);
203     }
204 
205     public java.lang.Object clone() {
206         return _scProductVersion.clone();
207     }
208 
209     public int compareTo(
210         com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion) {
211         return _scProductVersion.compareTo(scProductVersion);
212     }
213 
214     public int hashCode() {
215         return _scProductVersion.hashCode();
216     }
217 
218     public java.lang.String toString() {
219         return _scProductVersion.toString();
220     }
221 
222     public java.lang.String toXmlString() {
223         return _scProductVersion.toXmlString();
224     }
225 
226     public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions()
227         throws com.liferay.portal.SystemException {
228         return _scProductVersion.getFrameworkVersions();
229     }
230 
231     public com.liferay.portlet.softwarecatalog.model.SCProductEntry getProductEntry() {
232         return _scProductVersion.getProductEntry();
233     }
234 
235     public SCProductVersion getWrappedSCProductVersion() {
236         return _scProductVersion;
237     }
238 
239     private SCProductVersion _scProductVersion;
240 }