com.liferay.portlet.expando.model
Class ExpandoValueWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.model.ExpandoValueWrapper
All Implemented Interfaces:
BaseModel<ExpandoValue>, ExpandoValue, ExpandoValueModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ExpandoValue>

public class ExpandoValueWrapper
extends java.lang.Object
implements ExpandoValue

View Source

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

This class is a wrapper for ExpandoValue.

Author:
Brian Wing Shun Chan
See Also:
ExpandoValue, Serialized Form
Generated:

Constructor Summary
ExpandoValueWrapper(ExpandoValue expandoValue)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(ExpandoValue expandoValue)
           
 boolean getBoolean()
           
 boolean[] getBooleanArray()
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getColumnId()
           
 long getCompanyId()
           
 java.lang.String getData()
           
 java.util.Date getDate()
           
 java.util.Date[] getDateArray()
           
 double getDouble()
           
 double[] getDoubleArray()
           
 ExpandoBridge getExpandoBridge()
           
 float getFloat()
           
 float[] getFloatArray()
           
 int getInteger()
           
 int[] getIntegerArray()
           
 long getLong()
           
 long[] getLongArray()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getRowId()
           
 short getShort()
           
 short[] getShortArray()
           
 java.lang.String getString()
           
 java.lang.String[] getStringArray()
           
 long getTableId()
           
 long getValueId()
           
 ExpandoValue getWrappedExpandoValue()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setBoolean(boolean data)
           
 void setBooleanArray(boolean[] data)
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setColumnId(long columnId)
           
 void setCompanyId(long companyId)
           
 void setData(java.lang.String data)
           
 void setDate(java.util.Date data)
           
 void setDateArray(java.util.Date[] data)
           
 void setDouble(double data)
           
 void setDoubleArray(double[] data)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setFloat(float data)
           
 void setFloatArray(float[] data)
           
 void setInteger(int data)
           
 void setIntegerArray(int[] data)
           
 void setLong(long data)
           
 void setLongArray(long[] data)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setRowId(long rowId)
           
 void setShort(short data)
           
 void setShortArray(short[] data)
           
 void setString(java.lang.String data)
           
 void setStringArray(java.lang.String[] data)
           
 void setTableId(long tableId)
           
 void setValueId(long valueId)
           
 ExpandoValue toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpandoValueWrapper

public ExpandoValueWrapper(ExpandoValue expandoValue)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface ExpandoValueModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface ExpandoValueModel

getValueId

public long getValueId()
Specified by:
getValueId in interface ExpandoValueModel

setValueId

public void setValueId(long valueId)
Specified by:
setValueId in interface ExpandoValueModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface ExpandoValueModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface ExpandoValueModel

getTableId

public long getTableId()
Specified by:
getTableId in interface ExpandoValueModel

setTableId

public void setTableId(long tableId)
Specified by:
setTableId in interface ExpandoValueModel

getColumnId

public long getColumnId()
Specified by:
getColumnId in interface ExpandoValueModel

setColumnId

public void setColumnId(long columnId)
Specified by:
setColumnId in interface ExpandoValueModel

getRowId

public long getRowId()
Specified by:
getRowId in interface ExpandoValueModel

setRowId

public void setRowId(long rowId)
Specified by:
setRowId in interface ExpandoValueModel

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface ExpandoValueModel

getClassNameId

public long getClassNameId()
Specified by:
getClassNameId in interface ExpandoValueModel

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface ExpandoValueModel

getClassPK

public long getClassPK()
Specified by:
getClassPK in interface ExpandoValueModel

setClassPK

public void setClassPK(long classPK)
Specified by:
setClassPK in interface ExpandoValueModel

getData

public java.lang.String getData()
Specified by:
getData in interface ExpandoValueModel

setData

public void setData(java.lang.String data)
Specified by:
setData in interface ExpandoValueModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<ExpandoValue>
Specified by:
isNew in interface ExpandoValueModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<ExpandoValue>
Specified by:
setNew in interface ExpandoValueModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<ExpandoValue>
Specified by:
isCachedModel in interface ExpandoValueModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<ExpandoValue>
Specified by:
setCachedModel in interface ExpandoValueModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<ExpandoValue>
Specified by:
isEscapedModel in interface ExpandoValueModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<ExpandoValue>
Specified by:
setEscapedModel in interface ExpandoValueModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<ExpandoValue>
Specified by:
getPrimaryKeyObj in interface ExpandoValueModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<ExpandoValue>
Specified by:
getExpandoBridge in interface ExpandoValueModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExpandoValue>
Specified by:
setExpandoBridgeAttributes in interface ExpandoValueModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<ExpandoValue>
Specified by:
clone in interface ExpandoValueModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(ExpandoValue expandoValue)
Specified by:
compareTo in interface ExpandoValueModel
Specified by:
compareTo in interface java.lang.Comparable<ExpandoValue>

hashCode

public int hashCode()
Specified by:
hashCode in interface ExpandoValueModel
Overrides:
hashCode in class java.lang.Object

toEscapedModel

public ExpandoValue toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<ExpandoValue>
Specified by:
toEscapedModel in interface ExpandoValueModel

toString

public java.lang.String toString()
Specified by:
toString in interface ExpandoValueModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<ExpandoValue>
Specified by:
toXmlString in interface ExpandoValueModel

getBoolean

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

getBooleanArray

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

getDate

public java.util.Date getDate()
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Specified by:
getDate in interface ExpandoValue
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getDateArray

public java.util.Date[] getDateArray()
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Specified by:
getDateArray in interface ExpandoValue
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getDouble

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

getDoubleArray

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

getFloat

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

getFloatArray

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

getInteger

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

getIntegerArray

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

getLong

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

getLongArray

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

getShort

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

getShortArray

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

getString

public java.lang.String getString()
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
getString in interface ExpandoValue
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getStringArray

public java.lang.String[] getStringArray()
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Specified by:
getStringArray in interface ExpandoValue
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

setBoolean

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

setBooleanArray

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

setDate

public void setDate(java.util.Date data)
             throws com.liferay.portal.PortalException,
                    com.liferay.portal.SystemException
Specified by:
setDate in interface ExpandoValue
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

setDateArray

public void setDateArray(java.util.Date[] data)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
setDateArray in interface ExpandoValue
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

setDouble

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

setDoubleArray

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

setFloat

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

setFloatArray

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

setInteger

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

setIntegerArray

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

setLong

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

setLongArray

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

setShort

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

setShortArray

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

setString

public void setString(java.lang.String data)
               throws com.liferay.portal.PortalException,
                      com.liferay.portal.SystemException
Specified by:
setString in interface ExpandoValue
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

setStringArray

public void setStringArray(java.lang.String[] data)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Specified by:
setStringArray in interface ExpandoValue
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedExpandoValue

public ExpandoValue getWrappedExpandoValue()