Liferay 6.0.5

com.liferay.portlet.expando.model.impl
Class ExpandoValueImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ExpandoValue>
      extended by com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
          extended by com.liferay.portlet.expando.model.impl.ExpandoValueImpl
All Implemented Interfaces:
BaseModel<ExpandoValue>, ExpandoValue, ExpandoValueModel, Serializable, Cloneable, Comparable<ExpandoValue>

public class ExpandoValueImpl
extends ExpandoValueModelImpl
implements ExpandoValue

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ExpandoValueImpl()
           
 
Method Summary
 boolean getBoolean()
           
 boolean[] getBooleanArray()
           
 Date getDate()
           
 Date[] getDateArray()
           
 double getDouble()
           
 double[] getDoubleArray()
           
 float getFloat()
           
 float[] getFloatArray()
           
 int getInteger()
           
 int[] getIntegerArray()
           
 long getLong()
           
 long[] getLongArray()
           
 short getShort()
           
 short[] getShortArray()
           
 String getString()
           
 String[] getStringArray()
           
 void setBoolean(boolean data)
           
 void setBooleanArray(boolean[] data)
           
 void setDate(Date data)
           
 void setDateArray(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(String data)
           
 void setStringArray(String[] data)
           
protected  void validate(int type)
           
 
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnId, getCompanyId, getData, getOriginalClassPK, getOriginalColumnId, getOriginalRowId, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, getValueId, hashCode, setClassNameId, setClassPK, setColumnId, setCompanyId, setData, setPrimaryKey, setRowId, setTableId, setValueId, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoValueModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getColumnId, getCompanyId, getData, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, getValueId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setColumnId, setCompanyId, setData, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setRowId, setTableId, setValueId, toEscapedModel, toString, toXmlString
 

Constructor Detail

ExpandoValueImpl

public ExpandoValueImpl()
Method Detail

getBoolean

public boolean getBoolean()
                   throws PortalException,
                          SystemException
Specified by:
getBoolean in interface ExpandoValue
Throws:
PortalException
SystemException

getBooleanArray

public boolean[] getBooleanArray()
                          throws PortalException,
                                 SystemException
Specified by:
getBooleanArray in interface ExpandoValue
Throws:
PortalException
SystemException

getDate

public Date getDate()
             throws PortalException,
                    SystemException
Specified by:
getDate in interface ExpandoValue
Throws:
PortalException
SystemException

getDateArray

public Date[] getDateArray()
                    throws PortalException,
                           SystemException
Specified by:
getDateArray in interface ExpandoValue
Throws:
PortalException
SystemException

getDouble

public double getDouble()
                 throws PortalException,
                        SystemException
Specified by:
getDouble in interface ExpandoValue
Throws:
PortalException
SystemException

getDoubleArray

public double[] getDoubleArray()
                        throws PortalException,
                               SystemException
Specified by:
getDoubleArray in interface ExpandoValue
Throws:
PortalException
SystemException

getFloat

public float getFloat()
               throws PortalException,
                      SystemException
Specified by:
getFloat in interface ExpandoValue
Throws:
PortalException
SystemException

getFloatArray

public float[] getFloatArray()
                      throws PortalException,
                             SystemException
Specified by:
getFloatArray in interface ExpandoValue
Throws:
PortalException
SystemException

getInteger

public int getInteger()
               throws PortalException,
                      SystemException
Specified by:
getInteger in interface ExpandoValue
Throws:
PortalException
SystemException

getIntegerArray

public int[] getIntegerArray()
                      throws PortalException,
                             SystemException
Specified by:
getIntegerArray in interface ExpandoValue
Throws:
PortalException
SystemException

getLong

public long getLong()
             throws PortalException,
                    SystemException
Specified by:
getLong in interface ExpandoValue
Throws:
PortalException
SystemException

getLongArray

public long[] getLongArray()
                    throws PortalException,
                           SystemException
Specified by:
getLongArray in interface ExpandoValue
Throws:
PortalException
SystemException

getShort

public short getShort()
               throws PortalException,
                      SystemException
Specified by:
getShort in interface ExpandoValue
Throws:
PortalException
SystemException

getShortArray

public short[] getShortArray()
                      throws PortalException,
                             SystemException
Specified by:
getShortArray in interface ExpandoValue
Throws:
PortalException
SystemException

getString

public String getString()
                 throws PortalException,
                        SystemException
Specified by:
getString in interface ExpandoValue
Throws:
PortalException
SystemException

getStringArray

public String[] getStringArray()
                        throws PortalException,
                               SystemException
Specified by:
getStringArray in interface ExpandoValue
Throws:
PortalException
SystemException

setBoolean

public void setBoolean(boolean data)
                throws PortalException,
                       SystemException
Specified by:
setBoolean in interface ExpandoValue
Throws:
PortalException
SystemException

setBooleanArray

public void setBooleanArray(boolean[] data)
                     throws PortalException,
                            SystemException
Specified by:
setBooleanArray in interface ExpandoValue
Throws:
PortalException
SystemException

setDate

public void setDate(Date data)
             throws PortalException,
                    SystemException
Specified by:
setDate in interface ExpandoValue
Throws:
PortalException
SystemException

setDateArray

public void setDateArray(Date[] data)
                  throws PortalException,
                         SystemException
Specified by:
setDateArray in interface ExpandoValue
Throws:
PortalException
SystemException

setDouble

public void setDouble(double data)
               throws PortalException,
                      SystemException
Specified by:
setDouble in interface ExpandoValue
Throws:
PortalException
SystemException

setDoubleArray

public void setDoubleArray(double[] data)
                    throws PortalException,
                           SystemException
Specified by:
setDoubleArray in interface ExpandoValue
Throws:
PortalException
SystemException

setFloat

public void setFloat(float data)
              throws PortalException,
                     SystemException
Specified by:
setFloat in interface ExpandoValue
Throws:
PortalException
SystemException

setFloatArray

public void setFloatArray(float[] data)
                   throws PortalException,
                          SystemException
Specified by:
setFloatArray in interface ExpandoValue
Throws:
PortalException
SystemException

setInteger

public void setInteger(int data)
                throws PortalException,
                       SystemException
Specified by:
setInteger in interface ExpandoValue
Throws:
PortalException
SystemException

setIntegerArray

public void setIntegerArray(int[] data)
                     throws PortalException,
                            SystemException
Specified by:
setIntegerArray in interface ExpandoValue
Throws:
PortalException
SystemException

setLong

public void setLong(long data)
             throws PortalException,
                    SystemException
Specified by:
setLong in interface ExpandoValue
Throws:
PortalException
SystemException

setLongArray

public void setLongArray(long[] data)
                  throws PortalException,
                         SystemException
Specified by:
setLongArray in interface ExpandoValue
Throws:
PortalException
SystemException

setShort

public void setShort(short data)
              throws PortalException,
                     SystemException
Specified by:
setShort in interface ExpandoValue
Throws:
PortalException
SystemException

setShortArray

public void setShortArray(short[] data)
                   throws PortalException,
                          SystemException
Specified by:
setShortArray in interface ExpandoValue
Throws:
PortalException
SystemException

setString

public void setString(String data)
               throws PortalException,
                      SystemException
Specified by:
setString in interface ExpandoValue
Throws:
PortalException
SystemException

setStringArray

public void setStringArray(String[] data)
                    throws PortalException,
                           SystemException
Specified by:
setStringArray in interface ExpandoValue
Throws:
PortalException
SystemException

validate

protected void validate(int type)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5