1
22
23 package com.liferay.portlet.softwarecatalog.model;
24
25
26
42 public class SCProductEntryWrapper implements SCProductEntry {
43 public SCProductEntryWrapper(SCProductEntry scProductEntry) {
44 _scProductEntry = scProductEntry;
45 }
46
47 public long getPrimaryKey() {
48 return _scProductEntry.getPrimaryKey();
49 }
50
51 public void setPrimaryKey(long pk) {
52 _scProductEntry.setPrimaryKey(pk);
53 }
54
55 public long getProductEntryId() {
56 return _scProductEntry.getProductEntryId();
57 }
58
59 public void setProductEntryId(long productEntryId) {
60 _scProductEntry.setProductEntryId(productEntryId);
61 }
62
63 public long getGroupId() {
64 return _scProductEntry.getGroupId();
65 }
66
67 public void setGroupId(long groupId) {
68 _scProductEntry.setGroupId(groupId);
69 }
70
71 public long getCompanyId() {
72 return _scProductEntry.getCompanyId();
73 }
74
75 public void setCompanyId(long companyId) {
76 _scProductEntry.setCompanyId(companyId);
77 }
78
79 public long getUserId() {
80 return _scProductEntry.getUserId();
81 }
82
83 public void setUserId(long userId) {
84 _scProductEntry.setUserId(userId);
85 }
86
87 public java.lang.String getUserUuid()
88 throws com.liferay.portal.SystemException {
89 return _scProductEntry.getUserUuid();
90 }
91
92 public void setUserUuid(java.lang.String userUuid) {
93 _scProductEntry.setUserUuid(userUuid);
94 }
95
96 public java.lang.String getUserName() {
97 return _scProductEntry.getUserName();
98 }
99
100 public void setUserName(java.lang.String userName) {
101 _scProductEntry.setUserName(userName);
102 }
103
104 public java.util.Date getCreateDate() {
105 return _scProductEntry.getCreateDate();
106 }
107
108 public void setCreateDate(java.util.Date createDate) {
109 _scProductEntry.setCreateDate(createDate);
110 }
111
112 public java.util.Date getModifiedDate() {
113 return _scProductEntry.getModifiedDate();
114 }
115
116 public void setModifiedDate(java.util.Date modifiedDate) {
117 _scProductEntry.setModifiedDate(modifiedDate);
118 }
119
120 public java.lang.String getName() {
121 return _scProductEntry.getName();
122 }
123
124 public void setName(java.lang.String name) {
125 _scProductEntry.setName(name);
126 }
127
128 public java.lang.String getType() {
129 return _scProductEntry.getType();
130 }
131
132 public void setType(java.lang.String type) {
133 _scProductEntry.setType(type);
134 }
135
136 public java.lang.String getTags() {
137 return _scProductEntry.getTags();
138 }
139
140 public void setTags(java.lang.String tags) {
141 _scProductEntry.setTags(tags);
142 }
143
144 public java.lang.String getShortDescription() {
145 return _scProductEntry.getShortDescription();
146 }
147
148 public void setShortDescription(java.lang.String shortDescription) {
149 _scProductEntry.setShortDescription(shortDescription);
150 }
151
152 public java.lang.String getLongDescription() {
153 return _scProductEntry.getLongDescription();
154 }
155
156 public void setLongDescription(java.lang.String longDescription) {
157 _scProductEntry.setLongDescription(longDescription);
158 }
159
160 public java.lang.String getPageURL() {
161 return _scProductEntry.getPageURL();
162 }
163
164 public void setPageURL(java.lang.String pageURL) {
165 _scProductEntry.setPageURL(pageURL);
166 }
167
168 public java.lang.String getAuthor() {
169 return _scProductEntry.getAuthor();
170 }
171
172 public void setAuthor(java.lang.String author) {
173 _scProductEntry.setAuthor(author);
174 }
175
176 public java.lang.String getRepoGroupId() {
177 return _scProductEntry.getRepoGroupId();
178 }
179
180 public void setRepoGroupId(java.lang.String repoGroupId) {
181 _scProductEntry.setRepoGroupId(repoGroupId);
182 }
183
184 public java.lang.String getRepoArtifactId() {
185 return _scProductEntry.getRepoArtifactId();
186 }
187
188 public void setRepoArtifactId(java.lang.String repoArtifactId) {
189 _scProductEntry.setRepoArtifactId(repoArtifactId);
190 }
191
192 public com.liferay.portlet.softwarecatalog.model.SCProductEntry toEscapedModel() {
193 return _scProductEntry.toEscapedModel();
194 }
195
196 public boolean isNew() {
197 return _scProductEntry.isNew();
198 }
199
200 public boolean setNew(boolean n) {
201 return _scProductEntry.setNew(n);
202 }
203
204 public boolean isCachedModel() {
205 return _scProductEntry.isCachedModel();
206 }
207
208 public void setCachedModel(boolean cachedModel) {
209 _scProductEntry.setCachedModel(cachedModel);
210 }
211
212 public boolean isEscapedModel() {
213 return _scProductEntry.isEscapedModel();
214 }
215
216 public void setEscapedModel(boolean escapedModel) {
217 _scProductEntry.setEscapedModel(escapedModel);
218 }
219
220 public java.io.Serializable getPrimaryKeyObj() {
221 return _scProductEntry.getPrimaryKeyObj();
222 }
223
224 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
225 return _scProductEntry.getExpandoBridge();
226 }
227
228 public void setExpandoBridgeAttributes(
229 com.liferay.portal.service.ServiceContext serviceContext) {
230 _scProductEntry.setExpandoBridgeAttributes(serviceContext);
231 }
232
233 public java.lang.Object clone() {
234 return _scProductEntry.clone();
235 }
236
237 public int compareTo(
238 com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry) {
239 return _scProductEntry.compareTo(scProductEntry);
240 }
241
242 public int hashCode() {
243 return _scProductEntry.hashCode();
244 }
245
246 public java.lang.String toString() {
247 return _scProductEntry.toString();
248 }
249
250 public java.lang.String toXmlString() {
251 return _scProductEntry.toXmlString();
252 }
253
254 public com.liferay.portlet.softwarecatalog.model.SCProductVersion getLatestVersion()
255 throws com.liferay.portal.SystemException {
256 return _scProductEntry.getLatestVersion();
257 }
258
259 public java.util.List<com.liferay.portlet.softwarecatalog.model.SCLicense> getLicenses()
260 throws com.liferay.portal.SystemException {
261 return _scProductEntry.getLicenses();
262 }
263
264 public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> getScreenshots()
265 throws com.liferay.portal.SystemException {
266 return _scProductEntry.getScreenshots();
267 }
268
269 public SCProductEntry getWrappedSCProductEntry() {
270 return _scProductEntry;
271 }
272
273 private SCProductEntry _scProductEntry;
274 }