Interface StyleBookEntryVersionModel

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, com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
All Known Subinterfaces:
StyleBookEntryVersion
All Known Implementing Classes:
StyleBookEntryVersionWrapper

@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.ExternalReferenceCodeModel, 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>
The base model interface for the StyleBookEntryVersion service. Represents a row in the "StyleBookEntryVersion" database table, with each column mapped to a property of this class.

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.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this style book entry version.
    Returns the create date of this style book entry version.
    long
    Returns the ct collection ID of this style book entry version.
    boolean
    Returns the default style book entry of this style book entry version.
    Returns the external reference code of this style book entry version.
    Returns the frontend tokens values of this style book entry version.
    long
    Returns the group ID of this style book entry version.
    Returns the modified date of this style book entry version.
    long
    Returns the mvcc version of this style book entry version.
    Returns the name of this style book entry version.
    long
    Returns the preview file entry ID of this style book entry version.
    long
    Returns the primary key of this style book entry version.
    long
    Returns the style book entry ID of this style book entry version.
    Returns the style book entry key of this style book entry version.
    long
    Returns the style book entry version ID of this style book entry version.
    Returns the theme ID of this style book entry version.
    long
    Returns the user ID of this style book entry version.
    Returns the user name of this style book entry version.
    Returns the user uuid of this style book entry version.
    Returns the uuid of this style book entry version.
    int
    Returns the version of this style book entry version.
    boolean
    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(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
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this style book entry version.
    void
    setFrontendTokensValues(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(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
    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(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
    setThemeId(String themeId)
    Sets the theme ID of this style book entry version.
    void
    setUserId(long userId)
    Sets the user ID of this style book entry version.
    void
    setUserName(String userName)
    Sets the user name of this style book entry version.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this style book entry version.
    void
    Sets the uuid of this style book entry version.
    void
    setVersion(int version)
    Sets the version of this style book entry version.
    default String
     

    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.portal.kernel.model.version.VersionModel

    getVersionedModelId, populateVersionedModel, setVersionedModelId, toVersionedModel
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this style book entry version.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
      Returns:
      the primary key of this style book entry version
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this style book entry version.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
      Parameters:
      primaryKey - the primary key of this style book entry version
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this style book entry version.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this style book entry version
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this style book entry version.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this style book entry version
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this style book entry version.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>
      Returns:
      the ct collection ID of this style book entry version
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this style book entry version.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<StyleBookEntryVersion>
      Parameters:
      ctCollectionId - the ct collection ID of this style book entry version
    • getStyleBookEntryVersionId

      long getStyleBookEntryVersionId()
      Returns the style book entry version ID of this style book entry version.
      Returns:
      the style book entry version ID of this style book entry version
    • setStyleBookEntryVersionId

      void setStyleBookEntryVersionId(long styleBookEntryVersionId)
      Sets the style book entry version ID of this style book entry version.
      Parameters:
      styleBookEntryVersionId - the style book entry version ID of this style book entry version
    • getVersion

      int getVersion()
      Returns the version of this style book entry version.
      Specified by:
      getVersion in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
      Returns:
      the version of this style book entry version
    • setVersion

      void setVersion(int version)
      Sets the version of this style book entry version.
      Specified by:
      setVersion in interface com.liferay.portal.kernel.model.version.VersionModel<StyleBookEntry>
      Parameters:
      version - the version of this style book entry version
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this style book entry version.
      Returns:
      the uuid of this style book entry version
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this style book entry version.
      Parameters:
      uuid - the uuid of this style book entry version
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this style book entry version.
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this style book entry version
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this style book entry version.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this style book entry version
    • getStyleBookEntryId

      long getStyleBookEntryId()
      Returns the style book entry ID of this style book entry version.
      Returns:
      the style book entry ID of this style book entry version
    • setStyleBookEntryId

      void setStyleBookEntryId(long styleBookEntryId)
      Sets the style book entry ID of this style book entry version.
      Parameters:
      styleBookEntryId - the style book entry ID of this style book entry version
    • getGroupId

      long getGroupId()
      Returns the group ID of this style book entry version.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this style book entry version
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this style book entry version.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this style book entry version
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this style book entry version.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this style book entry version
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this style book entry version.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this style book entry version
    • getUserId

      long getUserId()
      Returns the user ID of this style book entry version.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this style book entry version
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this style book entry version.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this style book entry version
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this style book entry version.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this style book entry version
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this style book entry version.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this style book entry version
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this style book entry version.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this style book entry version
    • setUserName

      void setUserName(String userName)
      Sets the user name of this style book entry version.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this style book entry version
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this style book entry version.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the create date of this style book entry version
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this style book entry version.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      createDate - the create date of this style book entry version
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this style book entry version.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the modified date of this style book entry version
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this style book entry version.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      modifiedDate - the modified date of this style book entry version
    • getDefaultStyleBookEntry

      boolean getDefaultStyleBookEntry()
      Returns the default style book entry of this style book entry version.
      Returns:
      the default style book entry of this style book entry version
    • isDefaultStyleBookEntry

      boolean isDefaultStyleBookEntry()
      Returns true if this style book entry version is default style book entry.
      Returns:
      true if this style book entry version is default style book entry; false otherwise
    • setDefaultStyleBookEntry

      void setDefaultStyleBookEntry(boolean defaultStyleBookEntry)
      Sets whether this style book entry version is default style book entry.
      Parameters:
      defaultStyleBookEntry - the default style book entry of this style book entry version
    • getFrontendTokensValues

      @AutoEscape String getFrontendTokensValues()
      Returns the frontend tokens values of this style book entry version.
      Returns:
      the frontend tokens values of this style book entry version
    • setFrontendTokensValues

      void setFrontendTokensValues(String frontendTokensValues)
      Sets the frontend tokens values of this style book entry version.
      Parameters:
      frontendTokensValues - the frontend tokens values of this style book entry version
    • getName

      @AutoEscape String getName()
      Returns the name of this style book entry version.
      Returns:
      the name of this style book entry version
    • setName

      void setName(String name)
      Sets the name of this style book entry version.
      Parameters:
      name - the name of this style book entry version
    • getPreviewFileEntryId

      long getPreviewFileEntryId()
      Returns the preview file entry ID of this style book entry version.
      Returns:
      the preview file entry ID of this style book entry version
    • setPreviewFileEntryId

      void setPreviewFileEntryId(long previewFileEntryId)
      Sets the preview file entry ID of this style book entry version.
      Parameters:
      previewFileEntryId - the preview file entry ID of this style book entry version
    • getStyleBookEntryKey

      @AutoEscape String getStyleBookEntryKey()
      Returns the style book entry key of this style book entry version.
      Returns:
      the style book entry key of this style book entry version
    • setStyleBookEntryKey

      void setStyleBookEntryKey(String styleBookEntryKey)
      Sets the style book entry key of this style book entry version.
      Parameters:
      styleBookEntryKey - the style book entry key of this style book entry version
    • getThemeId

      @AutoEscape String getThemeId()
      Returns the theme ID of this style book entry version.
      Returns:
      the theme ID of this style book entry version
    • setThemeId

      void setThemeId(String themeId)
      Sets the theme ID of this style book entry version.
      Parameters:
      themeId - the theme ID of this style book entry version
    • cloneWithOriginalValues

      StyleBookEntryVersion cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<StyleBookEntryVersion>
    • toXmlString

      default String toXmlString()