@ProviderType public interface StyleBookEntryModel extends com.liferay.portal.kernel.model.BaseModel<StyleBookEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntry>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.version.VersionedModel<StyleBookEntryVersion>
This interface and its corresponding implementation com.liferay.style.book.model.impl.StyleBookEntryModelImpl 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.StyleBookEntryImpl.
StyleBookEntry| Modifier and Type | Method and Description |
|---|---|
StyleBookEntry |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this style book entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this style book entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this style book entry.
|
boolean |
getDefaultStyleBookEntry()
Returns the default style book entry of this style book entry.
|
java.lang.String |
getFrontendTokensValues()
Returns the frontend tokens values of this style book entry.
|
long |
getGroupId()
Returns the group ID of this style book entry.
|
long |
getHeadId()
Returns the head ID of this style book entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this style book entry.
|
long |
getMvccVersion()
Returns the mvcc version of this style book entry.
|
java.lang.String |
getName()
Returns the name of this style book entry.
|
long |
getPreviewFileEntryId()
Returns the preview file entry ID of this style book entry.
|
long |
getPrimaryKey()
Returns the primary key of this style book entry.
|
long |
getStyleBookEntryId()
Returns the style book entry ID of this style book entry.
|
java.lang.String |
getStyleBookEntryKey()
Returns the style book entry key of this style book entry.
|
long |
getUserId()
Returns the user ID of this style book entry.
|
java.lang.String |
getUserName()
Returns the user name of this style book entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this style book entry.
|
java.lang.String |
getUuid()
Returns the uuid of this style book entry.
|
boolean |
isDefaultStyleBookEntry()
Returns
true if this style book entry is default style book entry. |
void |
setCompanyId(long companyId)
Sets the company ID of this style book entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this style book entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this style book entry.
|
void |
setDefaultStyleBookEntry(boolean defaultStyleBookEntry)
Sets whether this style book entry is default style book entry.
|
void |
setFrontendTokensValues(java.lang.String frontendTokensValues)
Sets the frontend tokens values of this style book entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this style book entry.
|
void |
setHeadId(long headId)
Sets the head ID of this style book entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this style book entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this style book entry.
|
void |
setName(java.lang.String name)
Sets the name of this style book entry.
|
void |
setPreviewFileEntryId(long previewFileEntryId)
Sets the preview file entry ID of this style book entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this style book entry.
|
void |
setStyleBookEntryId(long styleBookEntryId)
Sets the style book entry ID of this style book entry.
|
void |
setStyleBookEntryKey(java.lang.String styleBookEntryKey)
Sets the style book entry key of this style book entry.
|
void |
setUserId(long userId)
Sets the user ID of this style book entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this style book entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this style book entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this style book entry.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelclone, getStagedModelTypelong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntry>getPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionedModel<StyleBookEntryVersion>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntry>setPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionedModel<StyleBookEntryVersion>primaryKey - the primary key of this style book entrylong 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 entrylong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntry>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntry>ctCollectionId - the ct collection ID of this style book entry@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this style book entrylong getHeadId()
getHeadId in interface com.liferay.portal.kernel.model.version.VersionedModel<StyleBookEntryVersion>void setHeadId(long headId)
setHeadId in interface com.liferay.portal.kernel.model.version.VersionedModel<StyleBookEntryVersion>headId - the head ID of this style book entrylong getStyleBookEntryId()
void setStyleBookEntryId(long styleBookEntryId)
styleBookEntryId - the style book entry ID of this style book entrylong 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 entrylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this style book entrylong 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 entryjava.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@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 entryjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this style book entryjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this style book entryboolean getDefaultStyleBookEntry()
boolean isDefaultStyleBookEntry()
true if this style book entry is default style book entry.true if this style book entry is default style book entry; false otherwisevoid setDefaultStyleBookEntry(boolean defaultStyleBookEntry)
defaultStyleBookEntry - the default style book entry of this style book entry@AutoEscape java.lang.String getFrontendTokensValues()
void setFrontendTokensValues(java.lang.String frontendTokensValues)
frontendTokensValues - the frontend tokens values of this style book entry@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this style book entrylong getPreviewFileEntryId()
void setPreviewFileEntryId(long previewFileEntryId)
previewFileEntryId - the preview file entry ID of this style book entry@AutoEscape java.lang.String getStyleBookEntryKey()
void setStyleBookEntryKey(java.lang.String styleBookEntryKey)
styleBookEntryKey - the style book entry key of this style book entryStyleBookEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<StyleBookEntry>