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