1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * This library is free software; you can redistribute it and/or modify it under
5    * the terms of the GNU Lesser General Public License as published by the Free
6    * Software Foundation; either version 2.1 of the License, or (at your option)
7    * any later version.
8    *
9    * This library is distributed in the hope that it will be useful, but WITHOUT
10   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11   * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12   * details.
13   */
14  
15  package com.liferay.portlet.documentlibrary.model;
16  
17  
18  /**
19   * <a href="DLFileShortcutSoap.java.html"><b><i>View Source</i></b></a>
20   *
21   * <p>
22   * ServiceBuilder generated this class. Modifications in this class will be
23   * overwritten the next time is generated.
24   * </p>
25   *
26   * <p>
27   * This class is a wrapper for {@link DLFileShortcut}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       DLFileShortcut
32   * @generated
33   */
34  public class DLFileShortcutWrapper implements DLFileShortcut {
35      public DLFileShortcutWrapper(DLFileShortcut dlFileShortcut) {
36          _dlFileShortcut = dlFileShortcut;
37      }
38  
39      public long getPrimaryKey() {
40          return _dlFileShortcut.getPrimaryKey();
41      }
42  
43      public void setPrimaryKey(long pk) {
44          _dlFileShortcut.setPrimaryKey(pk);
45      }
46  
47      public java.lang.String getUuid() {
48          return _dlFileShortcut.getUuid();
49      }
50  
51      public void setUuid(java.lang.String uuid) {
52          _dlFileShortcut.setUuid(uuid);
53      }
54  
55      public long getFileShortcutId() {
56          return _dlFileShortcut.getFileShortcutId();
57      }
58  
59      public void setFileShortcutId(long fileShortcutId) {
60          _dlFileShortcut.setFileShortcutId(fileShortcutId);
61      }
62  
63      public long getGroupId() {
64          return _dlFileShortcut.getGroupId();
65      }
66  
67      public void setGroupId(long groupId) {
68          _dlFileShortcut.setGroupId(groupId);
69      }
70  
71      public long getCompanyId() {
72          return _dlFileShortcut.getCompanyId();
73      }
74  
75      public void setCompanyId(long companyId) {
76          _dlFileShortcut.setCompanyId(companyId);
77      }
78  
79      public long getUserId() {
80          return _dlFileShortcut.getUserId();
81      }
82  
83      public void setUserId(long userId) {
84          _dlFileShortcut.setUserId(userId);
85      }
86  
87      public java.lang.String getUserUuid()
88          throws com.liferay.portal.kernel.exception.SystemException {
89          return _dlFileShortcut.getUserUuid();
90      }
91  
92      public void setUserUuid(java.lang.String userUuid) {
93          _dlFileShortcut.setUserUuid(userUuid);
94      }
95  
96      public java.lang.String getUserName() {
97          return _dlFileShortcut.getUserName();
98      }
99  
100     public void setUserName(java.lang.String userName) {
101         _dlFileShortcut.setUserName(userName);
102     }
103 
104     public java.util.Date getCreateDate() {
105         return _dlFileShortcut.getCreateDate();
106     }
107 
108     public void setCreateDate(java.util.Date createDate) {
109         _dlFileShortcut.setCreateDate(createDate);
110     }
111 
112     public java.util.Date getModifiedDate() {
113         return _dlFileShortcut.getModifiedDate();
114     }
115 
116     public void setModifiedDate(java.util.Date modifiedDate) {
117         _dlFileShortcut.setModifiedDate(modifiedDate);
118     }
119 
120     public long getFolderId() {
121         return _dlFileShortcut.getFolderId();
122     }
123 
124     public void setFolderId(long folderId) {
125         _dlFileShortcut.setFolderId(folderId);
126     }
127 
128     public long getToFolderId() {
129         return _dlFileShortcut.getToFolderId();
130     }
131 
132     public void setToFolderId(long toFolderId) {
133         _dlFileShortcut.setToFolderId(toFolderId);
134     }
135 
136     public java.lang.String getToName() {
137         return _dlFileShortcut.getToName();
138     }
139 
140     public void setToName(java.lang.String toName) {
141         _dlFileShortcut.setToName(toName);
142     }
143 
144     public int getStatus() {
145         return _dlFileShortcut.getStatus();
146     }
147 
148     public void setStatus(int status) {
149         _dlFileShortcut.setStatus(status);
150     }
151 
152     public long getStatusByUserId() {
153         return _dlFileShortcut.getStatusByUserId();
154     }
155 
156     public void setStatusByUserId(long statusByUserId) {
157         _dlFileShortcut.setStatusByUserId(statusByUserId);
158     }
159 
160     public java.lang.String getStatusByUserUuid()
161         throws com.liferay.portal.kernel.exception.SystemException {
162         return _dlFileShortcut.getStatusByUserUuid();
163     }
164 
165     public void setStatusByUserUuid(java.lang.String statusByUserUuid) {
166         _dlFileShortcut.setStatusByUserUuid(statusByUserUuid);
167     }
168 
169     public java.lang.String getStatusByUserName() {
170         return _dlFileShortcut.getStatusByUserName();
171     }
172 
173     public void setStatusByUserName(java.lang.String statusByUserName) {
174         _dlFileShortcut.setStatusByUserName(statusByUserName);
175     }
176 
177     public java.util.Date getStatusDate() {
178         return _dlFileShortcut.getStatusDate();
179     }
180 
181     public void setStatusDate(java.util.Date statusDate) {
182         _dlFileShortcut.setStatusDate(statusDate);
183     }
184 
185     public com.liferay.portlet.documentlibrary.model.DLFileShortcut toEscapedModel() {
186         return _dlFileShortcut.toEscapedModel();
187     }
188 
189     public boolean isNew() {
190         return _dlFileShortcut.isNew();
191     }
192 
193     public boolean setNew(boolean n) {
194         return _dlFileShortcut.setNew(n);
195     }
196 
197     public boolean isCachedModel() {
198         return _dlFileShortcut.isCachedModel();
199     }
200 
201     public void setCachedModel(boolean cachedModel) {
202         _dlFileShortcut.setCachedModel(cachedModel);
203     }
204 
205     public boolean isEscapedModel() {
206         return _dlFileShortcut.isEscapedModel();
207     }
208 
209     public void setEscapedModel(boolean escapedModel) {
210         _dlFileShortcut.setEscapedModel(escapedModel);
211     }
212 
213     public java.io.Serializable getPrimaryKeyObj() {
214         return _dlFileShortcut.getPrimaryKeyObj();
215     }
216 
217     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
218         return _dlFileShortcut.getExpandoBridge();
219     }
220 
221     public void setExpandoBridgeAttributes(
222         com.liferay.portal.service.ServiceContext serviceContext) {
223         _dlFileShortcut.setExpandoBridgeAttributes(serviceContext);
224     }
225 
226     public java.lang.Object clone() {
227         return _dlFileShortcut.clone();
228     }
229 
230     public int compareTo(
231         com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut) {
232         return _dlFileShortcut.compareTo(dlFileShortcut);
233     }
234 
235     public int hashCode() {
236         return _dlFileShortcut.hashCode();
237     }
238 
239     public java.lang.String toString() {
240         return _dlFileShortcut.toString();
241     }
242 
243     public java.lang.String toXmlString() {
244         return _dlFileShortcut.toXmlString();
245     }
246 
247     public com.liferay.portlet.documentlibrary.model.DLFolder getFolder() {
248         return _dlFileShortcut.getFolder();
249     }
250 
251     public java.lang.String getToTitle() {
252         return _dlFileShortcut.getToTitle();
253     }
254 
255     public DLFileShortcut getWrappedDLFileShortcut() {
256         return _dlFileShortcut;
257     }
258 
259     private DLFileShortcut _dlFileShortcut;
260 }