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="WebDAVPropsSoap.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 WebDAVProps}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       WebDAVProps
32   * @generated
33   */
34  public class WebDAVPropsWrapper implements WebDAVProps {
35      public WebDAVPropsWrapper(WebDAVProps webDAVProps) {
36          _webDAVProps = webDAVProps;
37      }
38  
39      public long getPrimaryKey() {
40          return _webDAVProps.getPrimaryKey();
41      }
42  
43      public void setPrimaryKey(long pk) {
44          _webDAVProps.setPrimaryKey(pk);
45      }
46  
47      public long getWebDavPropsId() {
48          return _webDAVProps.getWebDavPropsId();
49      }
50  
51      public void setWebDavPropsId(long webDavPropsId) {
52          _webDAVProps.setWebDavPropsId(webDavPropsId);
53      }
54  
55      public long getCompanyId() {
56          return _webDAVProps.getCompanyId();
57      }
58  
59      public void setCompanyId(long companyId) {
60          _webDAVProps.setCompanyId(companyId);
61      }
62  
63      public java.util.Date getCreateDate() {
64          return _webDAVProps.getCreateDate();
65      }
66  
67      public void setCreateDate(java.util.Date createDate) {
68          _webDAVProps.setCreateDate(createDate);
69      }
70  
71      public java.util.Date getModifiedDate() {
72          return _webDAVProps.getModifiedDate();
73      }
74  
75      public void setModifiedDate(java.util.Date modifiedDate) {
76          _webDAVProps.setModifiedDate(modifiedDate);
77      }
78  
79      public java.lang.String getClassName() {
80          return _webDAVProps.getClassName();
81      }
82  
83      public long getClassNameId() {
84          return _webDAVProps.getClassNameId();
85      }
86  
87      public void setClassNameId(long classNameId) {
88          _webDAVProps.setClassNameId(classNameId);
89      }
90  
91      public long getClassPK() {
92          return _webDAVProps.getClassPK();
93      }
94  
95      public void setClassPK(long classPK) {
96          _webDAVProps.setClassPK(classPK);
97      }
98  
99      public java.lang.String getProps() {
100         return _webDAVProps.getProps();
101     }
102 
103     public void setProps(java.lang.String props) {
104         _webDAVProps.setProps(props);
105     }
106 
107     public com.liferay.portal.model.WebDAVProps toEscapedModel() {
108         return _webDAVProps.toEscapedModel();
109     }
110 
111     public boolean isNew() {
112         return _webDAVProps.isNew();
113     }
114 
115     public boolean setNew(boolean n) {
116         return _webDAVProps.setNew(n);
117     }
118 
119     public boolean isCachedModel() {
120         return _webDAVProps.isCachedModel();
121     }
122 
123     public void setCachedModel(boolean cachedModel) {
124         _webDAVProps.setCachedModel(cachedModel);
125     }
126 
127     public boolean isEscapedModel() {
128         return _webDAVProps.isEscapedModel();
129     }
130 
131     public void setEscapedModel(boolean escapedModel) {
132         _webDAVProps.setEscapedModel(escapedModel);
133     }
134 
135     public java.io.Serializable getPrimaryKeyObj() {
136         return _webDAVProps.getPrimaryKeyObj();
137     }
138 
139     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
140         return _webDAVProps.getExpandoBridge();
141     }
142 
143     public void setExpandoBridgeAttributes(
144         com.liferay.portal.service.ServiceContext serviceContext) {
145         _webDAVProps.setExpandoBridgeAttributes(serviceContext);
146     }
147 
148     public java.lang.Object clone() {
149         return _webDAVProps.clone();
150     }
151 
152     public int compareTo(com.liferay.portal.model.WebDAVProps webDAVProps) {
153         return _webDAVProps.compareTo(webDAVProps);
154     }
155 
156     public int hashCode() {
157         return _webDAVProps.hashCode();
158     }
159 
160     public java.lang.String toString() {
161         return _webDAVProps.toString();
162     }
163 
164     public java.lang.String toXmlString() {
165         return _webDAVProps.toXmlString();
166     }
167 
168     public java.util.Set<com.liferay.portal.kernel.util.Tuple> getPropsSet()
169         throws java.lang.Exception {
170         return _webDAVProps.getPropsSet();
171     }
172 
173     public java.lang.String getText(java.lang.String name,
174         java.lang.String prefix, java.lang.String uri)
175         throws java.lang.Exception {
176         return _webDAVProps.getText(name, prefix, uri);
177     }
178 
179     public void addProp(java.lang.String name, java.lang.String prefix,
180         java.lang.String uri) throws java.lang.Exception {
181         _webDAVProps.addProp(name, prefix, uri);
182     }
183 
184     public void addProp(java.lang.String name, java.lang.String prefix,
185         java.lang.String uri, java.lang.String text) throws java.lang.Exception {
186         _webDAVProps.addProp(name, prefix, uri, text);
187     }
188 
189     public void removeProp(java.lang.String name, java.lang.String prefix,
190         java.lang.String uri) throws java.lang.Exception {
191         _webDAVProps.removeProp(name, prefix, uri);
192     }
193 
194     public void store() throws java.lang.Exception {
195         _webDAVProps.store();
196     }
197 
198     public WebDAVProps getWrappedWebDAVProps() {
199         return _webDAVProps;
200     }
201 
202     private WebDAVProps _webDAVProps;
203 }