com.liferay.portlet.expando.model.impl
Class ExpandoValueImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.expando.model.ExpandoValue>
com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
com.liferay.portlet.expando.model.impl.ExpandoValueImpl
- All Implemented Interfaces:
- com.liferay.portal.model.BaseModel<com.liferay.portlet.expando.model.ExpandoValue>, com.liferay.portlet.expando.model.ExpandoValue, com.liferay.portlet.expando.model.ExpandoValueModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.expando.model.ExpandoValue>
public class ExpandoValueImpl
- extends ExpandoValueModelImpl
- implements com.liferay.portlet.expando.model.ExpandoValue
View Source
- Author:
- Raymond Augé, Brian Wing Shun Chan
- See Also:
- Serialized Form
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, 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 |
getClassName, getClassNameId, getClassPK, getColumnId, getCompanyId, getData, getPrimaryKey, getRowId, getTableId, getValueId, setClassNameId, setClassPK, setColumnId, setCompanyId, setData, setPrimaryKey, setRowId, setTableId, setValueId, toEscapedModel |
Methods inherited from interface com.liferay.portal.model.BaseModel |
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString |
Methods inherited from interface java.lang.Comparable |
compareTo |
ExpandoValueImpl
public ExpandoValueImpl()
getBoolean
public boolean getBoolean()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getBoolean
in interface com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.ExpandoValue
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
validate
protected void validate(int type)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException