com.liferay.portlet.expando.model.impl
Class ExpandoValueImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<ExpandoValue>
com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
com.liferay.portlet.expando.model.impl.ExpandoValueBaseImpl
com.liferay.portlet.expando.model.impl.ExpandoValueImpl
- All Implemented Interfaces:
- AttachedModel, BaseModel<ExpandoValue>, ClassedModel, PersistedModel, ExpandoValue, ExpandoValueModel, Serializable, Cloneable, Comparable<ExpandoValue>
public class ExpandoValueImpl
- extends ExpandoValueBaseImpl
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl |
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COLUMNID_COLUMN_BITMASK, DATA_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ROWID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TABLEID_COLUMN_BITMASK, TX_MANAGER |
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl |
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnId, getCompanyId, getData, getModelAttributes, getModelClass, getModelClassName, getOriginalClassNameId, getOriginalClassPK, getOriginalColumnId, getOriginalData, getOriginalRowId, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, getValueId, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setColumnId, setCompanyId, setData, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRowId, setTableId, setValueId, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString |
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, setClassName, setClassNameId, setClassPK, setColumnId, setCompanyId, setData, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setRowId, setTableId, setValueId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
ExpandoValueImpl
public ExpandoValueImpl()
getBoolean
public boolean getBoolean()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getBooleanArray
public boolean[] getBooleanArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getColumn
public ExpandoColumn getColumn()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDate
public Date getDate()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDateArray
public Date[] getDateArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDouble
public double getDouble()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDoubleArray
public double[] getDoubleArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFloat
public float getFloat()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFloatArray
public float[] getFloatArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getInteger
public int getInteger()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getIntegerArray
public int[] getIntegerArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLong
public long getLong()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLongArray
public long[] getLongArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNumber
public Number getNumber()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNumberArray
public Number[] getNumberArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getSerializable
public Serializable getSerializable()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShort
public short getShort()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShortArray
public short[] getShortArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getString
public String getString()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStringArray
public String[] getStringArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setBoolean
public void setBoolean(boolean data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setBooleanArray
public void setBooleanArray(boolean[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setColumn
public void setColumn(ExpandoColumn column)
setDate
public void setDate(Date data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setDateArray
public void setDateArray(Date[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setDouble
public void setDouble(double data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setDoubleArray
public void setDoubleArray(double[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setFloat
public void setFloat(float data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setFloatArray
public void setFloatArray(float[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setInteger
public void setInteger(int data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setIntegerArray
public void setIntegerArray(int[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setLong
public void setLong(long data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setLongArray
public void setLongArray(long[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setNumber
public void setNumber(Number data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setNumberArray
public void setNumberArray(Number[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setShort
public void setShort(short data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setShortArray
public void setShortArray(short[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setString
public void setString(String data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setStringArray
public void setStringArray(String[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
validate
protected void validate(int type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException