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.documentlibrary.model;
16  
17  /**
18   * <a href="DLFileShortcutSoap.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 DLFileShortcut}.
27   * </p>
28   *
29   * @author    Brian Wing Shun Chan
30   * @see       DLFileShortcut
31   * @generated
32   */
33  public class DLFileShortcutWrapper implements DLFileShortcut {
34      public DLFileShortcutWrapper(DLFileShortcut dlFileShortcut) {
35          _dlFileShortcut = dlFileShortcut;
36      }
37  
38      public long getPrimaryKey() {
39          return _dlFileShortcut.getPrimaryKey();
40      }
41  
42      public void setPrimaryKey(long pk) {
43          _dlFileShortcut.setPrimaryKey(pk);
44      }
45  
46      public java.lang.String getUuid() {
47          return _dlFileShortcut.getUuid();
48      }
49  
50      public void setUuid(java.lang.String uuid) {
51          _dlFileShortcut.setUuid(uuid);
52      }
53  
54      public long getFileShortcutId() {
55          return _dlFileShortcut.getFileShortcutId();
56      }
57  
58      public void setFileShortcutId(long fileShortcutId) {
59          _dlFileShortcut.setFileShortcutId(fileShortcutId);
60      }
61  
62      public long getGroupId() {
63          return _dlFileShortcut.getGroupId();
64      }
65  
66      public void setGroupId(long groupId) {
67          _dlFileShortcut.setGroupId(groupId);
68      }
69  
70      public long getCompanyId() {
71          return _dlFileShortcut.getCompanyId();
72      }
73  
74      public void setCompanyId(long companyId) {
75          _dlFileShortcut.setCompanyId(companyId);
76      }
77  
78      public long getUserId() {
79          return _dlFileShortcut.getUserId();
80      }
81  
82      public void setUserId(long userId) {
83          _dlFileShortcut.setUserId(userId);
84      }
85  
86      public java.lang.String getUserUuid()
87          throws com.liferay.portal.SystemException {
88          return _dlFileShortcut.getUserUuid();
89      }
90  
91      public void setUserUuid(java.lang.String userUuid) {
92          _dlFileShortcut.setUserUuid(userUuid);
93      }
94  
95      public java.lang.String getUserName() {
96          return _dlFileShortcut.getUserName();
97      }
98  
99      public void setUserName(java.lang.String userName) {
100         _dlFileShortcut.setUserName(userName);
101     }
102 
103     public java.util.Date getCreateDate() {
104         return _dlFileShortcut.getCreateDate();
105     }
106 
107     public void setCreateDate(java.util.Date createDate) {
108         _dlFileShortcut.setCreateDate(createDate);
109     }
110 
111     public java.util.Date getModifiedDate() {
112         return _dlFileShortcut.getModifiedDate();
113     }
114 
115     public void setModifiedDate(java.util.Date modifiedDate) {
116         _dlFileShortcut.setModifiedDate(modifiedDate);
117     }
118 
119     public long getFolderId() {
120         return _dlFileShortcut.getFolderId();
121     }
122 
123     public void setFolderId(long folderId) {
124         _dlFileShortcut.setFolderId(folderId);
125     }
126 
127     public long getToFolderId() {
128         return _dlFileShortcut.getToFolderId();
129     }
130 
131     public void setToFolderId(long toFolderId) {
132         _dlFileShortcut.setToFolderId(toFolderId);
133     }
134 
135     public java.lang.String getToName() {
136         return _dlFileShortcut.getToName();
137     }
138 
139     public void setToName(java.lang.String toName) {
140         _dlFileShortcut.setToName(toName);
141     }
142 
143     public boolean isNew() {
144         return _dlFileShortcut.isNew();
145     }
146 
147     public boolean setNew(boolean n) {
148         return _dlFileShortcut.setNew(n);
149     }
150 
151     public boolean isCachedModel() {
152         return _dlFileShortcut.isCachedModel();
153     }
154 
155     public void setCachedModel(boolean cachedModel) {
156         _dlFileShortcut.setCachedModel(cachedModel);
157     }
158 
159     public boolean isEscapedModel() {
160         return _dlFileShortcut.isEscapedModel();
161     }
162 
163     public void setEscapedModel(boolean escapedModel) {
164         _dlFileShortcut.setEscapedModel(escapedModel);
165     }
166 
167     public java.io.Serializable getPrimaryKeyObj() {
168         return _dlFileShortcut.getPrimaryKeyObj();
169     }
170 
171     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
172         return _dlFileShortcut.getExpandoBridge();
173     }
174 
175     public void setExpandoBridgeAttributes(
176         com.liferay.portal.service.ServiceContext serviceContext) {
177         _dlFileShortcut.setExpandoBridgeAttributes(serviceContext);
178     }
179 
180     public java.lang.Object clone() {
181         return _dlFileShortcut.clone();
182     }
183 
184     public int compareTo(
185         com.liferay.portlet.documentlibrary.model.DLFileShortcut dlFileShortcut) {
186         return _dlFileShortcut.compareTo(dlFileShortcut);
187     }
188 
189     public int hashCode() {
190         return _dlFileShortcut.hashCode();
191     }
192 
193     public com.liferay.portlet.documentlibrary.model.DLFileShortcut toEscapedModel() {
194         return _dlFileShortcut.toEscapedModel();
195     }
196 
197     public java.lang.String toString() {
198         return _dlFileShortcut.toString();
199     }
200 
201     public java.lang.String toXmlString() {
202         return _dlFileShortcut.toXmlString();
203     }
204 
205     public com.liferay.portlet.documentlibrary.model.DLFolder getFolder() {
206         return _dlFileShortcut.getFolder();
207     }
208 
209     public DLFileShortcut getWrappedDLFileShortcut() {
210         return _dlFileShortcut;
211     }
212 
213     private DLFileShortcut _dlFileShortcut;
214 }