Package com.liferay.expando.kernel.model
Interface ExpandoRow
- All Superinterfaces:
BaseModel<ExpandoRow>,ClassedModel,Cloneable,Comparable<ExpandoRow>,CTModel<ExpandoRow>,ExpandoRowModel,MVCCModel,PersistedModel,Serializable,ShardedModel
- All Known Implementing Classes:
ExpandoRowWrapper
The extended model interface for the ExpandoRow service. Represents a row in the "ExpandoRow" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.expando.kernel.model.ExpandoRowModel
cloneWithOriginalValues, getClassPK, getCompanyId, getCtCollectionId, getModifiedDate, getMvccVersion, getPrimaryKey, getRowId, getTableId, setClassPK, setCompanyId, setCtCollectionId, setModifiedDate, setMvccVersion, setPrimaryKey, setRowId, setTableId, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
ROW_ID_ACCESSOR
-