@ProviderType public interface StyleBookEntryVersionModel extends BaseModel<StyleBookEntryVersion>, ShardedModel, 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 |
|---|---|
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.
|
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.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.
|
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 |
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 |
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 |
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, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetVersionedModelId, populateVersionedModel, setVersionedModelId, toVersionedModellong getPrimaryKey()
getPrimaryKey in interface VersionModel<StyleBookEntry>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface VersionModel<StyleBookEntry>primaryKey - the primary key 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 VersionModel<StyleBookEntry>void setVersion(int version)
setVersion in interface VersionModel<StyleBookEntry>version - the version of this style book entry versionlong getStyleBookEntryId()
void setStyleBookEntryId(long styleBookEntryId)
styleBookEntryId - the style book entry ID of this style book entry versionlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this style book entry versionlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this style book entry versionlong getUserId()
void setUserId(long userId)
userId - the user ID of this style book entry versionjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this style book entry version@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName - the user name of this style book entry versionjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create 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 version