Interface LayoutSetModel

All Superinterfaces:
BaseModel<LayoutSet>, ClassedModel, Cloneable, Comparable<LayoutSet>, CTModel<LayoutSet>, MVCCModel, Serializable, ShardedModel
All Known Subinterfaces:
LayoutSet
All Known Implementing Classes:
LayoutSetWrapper

@ProviderType public interface LayoutSetModel extends BaseModel<LayoutSet>, CTModel<LayoutSet>, MVCCModel, ShardedModel
The base model interface for the LayoutSet service. Represents a row in the "LayoutSet" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.model.impl.LayoutSetModelImpl 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.portal.model.impl.LayoutSetImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this layout set.
      Specified by:
      getPrimaryKey in interface CTModel<LayoutSet>
      Returns:
      the primary key of this layout set
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this layout set.
      Specified by:
      setPrimaryKey in interface CTModel<LayoutSet>
      Parameters:
      primaryKey - the primary key of this layout set
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this layout set.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this layout set
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this layout set.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this layout set
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this layout set.
      Specified by:
      getCtCollectionId in interface CTModel<LayoutSet>
      Returns:
      the ct collection ID of this layout set
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this layout set.
      Specified by:
      setCtCollectionId in interface CTModel<LayoutSet>
      Parameters:
      ctCollectionId - the ct collection ID of this layout set
    • getLayoutSetId

      long getLayoutSetId()
      Returns the layout set ID of this layout set.
      Returns:
      the layout set ID of this layout set
    • setLayoutSetId

      void setLayoutSetId(long layoutSetId)
      Sets the layout set ID of this layout set.
      Parameters:
      layoutSetId - the layout set ID of this layout set
    • getGroupId

      long getGroupId()
      Returns the group ID of this layout set.
      Returns:
      the group ID of this layout set
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this layout set.
      Parameters:
      groupId - the group ID of this layout set
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this layout set.
      Specified by:
      getCompanyId in interface ShardedModel
      Returns:
      the company ID of this layout set
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this layout set.
      Specified by:
      setCompanyId in interface ShardedModel
      Parameters:
      companyId - the company ID of this layout set
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this layout set.
      Returns:
      the create date of this layout set
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this layout set.
      Parameters:
      createDate - the create date of this layout set
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this layout set.
      Returns:
      the modified date of this layout set
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this layout set.
      Parameters:
      modifiedDate - the modified date of this layout set
    • getPrivateLayout

      boolean getPrivateLayout()
      Returns the private layout of this layout set.
      Returns:
      the private layout of this layout set
    • isPrivateLayout

      boolean isPrivateLayout()
      Returns true if this layout set is private layout.
      Returns:
      true if this layout set is private layout; false otherwise
    • setPrivateLayout

      void setPrivateLayout(boolean privateLayout)
      Sets whether this layout set is private layout.
      Parameters:
      privateLayout - the private layout of this layout set
    • getLogoId

      long getLogoId()
      Returns the logo ID of this layout set.
      Returns:
      the logo ID of this layout set
    • setLogoId

      void setLogoId(long logoId)
      Sets the logo ID of this layout set.
      Parameters:
      logoId - the logo ID of this layout set
    • getThemeId

      @AutoEscape String getThemeId()
      Returns the theme ID of this layout set.
      Returns:
      the theme ID of this layout set
    • setThemeId

      void setThemeId(String themeId)
      Sets the theme ID of this layout set.
      Parameters:
      themeId - the theme ID of this layout set
    • getColorSchemeId

      @AutoEscape String getColorSchemeId()
      Returns the color scheme ID of this layout set.
      Returns:
      the color scheme ID of this layout set
    • setColorSchemeId

      void setColorSchemeId(String colorSchemeId)
      Sets the color scheme ID of this layout set.
      Parameters:
      colorSchemeId - the color scheme ID of this layout set
    • getFaviconFileEntryId

      long getFaviconFileEntryId()
      Returns the favicon file entry ID of this layout set.
      Returns:
      the favicon file entry ID of this layout set
    • setFaviconFileEntryId

      void setFaviconFileEntryId(long faviconFileEntryId)
      Sets the favicon file entry ID of this layout set.
      Parameters:
      faviconFileEntryId - the favicon file entry ID of this layout set
    • getCss

      Returns the css of this layout set.
      Returns:
      the css of this layout set
    • setCss

      void setCss(String css)
      Sets the css of this layout set.
      Parameters:
      css - the css of this layout set
    • getSettings

      @AutoEscape String getSettings()
      Returns the settings of this layout set.
      Returns:
      the settings of this layout set
    • setSettings

      void setSettings(String settings)
      Sets the settings of this layout set.
      Parameters:
      settings - the settings of this layout set
    • getLayoutSetPrototypeUuid

      @AutoEscape String getLayoutSetPrototypeUuid()
      Returns the layout set prototype uuid of this layout set.
      Returns:
      the layout set prototype uuid of this layout set
    • setLayoutSetPrototypeUuid

      void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
      Sets the layout set prototype uuid of this layout set.
      Parameters:
      layoutSetPrototypeUuid - the layout set prototype uuid of this layout set
    • getLayoutSetPrototypeLinkEnabled

      boolean getLayoutSetPrototypeLinkEnabled()
      Returns the layout set prototype link enabled of this layout set.
      Returns:
      the layout set prototype link enabled of this layout set
    • isLayoutSetPrototypeLinkEnabled

      boolean isLayoutSetPrototypeLinkEnabled()
      Returns true if this layout set is layout set prototype link enabled.
      Returns:
      true if this layout set is layout set prototype link enabled; false otherwise
    • setLayoutSetPrototypeLinkEnabled

      void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
      Sets whether this layout set is layout set prototype link enabled.
      Parameters:
      layoutSetPrototypeLinkEnabled - the layout set prototype link enabled of this layout set
    • cloneWithOriginalValues

      LayoutSet cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<LayoutSet>
    • toXmlString

      default String toXmlString()