com.liferay.portlet.expando.model
Class ExpandoValueWrapper
java.lang.Object
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:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExpandoValueWrapper
public ExpandoValueWrapper(ExpandoValue expandoValue)
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
toEscapedModel
public ExpandoValue toEscapedModel()
- Specified by:
toEscapedModel 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
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.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getBoolean in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getBooleanArray
public boolean[] getBooleanArray()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getBooleanArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDate
public java.util.Date getDate()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDate in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDateArray
public java.util.Date[] getDateArray()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDateArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDouble
public double getDouble()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDouble in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDoubleArray
public double[] getDoubleArray()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDoubleArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFloat
public float getFloat()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFloat in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFloatArray
public float[] getFloatArray()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFloatArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getInteger
public int getInteger()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getInteger in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getIntegerArray
public int[] getIntegerArray()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getIntegerArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getLong
public long getLong()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLong in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getLongArray
public long[] getLongArray()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLongArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getShort
public short getShort()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getShort in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getShortArray
public short[] getShortArray()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getShortArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getString
public java.lang.String getString()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getString in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getStringArray
public java.lang.String[] getStringArray()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStringArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setBoolean
public void setBoolean(boolean data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setBoolean in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setBooleanArray
public void setBooleanArray(boolean[] data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setBooleanArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setDate
public void setDate(java.util.Date data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setDate in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setDateArray
public void setDateArray(java.util.Date[] data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setDateArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setDouble
public void setDouble(double data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setDouble in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setDoubleArray
public void setDoubleArray(double[] data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setDoubleArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setFloat
public void setFloat(float data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setFloat in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setFloatArray
public void setFloatArray(float[] data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setFloatArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setInteger
public void setInteger(int data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setInteger in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setIntegerArray
public void setIntegerArray(int[] data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setIntegerArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setLong
public void setLong(long data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setLong in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setLongArray
public void setLongArray(long[] data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setLongArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setShort
public void setShort(short data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setShort in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setShortArray
public void setShortArray(short[] data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setShortArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setString
public void setString(java.lang.String data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setString in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setStringArray
public void setStringArray(java.lang.String[] data)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
setStringArray in interface ExpandoValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedExpandoValue
public ExpandoValue getWrappedExpandoValue()