Package com.liferay.style.book.model
Interface StyleBookEntryVersion
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<StyleBookEntryVersion>
,com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,StyleBookEntryVersionModel
,com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
- All Known Implementing Classes:
StyleBookEntryVersionWrapper
The extended model interface for the StyleBookEntryVersion service. Represents a row in the "StyleBookEntryVersion" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<StyleBookEntryVersion,
Long> -
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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.style.book.model.StyleBookEntryVersionModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getDefaultStyleBookEntry, getExternalReferenceCode, getFrontendTokensValues, getGroupId, getModifiedDate, getMvccVersion, getName, getPreviewFileEntryId, getPrimaryKey, getStyleBookEntryId, getStyleBookEntryKey, getStyleBookEntryVersionId, getThemeId, getUserId, getUserName, getUserUuid, getUuid, getVersion, isDefaultStyleBookEntry, setCompanyId, setCreateDate, setCtCollectionId, setDefaultStyleBookEntry, setExternalReferenceCode, setFrontendTokensValues, setGroupId, setModifiedDate, setMvccVersion, setName, setPreviewFileEntryId, setPrimaryKey, setStyleBookEntryId, setStyleBookEntryKey, setStyleBookEntryVersionId, setThemeId, setUserId, setUserName, setUserUuid, setUuid, setVersion, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.version.VersionModel
getVersionedModelId, populateVersionedModel, setVersionedModelId, toVersionedModel
-
Field Details
-
STYLE_BOOK_ENTRY_VERSION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<StyleBookEntryVersion,Long> STYLE_BOOK_ENTRY_VERSION_ID_ACCESSOR
-