1   /**
2    * Copyright (c) 2000-2009 Liferay, Inc. All rights reserved.
3    *
4    *
5    *
6    *
7    * The contents of this file are subject to the terms of the Liferay Enterprise
8    * Subscription License ("License"). You may not use this file except in
9    * compliance with the License. You can obtain a copy of the License by
10   * contacting Liferay, Inc. See the License for the specific language governing
11   * permissions and limitations under the License, including but not limited to
12   * distribution rights 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 ExpandoValue table in the
36   * database.
37   * </p>
38   *
39   * <p>
40   * Customize {@link com.liferay.portlet.expando.model.impl.ExpandoValueImpl} and rerun the
41   * ServiceBuilder to generate the new methods.
42   * </p>
43   *
44   * @author    Brian Wing Shun Chan
45   * @see       ExpandoValueModel
46   * @see       com.liferay.portlet.expando.model.impl.ExpandoValueImpl
47   * @see       com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
48   * @generated
49   */
50  public interface ExpandoValue extends ExpandoValueModel {
51      public boolean getBoolean()
52          throws com.liferay.portal.PortalException,
53              com.liferay.portal.SystemException;
54  
55      public void setBoolean(boolean data)
56          throws com.liferay.portal.PortalException,
57              com.liferay.portal.SystemException;
58  
59      public boolean[] getBooleanArray()
60          throws com.liferay.portal.PortalException,
61              com.liferay.portal.SystemException;
62  
63      public void setBooleanArray(boolean[] data)
64          throws com.liferay.portal.PortalException,
65              com.liferay.portal.SystemException;
66  
67      public java.util.Date getDate()
68          throws com.liferay.portal.PortalException,
69              com.liferay.portal.SystemException;
70  
71      public void setDate(java.util.Date data)
72          throws com.liferay.portal.PortalException,
73              com.liferay.portal.SystemException;
74  
75      public java.util.Date[] getDateArray()
76          throws com.liferay.portal.PortalException,
77              com.liferay.portal.SystemException;
78  
79      public void setDateArray(java.util.Date[] data)
80          throws com.liferay.portal.PortalException,
81              com.liferay.portal.SystemException;
82  
83      public double getDouble()
84          throws com.liferay.portal.PortalException,
85              com.liferay.portal.SystemException;
86  
87      public void setDouble(double data)
88          throws com.liferay.portal.PortalException,
89              com.liferay.portal.SystemException;
90  
91      public double[] getDoubleArray()
92          throws com.liferay.portal.PortalException,
93              com.liferay.portal.SystemException;
94  
95      public void setDoubleArray(double[] data)
96          throws com.liferay.portal.PortalException,
97              com.liferay.portal.SystemException;
98  
99      public float getFloat()
100         throws com.liferay.portal.PortalException,
101             com.liferay.portal.SystemException;
102 
103     public void setFloat(float data)
104         throws com.liferay.portal.PortalException,
105             com.liferay.portal.SystemException;
106 
107     public float[] getFloatArray()
108         throws com.liferay.portal.PortalException,
109             com.liferay.portal.SystemException;
110 
111     public void setFloatArray(float[] data)
112         throws com.liferay.portal.PortalException,
113             com.liferay.portal.SystemException;
114 
115     public int getInteger()
116         throws com.liferay.portal.PortalException,
117             com.liferay.portal.SystemException;
118 
119     public void setInteger(int data)
120         throws com.liferay.portal.PortalException,
121             com.liferay.portal.SystemException;
122 
123     public int[] getIntegerArray()
124         throws com.liferay.portal.PortalException,
125             com.liferay.portal.SystemException;
126 
127     public void setIntegerArray(int[] data)
128         throws com.liferay.portal.PortalException,
129             com.liferay.portal.SystemException;
130 
131     public long getLong()
132         throws com.liferay.portal.PortalException,
133             com.liferay.portal.SystemException;
134 
135     public void setLong(long data)
136         throws com.liferay.portal.PortalException,
137             com.liferay.portal.SystemException;
138 
139     public long[] getLongArray()
140         throws com.liferay.portal.PortalException,
141             com.liferay.portal.SystemException;
142 
143     public void setLongArray(long[] data)
144         throws com.liferay.portal.PortalException,
145             com.liferay.portal.SystemException;
146 
147     public short getShort()
148         throws com.liferay.portal.PortalException,
149             com.liferay.portal.SystemException;
150 
151     public void setShort(short data)
152         throws com.liferay.portal.PortalException,
153             com.liferay.portal.SystemException;
154 
155     public short[] getShortArray()
156         throws com.liferay.portal.PortalException,
157             com.liferay.portal.SystemException;
158 
159     public void setShortArray(short[] data)
160         throws com.liferay.portal.PortalException,
161             com.liferay.portal.SystemException;
162 
163     public java.lang.String getString()
164         throws com.liferay.portal.PortalException,
165             com.liferay.portal.SystemException;
166 
167     public void setString(java.lang.String data)
168         throws com.liferay.portal.PortalException,
169             com.liferay.portal.SystemException;
170 
171     public java.lang.String[] getStringArray()
172         throws com.liferay.portal.PortalException,
173             com.liferay.portal.SystemException;
174 
175     public void setStringArray(java.lang.String[] data)
176         throws com.liferay.portal.PortalException,
177             com.liferay.portal.SystemException;
178 }