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