@ProviderType public interface StyleBookEntryVersionModel extends com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
This interface and its corresponding implementation com.liferay.style.book.model.impl.StyleBookEntryVersionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.style.book.model.impl.StyleBookEntryVersionImpl.
StyleBookEntryVersion| Modifier and Type | Method and Description |
|---|---|
StyleBookEntryVersion |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this style book entry version.
|
java.util.Date |
getCreateDate()
Returns the create date of this style book entry version.
|
long |
getCtCollectionId()
Returns the ct collection ID of this style book entry version.
|
boolean |
getDefaultStyleBookEntry()
Returns the default style book entry of this style book entry version.
|
java.lang.String |
getFrontendTokensValues()
Returns the frontend tokens values of this style book entry version.
|
long |
getGroupId()
Returns the group ID of this style book entry version.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this style book entry version.
|
long |
getMvccVersion()
Returns the mvcc version of this style book entry version.
|
java.lang.String |
getName()
Returns the name of this style book entry version.
|
long |
getPreviewFileEntryId()
Returns the preview file entry ID of this style book entry version.
|
long |
getPrimaryKey()
Returns the primary key of this style book entry version.
|
long |
getStyleBookEntryId()
Returns the style book entry ID of this style book entry version.
|
java.lang.String |
getStyleBookEntryKey()
Returns the style book entry key of this style book entry version.
|
long |
getStyleBookEntryVersionId()
Returns the style book entry version ID of this style book entry version.
|
long |
getUserId()
Returns the user ID of this style book entry version.
|
java.lang.String |
getUserName()
Returns the user name of this style book entry version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this style book entry version.
|
java.lang.String |
getUuid()
Returns the uuid of this style book entry version.
|
int |
getVersion()
Returns the version of this style book entry version.
|
boolean |
isDefaultStyleBookEntry()
Returns
true if this style book entry version is default style book entry. |
void |
setCompanyId(long companyId)
Sets the company ID of this style book entry version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this style book entry version.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this style book entry version.
|
void |
setDefaultStyleBookEntry(boolean defaultStyleBookEntry)
Sets whether this style book entry version is default style book entry.
|
void |
setFrontendTokensValues(java.lang.String frontendTokensValues)
Sets the frontend tokens values of this style book entry version.
|
void |
setGroupId(long groupId)
Sets the group ID of this style book entry version.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this style book entry version.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this style book entry version.
|
void |
setName(java.lang.String name)
Sets the name of this style book entry version.
|
void |
setPreviewFileEntryId(long previewFileEntryId)
Sets the preview file entry ID of this style book entry version.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this style book entry version.
|
void |
setStyleBookEntryId(long styleBookEntryId)
Sets the style book entry ID of this style book entry version.
|
void |
setStyleBookEntryKey(java.lang.String styleBookEntryKey)
Sets the style book entry key of this style book entry version.
|
void |
setStyleBookEntryVersionId(long styleBookEntryVersionId)
Sets the style book entry version ID of this style book entry version.
|
void |
setUserId(long userId)
Sets the user ID of this style book entry version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this style book entry version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this style book entry version.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this style book entry version.
|
void |
setVersion(int version)
Sets the version of this style book entry version.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>getPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>setPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>primaryKey - the primary key of this style book entry versionlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this style book entry versionlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>ctCollectionId - the ct collection ID of this style book entry versionlong getStyleBookEntryVersionId()
void setStyleBookEntryVersionId(long styleBookEntryVersionId)
styleBookEntryVersionId - the style book entry version ID of this style book entry versionint getVersion()
getVersion in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>void setVersion(int version)
setVersion in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>version - the version of this style book entry version@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid - the uuid of this style book entry versionlong getStyleBookEntryId()
void setStyleBookEntryId(long styleBookEntryId)
styleBookEntryId - the style book entry ID of this style book entry versionlong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this style book entry versionlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this style book entry versionlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this style book entry versionjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this style book entry version@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this style book entry versionjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this style book entry versionjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this style book entry versionboolean getDefaultStyleBookEntry()
boolean isDefaultStyleBookEntry()
true if this style book entry version is default style book entry.true if this style book entry version is default style book entry; false otherwisevoid setDefaultStyleBookEntry(boolean defaultStyleBookEntry)
defaultStyleBookEntry - the default style book entry of this style book entry version@AutoEscape java.lang.String getFrontendTokensValues()
void setFrontendTokensValues(java.lang.String frontendTokensValues)
frontendTokensValues - the frontend tokens values of this style book entry version@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this style book entry versionlong getPreviewFileEntryId()
void setPreviewFileEntryId(long previewFileEntryId)
previewFileEntryId - the preview file entry ID of this style book entry version@AutoEscape java.lang.String getStyleBookEntryKey()
void setStyleBookEntryKey(java.lang.String styleBookEntryKey)
styleBookEntryKey - the style book entry key of this style book entry versionStyleBookEntryVersion cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>