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