com.liferay.portlet.expando.model
Interface ExpandoValue

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, ExpandoValueModel, java.io.Serializable

public interface ExpandoValue
extends ExpandoValueModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the ExpandoValue table in the database.

Customize com.liferay.portlet.expando.service.model.impl.ExpandoValueImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.expando.service.model.ExpandoValueModel, com.liferay.portlet.expando.service.model.impl.ExpandoValueImpl, com.liferay.portlet.expando.service.model.impl.ExpandoValueModelImpl

Method Summary
 boolean getBoolean()
           
 boolean[] getBooleanArray()
           
 java.util.Date getDate()
           
 java.util.Date[] getDateArray()
           
 double getDouble()
           
 double[] getDoubleArray()
           
 float getFloat()
           
 float[] getFloatArray()
           
 int getInteger()
           
 int[] getIntegerArray()
           
 long getLong()
           
 long[] getLongArray()
           
 short getShort()
           
 short[] getShortArray()
           
 java.lang.String getString()
           
 java.lang.String[] getStringArray()
           
 void setBoolean(boolean data)
           
 void setBooleanArray(boolean[] data)
           
 void setDate(java.util.Date data)
           
 void setDateArray(java.util.Date[] data)
           
 void setDouble(double data)
           
 void setDoubleArray(double[] data)
           
 void setFloat(float data)
           
 void setFloatArray(float[] data)
           
 void setInteger(int data)
           
 void setIntegerArray(int[] data)
           
 void setLong(long data)
           
 void setLongArray(long[] data)
           
 void setShort(short data)
           
 void setShortArray(short[] data)
           
 void setString(java.lang.String data)
           
 void setString(java.lang.String[] data)
           
 
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoValueModel
getClassName, getClassNameId, getClassPK, getColumnId, getData, getPrimaryKey, getRowId, getTableId, getValueId, setClassNameId, setClassPK, setColumnId, setData, setPrimaryKey, setRowId, setTableId, setValueId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getBoolean

boolean getBoolean()
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setBoolean

void setBoolean(boolean data)
                throws com.liferay.portal.SystemException,
                       com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getBooleanArray

boolean[] getBooleanArray()
                          throws com.liferay.portal.SystemException,
                                 com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setBooleanArray

void setBooleanArray(boolean[] data)
                     throws com.liferay.portal.SystemException,
                            com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getDate

java.util.Date getDate()
                       throws com.liferay.portal.SystemException,
                              com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setDate

void setDate(java.util.Date data)
             throws com.liferay.portal.SystemException,
                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getDateArray

java.util.Date[] getDateArray()
                              throws com.liferay.portal.SystemException,
                                     com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setDateArray

void setDateArray(java.util.Date[] data)
                  throws com.liferay.portal.SystemException,
                         com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getDouble

double getDouble()
                 throws com.liferay.portal.SystemException,
                        com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setDouble

void setDouble(double data)
               throws com.liferay.portal.SystemException,
                      com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getDoubleArray

double[] getDoubleArray()
                        throws com.liferay.portal.SystemException,
                               com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setDoubleArray

void setDoubleArray(double[] data)
                    throws com.liferay.portal.SystemException,
                           com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getFloat

float getFloat()
               throws com.liferay.portal.SystemException,
                      com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setFloat

void setFloat(float data)
              throws com.liferay.portal.SystemException,
                     com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getFloatArray

float[] getFloatArray()
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setFloatArray

void setFloatArray(float[] data)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getInteger

int getInteger()
               throws com.liferay.portal.SystemException,
                      com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setInteger

void setInteger(int data)
                throws com.liferay.portal.SystemException,
                       com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getIntegerArray

int[] getIntegerArray()
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setIntegerArray

void setIntegerArray(int[] data)
                     throws com.liferay.portal.SystemException,
                            com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getLong

long getLong()
             throws com.liferay.portal.SystemException,
                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setLong

void setLong(long data)
             throws com.liferay.portal.SystemException,
                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getLongArray

long[] getLongArray()
                    throws com.liferay.portal.SystemException,
                           com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setLongArray

void setLongArray(long[] data)
                  throws com.liferay.portal.SystemException,
                         com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getShort

short getShort()
               throws com.liferay.portal.SystemException,
                      com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setShort

void setShort(short data)
              throws com.liferay.portal.SystemException,
                     com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getShortArray

short[] getShortArray()
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setShortArray

void setShortArray(short[] data)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getString

java.lang.String getString()
                           throws com.liferay.portal.SystemException,
                                  com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setString

void setString(java.lang.String data)
               throws com.liferay.portal.SystemException,
                      com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getStringArray

java.lang.String[] getStringArray()
                                  throws com.liferay.portal.SystemException,
                                         com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setString

void setString(java.lang.String[] data)
               throws com.liferay.portal.SystemException,
                      com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException