1   /**
2    * Copyright (c) 2000-2009 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   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17   * SOFTWARE.
18   */
19  
20  package com.liferay.portlet.expando.model;
21  
22  
23  /**
24   * <a href="ExpandoValue.java.html"><b><i>View Source</i></b></a>
25   *
26   * <p>
27   * ServiceBuilder generated this class. Modifications in this class will be
28   * overwritten the next time is generated.
29   * </p>
30   *
31   * <p>
32   * This interface is a model that represents the <code>ExpandoValue</code> table
33   * in the database.
34   * </p>
35   *
36   * <p>
37   * Customize <code>com.liferay.portlet.expando.model.impl.ExpandoValueImpl</code>
38   * and rerun the ServiceBuilder to generate the new methods.
39   * </p>
40   *
41   * @author Brian Wing Shun Chan
42   *
43   * @see com.liferay.portlet.expando.model.ExpandoValueModel
44   * @see com.liferay.portlet.expando.model.impl.ExpandoValueImpl
45   * @see com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
46   *
47   */
48  public interface ExpandoValue extends ExpandoValueModel {
49      public boolean getBoolean()
50          throws com.liferay.portal.PortalException,
51              com.liferay.portal.SystemException;
52  
53      public void setBoolean(boolean data)
54          throws com.liferay.portal.PortalException,
55              com.liferay.portal.SystemException;
56  
57      public boolean[] getBooleanArray()
58          throws com.liferay.portal.PortalException,
59              com.liferay.portal.SystemException;
60  
61      public void setBooleanArray(boolean[] data)
62          throws com.liferay.portal.PortalException,
63              com.liferay.portal.SystemException;
64  
65      public java.util.Date getDate()
66          throws com.liferay.portal.PortalException,
67              com.liferay.portal.SystemException;
68  
69      public void setDate(java.util.Date data)
70          throws com.liferay.portal.PortalException,
71              com.liferay.portal.SystemException;
72  
73      public java.util.Date[] getDateArray()
74          throws com.liferay.portal.PortalException,
75              com.liferay.portal.SystemException;
76  
77      public void setDateArray(java.util.Date[] data)
78          throws com.liferay.portal.PortalException,
79              com.liferay.portal.SystemException;
80  
81      public double getDouble()
82          throws com.liferay.portal.PortalException,
83              com.liferay.portal.SystemException;
84  
85      public void setDouble(double data)
86          throws com.liferay.portal.PortalException,
87              com.liferay.portal.SystemException;
88  
89      public double[] getDoubleArray()
90          throws com.liferay.portal.PortalException,
91              com.liferay.portal.SystemException;
92  
93      public void setDoubleArray(double[] data)
94          throws com.liferay.portal.PortalException,
95              com.liferay.portal.SystemException;
96  
97      public float getFloat()
98          throws com.liferay.portal.PortalException,
99              com.liferay.portal.SystemException;
100 
101     public void setFloat(float data)
102         throws com.liferay.portal.PortalException,
103             com.liferay.portal.SystemException;
104 
105     public float[] getFloatArray()
106         throws com.liferay.portal.PortalException,
107             com.liferay.portal.SystemException;
108 
109     public void setFloatArray(float[] data)
110         throws com.liferay.portal.PortalException,
111             com.liferay.portal.SystemException;
112 
113     public int getInteger()
114         throws com.liferay.portal.PortalException,
115             com.liferay.portal.SystemException;
116 
117     public void setInteger(int data)
118         throws com.liferay.portal.PortalException,
119             com.liferay.portal.SystemException;
120 
121     public int[] getIntegerArray()
122         throws com.liferay.portal.PortalException,
123             com.liferay.portal.SystemException;
124 
125     public void setIntegerArray(int[] data)
126         throws com.liferay.portal.PortalException,
127             com.liferay.portal.SystemException;
128 
129     public long getLong()
130         throws com.liferay.portal.PortalException,
131             com.liferay.portal.SystemException;
132 
133     public void setLong(long data)
134         throws com.liferay.portal.PortalException,
135             com.liferay.portal.SystemException;
136 
137     public long[] getLongArray()
138         throws com.liferay.portal.PortalException,
139             com.liferay.portal.SystemException;
140 
141     public void setLongArray(long[] data)
142         throws com.liferay.portal.PortalException,
143             com.liferay.portal.SystemException;
144 
145     public short getShort()
146         throws com.liferay.portal.PortalException,
147             com.liferay.portal.SystemException;
148 
149     public void setShort(short data)
150         throws com.liferay.portal.PortalException,
151             com.liferay.portal.SystemException;
152 
153     public short[] getShortArray()
154         throws com.liferay.portal.PortalException,
155             com.liferay.portal.SystemException;
156 
157     public void setShortArray(short[] data)
158         throws com.liferay.portal.PortalException,
159             com.liferay.portal.SystemException;
160 
161     public java.lang.String getString()
162         throws com.liferay.portal.PortalException,
163             com.liferay.portal.SystemException;
164 
165     public void setString(java.lang.String data)
166         throws com.liferay.portal.PortalException,
167             com.liferay.portal.SystemException;
168 
169     public java.lang.String[] getStringArray()
170         throws com.liferay.portal.PortalException,
171             com.liferay.portal.SystemException;
172 
173     public void setStringArray(java.lang.String[] data)
174         throws com.liferay.portal.PortalException,
175             com.liferay.portal.SystemException;
176 }