1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * The contents of this file are subject to the terms of the Liferay Enterprise
5    * Subscription License ("License"). You may not use this file except in
6    * compliance with the License. You can obtain a copy of the License by
7    * contacting Liferay, Inc. See the License for the specific language governing
8    * permissions and limitations under the License, including but not limited to
9    * distribution rights of the Software.
10   *
11   *
12   *
13   */
14  
15  package com.liferay.portlet.softwarecatalog.model;
16  
17  /**
18   * <a href="SCProductEntrySoap.java.html"><b><i>View Source</i></b></a>
19   *
20   * <p>
21   * ServiceBuilder generated this class. Modifications in this class will be
22   * overwritten the next time is generated.
23   * </p>
24   *
25   * <p>
26   * This class is a wrapper for {@link SCProductEntry}.
27   * </p>
28   *
29   * @author    Brian Wing Shun Chan
30   * @see       SCProductEntry
31   * @generated
32   */
33  public class SCProductEntryWrapper implements SCProductEntry {
34      public SCProductEntryWrapper(SCProductEntry scProductEntry) {
35          _scProductEntry = scProductEntry;
36      }
37  
38      public long getPrimaryKey() {
39          return _scProductEntry.getPrimaryKey();
40      }
41  
42      public void setPrimaryKey(long pk) {
43          _scProductEntry.setPrimaryKey(pk);
44      }
45  
46      public long getProductEntryId() {
47          return _scProductEntry.getProductEntryId();
48      }
49  
50      public void setProductEntryId(long productEntryId) {
51          _scProductEntry.setProductEntryId(productEntryId);
52      }
53  
54      public long getGroupId() {
55          return _scProductEntry.getGroupId();
56      }
57  
58      public void setGroupId(long groupId) {
59          _scProductEntry.setGroupId(groupId);
60      }
61  
62      public long getCompanyId() {
63          return _scProductEntry.getCompanyId();
64      }
65  
66      public void setCompanyId(long companyId) {
67          _scProductEntry.setCompanyId(companyId);
68      }
69  
70      public long getUserId() {
71          return _scProductEntry.getUserId();
72      }
73  
74      public void setUserId(long userId) {
75          _scProductEntry.setUserId(userId);
76      }
77  
78      public java.lang.String getUserUuid()
79          throws com.liferay.portal.SystemException {
80          return _scProductEntry.getUserUuid();
81      }
82  
83      public void setUserUuid(java.lang.String userUuid) {
84          _scProductEntry.setUserUuid(userUuid);
85      }
86  
87      public java.lang.String getUserName() {
88          return _scProductEntry.getUserName();
89      }
90  
91      public void setUserName(java.lang.String userName) {
92          _scProductEntry.setUserName(userName);
93      }
94  
95      public java.util.Date getCreateDate() {
96          return _scProductEntry.getCreateDate();
97      }
98  
99      public void setCreateDate(java.util.Date createDate) {
100         _scProductEntry.setCreateDate(createDate);
101     }
102 
103     public java.util.Date getModifiedDate() {
104         return _scProductEntry.getModifiedDate();
105     }
106 
107     public void setModifiedDate(java.util.Date modifiedDate) {
108         _scProductEntry.setModifiedDate(modifiedDate);
109     }
110 
111     public java.lang.String getName() {
112         return _scProductEntry.getName();
113     }
114 
115     public void setName(java.lang.String name) {
116         _scProductEntry.setName(name);
117     }
118 
119     public java.lang.String getType() {
120         return _scProductEntry.getType();
121     }
122 
123     public void setType(java.lang.String type) {
124         _scProductEntry.setType(type);
125     }
126 
127     public java.lang.String getTags() {
128         return _scProductEntry.getTags();
129     }
130 
131     public void setTags(java.lang.String tags) {
132         _scProductEntry.setTags(tags);
133     }
134 
135     public java.lang.String getShortDescription() {
136         return _scProductEntry.getShortDescription();
137     }
138 
139     public void setShortDescription(java.lang.String shortDescription) {
140         _scProductEntry.setShortDescription(shortDescription);
141     }
142 
143     public java.lang.String getLongDescription() {
144         return _scProductEntry.getLongDescription();
145     }
146 
147     public void setLongDescription(java.lang.String longDescription) {
148         _scProductEntry.setLongDescription(longDescription);
149     }
150 
151     public java.lang.String getPageURL() {
152         return _scProductEntry.getPageURL();
153     }
154 
155     public void setPageURL(java.lang.String pageURL) {
156         _scProductEntry.setPageURL(pageURL);
157     }
158 
159     public java.lang.String getAuthor() {
160         return _scProductEntry.getAuthor();
161     }
162 
163     public void setAuthor(java.lang.String author) {
164         _scProductEntry.setAuthor(author);
165     }
166 
167     public java.lang.String getRepoGroupId() {
168         return _scProductEntry.getRepoGroupId();
169     }
170 
171     public void setRepoGroupId(java.lang.String repoGroupId) {
172         _scProductEntry.setRepoGroupId(repoGroupId);
173     }
174 
175     public java.lang.String getRepoArtifactId() {
176         return _scProductEntry.getRepoArtifactId();
177     }
178 
179     public void setRepoArtifactId(java.lang.String repoArtifactId) {
180         _scProductEntry.setRepoArtifactId(repoArtifactId);
181     }
182 
183     public boolean isNew() {
184         return _scProductEntry.isNew();
185     }
186 
187     public boolean setNew(boolean n) {
188         return _scProductEntry.setNew(n);
189     }
190 
191     public boolean isCachedModel() {
192         return _scProductEntry.isCachedModel();
193     }
194 
195     public void setCachedModel(boolean cachedModel) {
196         _scProductEntry.setCachedModel(cachedModel);
197     }
198 
199     public boolean isEscapedModel() {
200         return _scProductEntry.isEscapedModel();
201     }
202 
203     public void setEscapedModel(boolean escapedModel) {
204         _scProductEntry.setEscapedModel(escapedModel);
205     }
206 
207     public java.io.Serializable getPrimaryKeyObj() {
208         return _scProductEntry.getPrimaryKeyObj();
209     }
210 
211     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
212         return _scProductEntry.getExpandoBridge();
213     }
214 
215     public void setExpandoBridgeAttributes(
216         com.liferay.portal.service.ServiceContext serviceContext) {
217         _scProductEntry.setExpandoBridgeAttributes(serviceContext);
218     }
219 
220     public java.lang.Object clone() {
221         return _scProductEntry.clone();
222     }
223 
224     public int compareTo(
225         com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry) {
226         return _scProductEntry.compareTo(scProductEntry);
227     }
228 
229     public int hashCode() {
230         return _scProductEntry.hashCode();
231     }
232 
233     public com.liferay.portlet.softwarecatalog.model.SCProductEntry toEscapedModel() {
234         return _scProductEntry.toEscapedModel();
235     }
236 
237     public java.lang.String toString() {
238         return _scProductEntry.toString();
239     }
240 
241     public java.lang.String toXmlString() {
242         return _scProductEntry.toXmlString();
243     }
244 
245     public com.liferay.portlet.softwarecatalog.model.SCProductVersion getLatestVersion()
246         throws com.liferay.portal.SystemException {
247         return _scProductEntry.getLatestVersion();
248     }
249 
250     public java.util.List<com.liferay.portlet.softwarecatalog.model.SCLicense> getLicenses()
251         throws com.liferay.portal.SystemException {
252         return _scProductEntry.getLicenses();
253     }
254 
255     public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> getScreenshots()
256         throws com.liferay.portal.SystemException {
257         return _scProductEntry.getScreenshots();
258     }
259 
260     public SCProductEntry getWrappedSCProductEntry() {
261         return _scProductEntry;
262     }
263 
264     private SCProductEntry _scProductEntry;
265 }